/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/

/* Support du PNG par ie6 */
img, a, p, table, td { behavior: url(iepngfix.htc) } /* Support du PNG par ie6 */

hr { clear:both;visibility:hidden;margin:0;padding:0;height:0; }

body{	
	margin:0;
	padding:0;
	font-family: Tahoma, Geneva, sans-serif ,Arial, Helvetica, sans-serif; font-size: 12px; color:#000000;
	background: url(img/fond.jpg) no-repeat top center #5e7619;

}

/************************************************
				MISE EN FORME TEXTE
************************************************/
.subheader { 
	position:absolute; 
	top: 15px; 
	left:10px; 
	font-size:12px; 
	color:#000; 
	font-weight:normal; 
	text-decoration:none;
}

.subheader:hover {text-decoration:underline; }


h1{
	padding:0;
	margin:0;
	font-size:16px;
	color:#6BA100;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#6BA100;
	padding:0px;
	margin:0px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6BA100;
	border-bottom:1px solid #6BA100;
	padding:0;
	margin:0;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#6BA100;
	padding:0px;
	margin:0px;
}


/************************************************
				IMAGES
************************************************/
img{border:none}

.border {
	margin:2px;
	border:1px solid #6BA100;
}

.opacite { -moz-border-radius: 5px; }
a img.opacite { cursor:pointer; border: 1px solid #CCCCCC;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;margin:2px; padding:2px}
a:hover img.opacite {border: 1px solid #CCCCCC;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;margin:2px; }


/*****************************************************
					 CHEMINS
*****************************************************/

#chemin{
	clear:both;
	font-size:10px;
	height:20px;
	margin:0 40px 10px 0px;
	color:#000;
}
#chemin *{font-size:10px}

#chemin a {color:#5e7619;}
#chemin a:hover,#chemin a.active  {color:#000;}


/***********************************************
				STYLES MISES EN FORME
***********************************************/

div#conteneur{
	margin:auto;
	width:1000px;
	position:relative;
	background:url(img/repetition.jpg) repeat-y;
}

div#fond{
}



/************************************************
				ENTETE
************************************************/

div#top{
	height:358px;
	width:1000px;
	background: url(img/top.jpg) repeat top left;
}


#lang{
	position:absolute;
	color:#FFF;
	margin-top:220px;
	margin-left:20px;
}
#lang a{
	color:#FFF;
	margin:10px 0px;
}



/*****************************************************
				MENU horizontal
*****************************************************/

div.menu{
	height:32px;
	width:1000px;
	background: url(img/menu_fond.jpg) no-repeat top left;
}

ul#menu { 
	overflow:hidden; /* contexte de formatage pour éviter que les éléments flottants ne dépassent du parent */ 
	margin:0 0 0 0;
	padding:0 0 0 1px;
	list-style-type:none;
}

ul#menu li { 
	display:inline;
	margin:0;padding:0;
}

ul#menu li a { 
	display:block;
	height:12px; /* Hauteur -20px; */
	line-height:12px;  /* Hauteur -20px; */
	float:left;
	position:relative; 
	padding:10px 7px; 
	color:#fff;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	border-left:1px solid #c4c94b;
}
ul#menu li.premier_lien a { border:none; }


ul#menu li a span.nom_page { 
	position:relative; 
	z-index:2;
}

ul#menu li a span.background { 
	display:none; 
	width:100%; 
	height:100%;
	position:absolute; 
	top:0; 
	left:0; 
	z-index:1;
	background:url(img/bt-on.png) repeat-x top center;
}
ul#menu li a.active span.background { 
	display:block; 
}

/*****************************************************
				FIN MENU horizontal
*****************************************************/

/***********************************************************
				CORPS
***********************************************************/

div#corps{
	width:1000px;
	padding:0;
	margin:0;
}

div#corps_bottom{
}

div#corps_top{
	background: url(img/corps_haut.jpg) no-repeat top left;
}

td#gauche{
	vertical-align:top;
	padding-left:4px;
	width:198px;
}

td#centre{
	vertical-align:top;
	padding:20px 10px 20px 10px ;
	height:306px;
}

td#droite{
	vertical-align:top;
	padding-right:3px;
	width:197px;
}


/****************************************************
				ADRESSE
****************************************************/

div#bottom100{
	background:url(img/bottom.jpg) no-repeat top center #afb509;
	width:100%;
	height:200px;
}

div#bottom{
	margin:0 auto;
	padding:5px 0 0 0;
	position:relative;
	width:1000px;
	color:#FFF;
}
div#bottom table{
	width:100%;
	border:0;
}
div#bottom table tr td{
	vertical-align:top;
	color:#FFFFFF;
	font-size:11px;
	padding:10px;
}

