/* CSS Document */

/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #31261a;
	height: 100%;
	padding: 0px 0px 16px 0px!important;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
}

a img {
	border: none;
}

/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#liensevitement { /* Block contenant les liens d'evitement */	
	width: 923px;
	position: relative;
	margin-left: auto;
	margin-right: auto;		
	text-align: right;
	color: #796652;
	font-size: 0.8em;
}

#liensevitement a { /* Les liens d'evitement */
	color: #796652;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  /* Rollover des liens d evitement */
	color: #CAB78F;
}

h2.access {  /* Balise H2 masquee */
	position: absolute;
	color: #FFFFFF;
	z-index: 100;
	top:-10000px;
}

/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#conteneur_haut {
	background-image: url(images/home_bg_haut_conteneur.gif);
	background-repeat:no-repeat;
	padding: 9px 0 0 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 923px;
	z-index: 1;
	text-align: left;
}
#conteneur_bg {	
	background-color: #f5f1e5;
	background-image: url(images/bg_contenu.gif);
	background-repeat: repeat-y;

}


#conteneur_bas {	
	height: 711px;
	text-align: left;
	background-image: url(images/home_bg_bas_conteneur.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	padding: 0 0 5px 0;

}
html>body #conteneur_bas {	
	height: auto;
	min-height: 711px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BANDEAU	 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#flash {
		background-image: url(images/home_bg_bandeau.gif);
		background-repeat: no-repeat;
		height: 127px;

}

h1 {
	margin: 15px 0 0 22px;
	float: left;
	display: inline;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BASELINE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#baseline {

	float: right;
	margin: 0 29px 0 0;
	display: inline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#recherche {  /* Formulaire */
	height: 55px;
	background-image: url(images/bg_recherche.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 923px;
}

#recherche label { /* Label */
	display: none;
}
#recherche p { /* Label */
	padding: 0 0 0 752px;
}

#recherche img, #recherche input { 
	vertical-align: middle;
}

#recherche input { /* Champ de saisie */
	color: #666666;
	border: 1px solid #dddddd;
	font-size: 0.9em;
	width: 114px;
	text-align: center;
}
#recherche input.boutonok, input.boutonok  {
	width: 30px;
	height: 20px;
	border: none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-repeat: no-repeat;
	background-color: transparent;
	
	color: #666666;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.8em;
	background-image: url(images/bouton_ok.gif);
	background-repeat: no-repeat;
}

#recherche input.boutonok:hover, input.boutonok:hover {
	color: #f29400;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE GAUCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_gauche {
	background-image: url(images/haut_contenu.gif);
	background-repeat: no-repeat;
	float: left;
	width: 639px;
	margin: 0 0 0 21px;
	display: inline;
	padding: 0 35px 30px 35px;

	overflow: inherit!important;
	overflow: hidden;
	
	/zoom: 1;
}





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_droite {
	float: left;
	width: 189px;
	margin: 0 0 0 -4px!important;
	padding: 0 0 30px 0;
	display: inline;
	overflow: inherit!important;
	overflow: hidden;

}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PROGRAMME LEADER - ACTUALITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.bg_actus {
	background-image: url(images/bg_lien_actus.gif);
	background-repeat: repeat-y;
	margin: 12px 0 0 18px;
}
.haut_actus {
	background-image: url(images/haut_lien_actus.gif);
	background-repeat: no-repeat;

}
.actus {
	background-image: url(images/bas_lien_actus.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 15px 0;

}

.actus a {
	display: block;
	padding: 9px 0 0 10px;
	background-image: url(images/filet_lien_actus.gif);
	background-repeat: no-repeat;
	background-position: 80% 70%;
	
	color: #f39b11;
	font-size: 1em;
	font-weight: bold;
}


.bg_leader {
	background-image: url(images/bg_lien_leader.gif);
	background-repeat: repeat-y;
	margin: 0 0 0 18px;

}
.haut_leader {
	background-image: url(images/haut_lien_leader.gif);
	background-repeat: no-repeat;

}
#leader {
	background-image: url(images/bas_lien_leader.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 15px 0;
	
	/zoom:1;

}
#leader li {
	list-style: none;
	display: inline;

}

