/* CSS Document */

/*#################### CSS PRODUIT #####################*/
#tableau_produit { /* on créé la bordure, la couleur de fond du tableau*/
	border:1px solid #759928;
	border-collapse:collapse;
}
#tableau_produit th {/* Concerne  le titre du tableau*/
	background:#A41B1B;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	letter-spacing:4px;
	text-align:center;
}
#fond_type1 {/* Couleur de fond d'une cellule*/
	background-color:#FFF;
}
#fond_type2 {
	background-color:#FFF;
	padding-left: 6px;
}
#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:"Trebuchet MS";
	font-size:13px;
	color:#000000;
	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 img a {/*si l'image est un lien , evite l'application d'un cadre bleu*/
	border:none;
}
#tableau_produit .lien_type1 {
	font-family:"Trebuchet MS";
	color:#759928;
	font-size:12px;
	text-decoration:underline;
	font-weight: bold;
}
#tableau_produit .lien_type1:hover {
	color:#000000;
	text-decoration: none;
}
#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:#A41B1B;
	size:300px;
}
.separation {
	background-color:#A41B1B;
	background-image:url(file:///C|/Documents%20and%20Settings/Administrateur/Local%20Settings/Temporary%20Internet%20Files/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:#FFFFFF;}
.lien_pagination a {/* couleur lien compteur de page*/
	color:#FFFFFF;
	text-decoration:underline;}
.lien_pagination a:hover{
	color:#526321;
	font-weight: bold;
}
#no_produit { margin-left:50px; margin-top:100px; font-size:14; text-align:center;}

#annonce_defil{/*Définit le style pour l'actualité défilante*/
	color:#000;}
.image_defil{/*Position de l'image pour une actualité défilante*/
	float:left;
	margin-right:20px;}
	
/*#################### FIN  CSS PRODUIT #####################*/