.bottom_droite{
	border-right:1px dashed #FFF;
}



/****************************************************
				MENTION LEGALE
****************************************************/

div#signature {
	margin:5px auto;
	text-align:center;
	color:#FFF;
	font-size:10px;
}

.liens_partager, .liens_partager img{
	text-align:right;
	vertical-align:middle;
}





/************************************************
					 INFOS FIXES
************************************************/


.code_incorrect {
	font-weight:bold;
	color:#FF0000;
}

.lien_retour_haut {
	font-size:10px; color:#666666; text-align:right;
}

.ligne_pointille_vertical {
	border-left:1px dotted #ccc;
}

.ligne_pointille_horizontal {
	border-bottom:1px dotted #ccc;
}











form{
	padding:0;
	margin:0;	
}

select, input{
	font-size:11px;
	margin-top:3px;
}

/*****************************************************
					   BOX
*****************************************************/
table.box{
	margin:10px 0px;
	font-size:12px;
	color:#707b90;
}

.box_fond{
	background:url(img/box_fond.jpg) repeat-y top left;
	padding:5px;
}

table.box form{
	padding:0;
	margin:0;	
}

table.box form select, table.box form input{
	font-size:11px;
}

.box a{ color:#707b90;  text-decoration:underline;}
.box a:hover{  color:#707b90;  text-decoration:none;}


/*****************************************************
					 FIN BOX
*****************************************************/

/*****************************************************
					 ENTETES
*****************************************************/
.entete_gauche{
	height:27px;
	width:10px;
	background:url(img/entete_gauche.png) repeat-x top left;
}

.entete_centre{
	background:url(img/entete_centre.png) repeat-x top left;
	vertical-align:middle;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
}

.entete_droite{
	width:10px;
	background:url(img/entete_droite.png) repeat-x top left;
}
.entete_titre_box_droite{
	height:27px;
	width:7px;
	background:url(img/fd_titre_box_droite.png) repeat-x top left;
}

.entete_titre_box{
	background:url(img/fd_titre_box_2.png) repeat-x top left;
	vertical-align:middle;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
}

.entete_box{
	background:url(img/fd_titre_box_1.png) no-repeat top left;
	vertical-align:middle;
	font-weight:bold;
	height:22px;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	padding:5px 0 0 0;
}
.entete_titre_box_droite{
	width:7px;
	background:url(img/fd_titre_box_droite.png) repeat-x top left;
}
.entete_titre_box_gauche{
	width:7px;
	background:url(img/fd_titre_box_gauche.png) repeat-x top left;
}
.popperlink{
	POSITION: absolute; 
	VISIBILITY: hidden ;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index:90;
	background:#ECF3FD;
	border: 1px solid #B6D0F8

}
.entete_box_cote{
	background:url(img/box_top_produits.png) no-repeat #FAA41B;
	height:27px;
	vertical-align:middle;
	padding:0 0 0 45px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase
}
.list_produits_box_cote{
	vertical-align:middle;
	font-size:11px;
	list-style:none;
	margin:0;
	font-weight:normal
}
.list_produits_box_cote li{
	padding-top:2px;
	padding-bottom:2px;
	margin:0;
	cursor:pointer
}
.list_produits_box_cote li a{
	text-decoration:none;
	font-weight:normal
}

/*****************************************************
				   FIN ENTETES
*****************************************************/






/*****************************************************
					   LIENS
*****************************************************/
a:link {color: #5e7619;}
a:active {color: #6BA100;}
a:visited {color: #6BA100;}
a:hover {color: #6BA100;}

a.lien_gauche { color:#7E8081; font-size:11px; text-decoration:none;}
a.lien_gauche:hover{  color:#7E8081; font-size:11px; text-decoration:none;}

.lien:link {font-family: arial;font-size: 12px;text-decoration:underline;color: #7C7C7C;}
.lien:active {font-family: arial;font-size: 12px;text-decoration:underline;color: #7C7C7C;}
.lien:visited {font-family: arial;font-size: 12px;text-decoration:underline;color: #7C7C7C;}
.lien:hover {font-family: arial;font-size: 12px;text-decoration:none;color: #5C5C5C;}

.lien_bas:link {font-family: arial;font-size: 11px;text-decoration:none;color: #FFF;}
.lien_bas:active {font-family: arial;font-size: 11px;text-decoration:none;color: #FFF;}
.lien_bas:visited {font-family: arial;font-size: 11px;text-decoration:none;color: #FFF;}
.lien_bas:hover {font-family: arial;font-size: 11px;text-decoration:underline;color: #FFF;}


/*****************************************************
					 FIN LIENS
*****************************************************/

.liens_partager, .liens_partager img{
	text-align:right;
	vertical-align:middle;
}


/*************************************************************
		AFFICHAGE DATE DANS MODULES (ACTU, GALERIE...)
		et H2 QUI VA AVEC
**************************************************************/

.infos_date{
	background: #fff;
	width: 35px;
	height: 35px;
	display: block;
	margin: 0;
	padding:0;
	position: relative;
	text-align: center;
	float: left;
	line-height: 100%;
	border: 1px solid #6BA100;
}

.infos_date span.mois{
	background: #6BA100;
	border-bottom: 1px solid #6BA100;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 85%;
	padding: 2px 0;
	text-transform: uppercase;
}

.infos_date span.jour{
	bottom: 1px;
	padding: 3px 0;
	left: 0;
	width: 100%;
	font-size:14px;
	position: absolute;
	color:#000;
}

.infos_entete h2{
	font-family: Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	margin: 0 0 0 50px;
	font-size: 20px;
	font-weight: bold;
	border-bottom:1px solid #6BA100;
}
.infos_entete h2 a {text-decoration:none;}
.infos_entete h2 a.active, .infos_entete h2 a:hover{ text-decoration:none;}


/************************************************
					 BOX POUR LES MODULES
************************************************/

.box_accueil {
	margin-top:15px;
	margin-bottom:15px; 
	width:195px;
	color:#000;
	font-weight:normal;
}

.box_entete {
	color:#fff;
	background-color: #6BA100;
	/*background:#666666 url(img/fd_entete.jpg);*/
	font-weight:bold;
	padding:0;
	padding-left:8px;
	padding-top:2px;
	height:24px;
	line-height:24px;
	-moz-border-radius: 5px 5px 0 0; 
	padding-right:8px;
	font-size:12px;
}

.box_entete h2 { padding:0; font-size:12px; color:#fff;}
.box_entete h2 a {color:#fff; text-decoration:none;}
.box_entete h2 a:hover, .box_entete h2 a.active {color:#000; text-decoration:none;}

.box_entete h3 { padding:0; font-size:12px; color:#fff;}
.box_entete h3 a {color:#fff; text-decoration:none;}
.box_entete h3 a:hover, .box_entete h3 a.active {color:#000; text-decoration:none;}

.box_entete a {color:#fff; text-decoration:none;}
.box_entete a:hover, .box_entete a.active {color:#000; text-decoration:none;}

.box_corps {
	/*background:url(img/fd_box.jpg) repeat-x #fff;
	background-position:top;*/
	border: 1px solid #ccc;
	background-color:#FFFFFF;
	padding:8px;	
	-moz-border-radius: 0 0 5px 5px; 
	color:#000000;
}	
.box_corps a {text-decoration:none; color:#6BA100;}
.box_corps a:hover {color:#000;}

.box_corps h2 { padding:0; font-size:13px;}
.box_corps h2 a {text-decoration:none;}
.box_corps h2 a:hover, .box_corps h2 a.active {text-decoration:none;}

.box_corps ul {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 0;
	height:1%;
}

.box_corps li{
	list-style-type:none;
	list-style-position:outside;
	font-weight:bold;
	padding:3px;
}

.box_corps li.selection {
	text-decoration:none;
}

.box_corps li.selection a{
	color:#EA2D31;
}

.box_corps li a {text-decoration: none;}

.box_corps input.btsubmit{
	background-position:top;
	border:1px solid #999;
	margin-bottom:5px;
	color:#333;
}

.box_corps input.formulaire{
	background-position:center;
	background-color:#FFF;
	border:1px solid #CCC;
	color:#333;
}
/************************************************

					Style texte

*************************************************/

strong.color { color:#6BA100; font-weight:bold}

strong.titre {	font-size:14px;font-weight:bold;margin:0 0 0 0;padding:0;color:#6BA100;}
#ul1 {
	margin:5px 0 5px 0;
	padding:0 0 0 5px;
	height:1%;
 }
#ul1 li {
	list-style-type:none;
	background: url(img/puce.png) no-repeat left 5px;
	margin-left:10px;
	padding:2px 0 4px 16px;
	 }
	 
	 
div#ref {
                margin:5px auto;
                padding:10px;
                text-align:center;
                color:#fff;
                font-size:10px;
                width:980px;
} 
div#ref a {
color:#FFFFFF;
}