#leader a.first {
	display: block;
	padding: 9px 0 0 10px;
	background-image: url(images/filet_lien_leader.gif);
	background-repeat: no-repeat;
	background-position: 80% 70%;
	
	color: #fff;
	font-weight: bold;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NEWSLETTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE FORM_CONTACT, FORM_DEMANDE_BAC */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#bg_newsletter {
	background-image: url(images/bg_newsletter.gif);
	background-repeat: repeat-y;
	margin: 10px 0 0 18px;

 }
#bg_newsletter_haut { /* Le formulaire */	
	background-image: url(images/bg_haut_newsletter.gif);
	background-repeat: no-repeat;
	padding: 9px 0px 0px 0px;
	
	/zoom:1;	
}

#bg_newsletter_bas { /* Le formulaire */
	background-image: url(images/bg_bas_newsletter.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0 20px 15px 7px;
	width: 145px;
}

form.formabo label { /* Le formulaire */
	color: #ffffff;
	font-size: 0.85em;
}
form.formabo label.masque { /* Le formulaire */
	display: none;
}
form.formabo ul { /* Liste */
	list-style-type: none;
}

form.formabo fieldset{ /* Cadre d'info */
	padding: 0px 0px 0px 0px;
	border: none;
}

form.formabo legend{ /* Legende cadre */
	color: #ffffff;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #fff;
	font-size: 0.9em;

}

form.formabo input#mail_inscription_ { /* Zone de saisie */
	border: 1px solid #a9a18b;
	width: 100px;
}

form.formabo input.radio { /* Champ radio */
	width: auto;
	border: none;
	
}
form.formabo input:focus, form.formabo textarea:focus, form.formabo select:focus { /* Zone de saisie */
	background-color: #EFEFEF;
}

form.formabo select {
	border: 1px solid #54595C;

}
form.formabo option {
	color: #54595C;
}

form.formabo textarea { /* Zone de saisie texte */
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #54595C;
}

form.formabo .spip_boutoncss, form.formabo .spip_bouton { /* Bouton de validation */
	width: 30px;
	height: 20px;
	border: none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-repeat: no-repeat;
	background-color: transparent;
	
	color: #666666;
	font-weight: bold;
	
	text-align: center;
	font-size:1.1em;
	background-image: url(images/bouton_ok.gif);
	background-repeat: no-repeat;
}

.formulaire_spip input {
}
.formulaire_spip textarea {
	width: 100%;
}












/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer_haut { /* Block pied de page */
	margin: 6px 0 6px 0;
	background-image: url(images/home_bg_haut_footer.gif);
	background-repeat:no-repeat;
	padding: 9px 0 0 0;
	width: 923px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
}

#footer_bg { /* Block pied de page */
	background-color: #f5f1e5;

}
#footer_bas { /* Block pied de page */
	background-image: url(images/home_bg_bas_footer.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	padding: 0 0 6px 0;
	
}


#footer_bas ul a {
	color: #796652;
	font-size: 0.8em;
}

#footer_bas ul { /* Liste */
	list-style-type: none;
	text-align: center;		
	color: #796652;
	display: inline;
	vertical-align: middle;
	margin: 0 0 0 89px;
	float: left;
}
#footer_bas ul li { /* Liste */
	display: inline;
}
#footer_bas p { /* Liste */
	display: inline;
	vertical-align: middle;
	float: right;
	margin: 0 49px 0 0;
}

/* FIL RSS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.rss {
	margin: 10px 0 0 0;
}


/* DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* pour "pousser" si presence de float */
/* penser à placer un &nbsp; pour eviter le bug sous netscape (page à rallonge) */ 
.clear {
	clear: both;
	height: 0px; /* correction page a rallonge sous netscape*/
	line-height: 0px;
	font-size: 1px;
}
.clearliste {
	clear: both;
}

/* Pour affichage correct PNG */
.format_png { behavior: url(win_png.htc); }

.imprimer { /* paragraphe bouton Imprimer */
	float: right;
	margin-top:  -20px;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}

