/* CSS Document */

/*#################### CSS PRODUIT #####################*/
#tableau_produit { /* on créé la bordure, la couleur de fond du tableau*/
	border-collapse:collapse;
}
#tableau_produit td { height:50px;}
#tableau_produit th {
	background:#B2635F;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	letter-spacing:4px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#tableau_produit tr.ligne td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6D071A;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6D071A;
}
#fond_type1 {
	font-family: "Trebuchet MS", "Comic Sans MS", Impact;
	font-style: normal;
	font-weight: bold;
	color: #6D071A;
}
#fond_type2 {
	padding-left: 6px;
	font-family: "Trebuchet MS", "Comic Sans MS", Impact;
	color: #6D071A;
}
#tableau_produit .intitule1 {/* premier niveau de titre par default*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dashed #666666;
	letter-spacing:2px;
	color:#990000;
}
	
#tableau_produit .intitule2 {/* deuxieme niveau de titre */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	color:#990000;
}

#tableau_produit .intitule3 {/* troisieme niveau de titre */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#990000;
}
.description_type1 {/*Concerne la description par default*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F3F2DE;
	text-align:left;
}
.description_type2 {/*deuxieme type de description*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#990000;
	text-align:left;
}
.description_type3 {/*Concerne la description avec fond de couleur*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background: #666666;
}
#tableau_produit img {/*applique une bordure a l'image*/
	border:1px solid #ffffff;
}
#tableau_produit  p a img {/*si l'image est un lien , evite l'application d'un cadre bleu*/
color:#F3F2DE;
	text-decoration:none;
	border-bottom-width: 0px;
}
#tableau_produit .lien_type1 {/*definit le lien inclus dans la description*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#485762;
	font-size:11px;
	font-style:italic;
	text-decoration:underline;
}
#tableau_produit .lien_type1:hover {
	color:#996600;
}
#tableau_produit .lien_type2 {/*definit le lien en general en bas de tableau ex: fermer...*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size:11px;
	letter-spacing:4px;
	font-style:italic;
	text-decoration:underline;
}
#tableau_produit .lien_type2:hover {
	color:#996600;
}
#tableau_produit hr {/*definit le style du hr*/
	color:#CBBF96;
	size:300px;
}
.separation {
	background-color:#A41B1B;
	background-image:url(../../img/image_separation.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
}
.fond_afficher_produit {/*couleur fond de page du afficher produit*/
	background-color:#CCCCCC;
}
.lien_pagination {/* couleur du compteur de page*/
	color:#6D071A;}
.lien_pagination a {/* couleur lien compteur de page*/
	color:#6D071A;
	text-decoration:underline;}
.lien_pagination a:hover{
	color:#000000;}

/*#################### FIN  CSS PRODUIT #####################*/
#annonce_defil{ color:#990000;}