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

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


body {
	margin:0;
	padding:0;
	background: url(img/fond.jpg) repeat-x 50% 0 #16460C;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

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

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

h1, h3,h2, a, .texte_mis_en_evidence {color:#16460C;}

a {	font-weight:bold; }
a:hover { text-decoration:none; color:#16460C; }

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0 10px 0 85px;
	padding:10px 0 5px 0;
	text-transform:uppercase;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:3px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:5px;
}

h4 {
	font-size:12px;
	font-weight:bold;
}

/************************************************
				IMAGES
************************************************/

img{border:none}

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

.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; }
.plan { border:1px solid #CCCCCC; padding:2px;}
/***********************************************
				CHEMINS
***********************************************/

#chemin{
	clear:both;
	font-size:10px;
	height:20px;
	margin:5px 40px 20px 85px;
	}
	
#chemin *{font-size:10px}

#chemin a {color:#16460C;}
#chemin a:hover,#chemin a.active  {color:#16460C;}


/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	margin:auto;
	width:980px;
	background: url('img/repetition.jpg') repeat-y ;
	position:relative;/**/
}

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

div#entete {
	height:204px;
	margin:0;padding:0;	
}

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

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

ul.menu {
	background:url(img/menu.jpg) no-repeat;
	height:32px;
	margin:0 0 0 0;
	padding:6px 0 0 62px;
	list-style-type:none;
}
ul.menu li {
	display:inline;
	margin:0;padding:0;
}
ul.menu li a {
	display:block;
	height:32px;
	float:left;
	margin:0;
	padding:0 9px 0 10px;
	color:#fff;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:32px;
	text-decoration:none;
	background:url(img/separation.jpg) no-repeat left;
}

ul.menu li a:hover, ul.menu li a.active {
	background:url(img/rollhover.jpg) repeat-x ;
	color:#16460C;
}

ul.menu li.premier_lien a { background:none;}

ul.menu li.premier_lien a:hover, ul.menu li.premier_lien a.active {
	background:url(img/rollhover.jpg) repeat-x ;
	color:#16460C;
}

/*****************************************************
				MENU vertical
*****************************************************/
/*ul.menu {
	background:url(img/menu.jpg) repeat-y;
	position:absolute ;
	top: 112px;
	left:31px;
	width:164px;
	margin:0;
	padding:0px;
	list-style-type:none;
	height:184px;
}

ul.menu li{	
	height:16px;
	margin:0 0 0 0;
	padding:0 0 0 0;	
	width:164px;	
}

ul.menu li a {
	display: block ; 
	text-decoration:none;
	color:#fff;
	font-size:12px;
	line-height:16px;
	text-align:left;
	padding:0 0 0 12px;
	margin:0; 
	width:152px;
	height:16px;
}

ul.menu li a:hover, ul.menu li a.active {
	background:url(img/rollhover.jpg) no-repeat;
	color:#225ea7 ;
}
ul.menu li.dernier_lien a { border:none; }

*/

/***********************************************************
				CORPS
***********************************************************/
div#corps {
	background: url('img/bas.jpg') no-repeat 0 bottom;
}

div#contenu {
	background:url('img/haut.jpg') no-repeat;
	text-align:left;
	margin: 0;
	padding: 0;
	height:400px;
}

html>body #contenu {
	height:auto;
	min-height:400px;
} 

div#contenu_modifiable {
	border:none;
	margin:0;
	padding:0px 80px 20px 80px ;
}

div#contenu p {
	margin:0;
	padding:5px;
}

div#contenu_modifiable ul.puce {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	height:1%;
}
div#contenu_modifiable ul.puce li {
	background:url(img/puce.jpg) no-repeat left 5px;
	margin-left:10px;
	padding:2px 0 2px 15px;
}


/****************************************************
		FORMULAIRES
****************************************************/

.formulaire {
	border: 1px solid #CCCCCC;
	background-color:none;
	font-size:12px;
	padding:1px; 
}

/****************************************************
				ADRESSE
****************************************************/
div#adresse {
	clear:both;
	background: url('img/adresse.jpg') no-repeat;
	height:52px;
	color:#FFF;
	font-weight:bold;
	line-height:24px;
	text-align:center;
	padding:35px 0 0 0;
}

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

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

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

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






/************************************************
					 Newsletter					
************************************************/
#newsletter{
	position:absolute;
	top:294px;
	right:25px;
	text-align:left;
}







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

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

.infos_date span.mois{
	background: #B10D0C;
	border-bottom: 1px solid #B10D0C;
	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 #B10D0C;
}
.infos_entete h2 a {text-decoration:none;}
.infos_entete h2 a.active, .infos_entete h2 a:hover{ text-decoration:none;}




/************************************************
					 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;
}











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

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

.box_entete {
	color:#fff;
	background-color: #B10D0C;
	/*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 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;
}

