/*#################### CSS PRODUIT #####################*/
#tableau_produit { /* on créé la bordure, la couleur de fond du tableau*/
	border:1px solid #588528;
	border-collapse:collapse;
	background: #CAE27E;
}
#tableau_produit th {
	background:#CCDDA6;
	color:#5E8630;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	letter-spacing:4px;
	text-align:center;
	border: 1px solid #5F8717;
}
#fond_type1 {/* Couleur de fond d'une cellule*/
	background-color:#E6EEBD;
}
#fond_type2 {
	background-color:#F0F7CD;
	padding-left: 6px;
}
#tableau_produit .intitule1 {/* premier niveau de titre par default*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dashed #FFFFFF;
	letter-spacing:2px;
	color:#7CA839;
}
	
#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:#006600;
	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 {/*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:#F0E454;
	size:300px;
}
.separation {/*s'applique pour créer une demarcation entre les tableaux*/
	background-color:#99CC00;
	background-image:url(../img/image_separation.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.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:#990000;}

/*#################### FIN  CSS PRODUIT #####################*/

.bordure {
	border: 1px solid #FFFFFF;
	border-color: #00CC00;
}
A.vertical {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #00CC00;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 0px 0px 0px 3px;
	width: auto;
	height: 16px;
	background-color: #FFFF00;
}
A.vertical:hover {
	COLOR: #FFFF00;
	BACKGROUND-COLOR: #00CC33;
}
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../img/fond_titre.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #FFFFFF;
	font-style: italic;
}
.important {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}
.fond_body {
	background-image: url(../img/body.jpg);
	background-repeat: no-repeat;
}
div#integration {font: 1em Arial, Helvetica, sans-serif; color:#366902; padding: 10px 20px;}
div#popup {font: 0.9em "Trebuchet MS"; color:#ffffff; padding: 10px;}
table#type1 td {font-size: 0.8em; font-family:Georgia, "Times New Roman", Times, serif; color:#996600;}
.element_centrer {text-align: center;}
.element_liste {list-style-image:url(../img/puce.gif);}
.element_flottant_droite {float: right;}
.element_flottant_gauche {float: left;}
#up {padding: 0px 15px 0px 150px;font-size: 0.8em;color: #2B628E;font-family:tahoma;text-align: left;float: right;}
a{color:#CCCCCC;}
a:hover{color:#99CC33;}
h1 {letter-spacing: 6px;font-size:1.2em; border-bottom:1px dashed #C9E842; text-align:left;}
h3 {letter-spacing: 6px;font-size:1em; border-bottom:1px solid #FFFFFF;}
hr { clear:both; color:#666666;}
div#encart { display:block; border:1px solid #fff; width:400px; margin-left:250px; padding:10px;}
.td1 { background: url(../img/fond_rubrique.jpg) repeat-x top left; text-align:center; border:1px solid #000000; border-bottom:none;}
.td2 {background-color:#EC6864; padding:7px;border:1px solid #000000; border-top:none;}
table#contact { background-color:#CCCCCC;}
table#contact p { color:#000000;}
table#contact input, textarea { background-color:#FFFFFF; color:#000000;}
#retour {font-size: 0.9em;color: #977a68;font-family:Verdana, Arial, Helvetica, sans-serif;text-align: left;float: right; }
.retour2 { display:block; margin-top:-2px;}
.retour2 a {color:#FFFFFF;}
.retour a:hover {color:#99CC00;}
.form_news {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 20px;
}
