/* CSS Document */

/*#################### CSS PRODUIT #####################*/
#tableau_produit { /* on créé la bordure, la couleur de fond du tableau*/
	border:1px solid #ffffff;
	border-collapse:collapse;
}
#tableau_produit th {/* Concerne  le titre du tableau*/
	background:url(../img/fond_rubrique.jpg);
	color:#000066;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	letter-spacing:4px;
	text-align:center;
}
#fond_type1 {/* Couleur de fond d'une cellule*/
}
#fond_type2 {
	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:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000066;
	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 #000000;
}
#tableau_produit img a {/*si l'image est un lien , evite l'application d'un cadre bleu*/
	border:none;
}
#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*/

  background: #ccc;
  border-top: 2px dotted #98C5CA;
  color: #ccc;
  height: 1px;
  margin: 0 0 10px;

}
.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:#7BAFB3;}
.lien_pagination a {/* couleur lien compteur de page*/
	color:#007796;
	text-decoration:underline;}
.lien_pagination a:hover{
	color:#000000;}
#no_produit { margin-left:50px; margin-top:100px; font-size:14; text-align:center;}

#tab_accueil th  {
	font-size: 13px;
	color: #000066;
	background-image: url(../img/fond_rubrique.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#tab_accueil .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;
}
#tab_accueil .lien_type1:hover {
	color:#996600;
}
#tab_nouveaute { border-collapse:collapse;}
#tab_nouveaute td {
	border:1px solid #788DBA;
	background-color: #CDD9E7;
	padding: 4px;
}
#tab_promotion { border-collapse:collapse;}
#tab_promotion td {
	border:1px solid #0299B4;
	background-color: #9BA9C6;
	padding: 4px;
}

.bouton {font-family: trebuchet, arial, sans-serif; font-size : 10px; font-weight : bold;}
/*#################### FIN  CSS PRODUIT #####################*/
