
	/** Kit graphique crée par Nicolas Laignel
		http://www.XLTouch.com
		Nicolas@XLTouch.com
		Téléchargé sur Kit Grafik
		http://www.kitgrafik.com
		
	**/

	/** Application d'une police par défaut à tous le site  **/
	body, td {
		font-family : arial ;
		font-size : 11px ;
		color : #333333 ;
	}
	
	/** Rédéfintion des marges des paragraphes **/
	p {
		margin : 0px 0px 5px 0px ;
		padding : 0px 0px 0px 0px ;
	}
	
	/** Redéfinition des marges des formulaires **/
	form {
		margin : 0px 0px 0px 0px ;
		padding : 0px 0px 0px 0px ;
	}
	
	/**  Redéfintion des styles des liens **/
	a {
		color : #333333 ;
	}
	
	a:hover {
		text-decoration : none ;
	}
	
	/** Style de la ligne de récapitulation de la navigation **/
	#NavRecap {
		font-weight : bold ;
		color : #FFFFFF ;
	}
		
	#NavRecap a {
		color : #FFFFFF ;
		text-decoration : none ;
	}
	
	/** Style des titre **/
	.Titre {
		font-weight : bold ;
		color : #FFFFFF ;
	}
	
	/** Style des menus et de leurs liens **/
	.choisir_ecran_plat, .choisir_ecran_plat a {
		text-decoration : none ;
	}

	.choisir_ecran_plat a:hover {
		color : #FF9933 ;
	}
	
	/** Style des label des fichettes et de leurs liens **/
	.Label, .Label a {
		text-decoration : none ;
	}

	.Label a:hover {
		color : #C44747 ;
	}

	/** Style des textes du site **/
	.Texte {
		font-family : arial ;
		font-size : 11px ;
		text-align : justify ;
	}
	
	/** Style des prix en euro des fichettes et fiches produit **/
	.Prix {
		font-family : arial ;
		font-size : 11px ;
		font-weight : bold ;
		color : #FFFFFF ;
	}

	/** Style des prix en franc des fichettes et fiches produit **/
	.PrixFR {
		font-family : arial ;
		font-size : 11px ;
		font-weight : bold ;
		color : #333333 ;
	}

	/** Style des prix dans le panier **/
	.Panier, .Panier a {
		font-family : arial ;
		font-size : 11px ;
		font-weight : bold ;
		color : #C44747 ;
		text-decoration : none ;
	}

	/** Style du lien pour ajouter au panier **/
	.Ajout a {
		font-family : arial ;
		font-size : 11px ;
		font-weight : bold ;
		color : #FFFFFF ;
		text-decoration : none ;
	}
	
	.Ajout a:hover {
		text-decoration : underline ;
	}
.tv_plasma {color: #FFFFFF}
.comparer_tv {color: #cccccc}
.tv_lcd {font-size: 9px}
.tv_ecran_plat {font-size: 16px}
.tv_ecran_plasma {font-size: 1px}
.tv_ecran_plasma_discount {color: #7C7AFF}
.tv_ecran_lcd {color: #7C7AFF; font-weight: bold; }
.comparer_tv_ecran_plat {font-size: 36}
.comparer_ecran_plat {color: #96BE5A}
.comparer_ecran_plasma {
	font-size: 16px;
	color: #96BE5A;
	font-weight: bold;
}
/*_______Comparatif ecran plats________*/

#comparatif_ecran_plat{
	margin-bottom:30px;
	border-collapse:collapse;
}

#comparatif_ecran_plat tr{
	margin-bottom:30px;
	border:none;
}
#comparatif_ecran_plat td{
	border:1px solid black;
	background-color: white;
	padding:5px;
}
#comparatif_ecran_plat td ul{
	list-style-type: none;
	text-align:left;
	padding:0px !important;
	padding:-40px;
	margin:0px;
}
#comparatif_ecran_plat td h3{
	font-size:14px;
	font-weight: bold;
}
#comparatif_ecran_plat td font{
	font-style: italic;
}
#comparatif_ecran_plat td a img{
	border:none;
	margin-top:10px;
}
#comparatif_ecran_plat td p {
	margin-top:20px;
}
#comparatif_ecran_plat .comp_l1 td{
	text-align:center;
	font-weight:bold;
	background-color: #eff5e6;
}























