/* CSS Document */


/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

/* BALISES HTML */
html, body {
	background-color: #31261a;
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	width: 100%;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;	
	color: #676257;
	
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
}

a {
}
a:hover {
	text-decoration: none;
}

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 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 100%;
	width: 923px;      /* ici la largeur fixe de l'element a center */
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* on rétablit l'alignement normal du texte */	
}
#tableau-td {
	vertical-align: middle;
}

#conteneur_bg {	
	background-color: #f5f1e5;
}


#conteneur_haut {
	background-image: url(images/home_bg_haut_conteneur.gif);
	background-repeat:no-repeat;
	padding: 9px 0 0 0;
}

#conteneur_bas {	
	height: 711px;
	text-align: left;
	background-image: url(images/home_bg_bas_footer.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;
}
html>body #recherche {
	margin: 0 0 0 0;
}
#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 {
	float: left;
	width: 718px;
	margin: 0 0px 0px 16px;
	display: inline;
	overflow: inherit!important;
	overflow: hidden;

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#haut_nav_principale {
	width: 718px;
	background-image: url(images/bg_nav_principale.gif);
	background-repeat: repeat-y;

}
#bg_nav_principale {
	background-image: url(images/haut_nav_principale.gif);
	background-repeat: no-repeat;
	background-position: top;

}

ul#nav_principale {
	background-image: url(images/bas_nav_principale.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 257px;
	padding: 0 0 19px 0;
}
html>body ul#nav_principale {
	height: auto;
	min-height: 257px;
}
ul#nav_principale li {
	display: inline;
	float: left;
	overflow-x: inherit!important;
	overflow-x: hidden;
}
ul#nav_principale li h2 {
	margin: 3px 9px 9px 12px;
	color: #f29400;
	font-size: 1.2em;
	background-repeat:  no-repeat;
	background-position: 100% 70%;
}
ul#nav_principale li#menu_2 h2 {
	background-image: url(images/bg_h2_nav2.gif);
	padding: 0 115px 0 0;
}
ul#nav_principale li#menu_6 h2 {
	background-image: url(images/bg_h2_nav6.gif);
	padding: 0 147px 0 0;
}
ul#nav_principale li#menu_16 h2 {
	background-image: url(images/bg_h2_nav16.gif);
	padding: 0 72px 0 0;
}

ul#nav_principale li a {
	margin: 6px 0 0 12px;
	color: #6b5a48;
	display: block;
	font-size: 0.75em;
	text-decoration: none;
}
ul#nav_principale li a:hover {
	color: #ff9900;
	text-decoration: underline;
}
ul#nav_principale li#menu_2 {
	width: 236px;
}
ul#nav_principale li#menu_6 {
	width: 237px;
}
ul#nav_principale li#menu_16 {
	width: 237px;
}

ul#nav_principale li .logo {
	text-align: right;
}

ul#nav_principale li#menu_16 .logo {
	margin: 0 0 0 0;
}
ul#nav_principale li.clear {
	display: block;
	float: none;
}

ul#nav_principale span {
	text-align: left;
	display: block;
}
.logo a:hover img {
	text-decoration: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LAST_ACTU_EVMNT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/

#bg_actus {
	width: 480px;
	background-image: url(images/bg_actus.gif);
	background-repeat: repeat-y;
	float: left
}
#haut_actus {
	background-image: url(images/haut_actus.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 9px 0 0 0;

}
#bas_actus {
	background-image: url(images/bas_actus.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 16px 0;
}

div.last_actuevmnt { /* Block 1 evenement */
	margin: 0 15px 0 15px;
	padding: 8px 0 0 0;
	clear: both;
	height: 75px;
	border-top: 1px dotted #2ca083;
}
html>body div.last_actuevmnt { /* Block 1 evenement */
	height: auto;
	min-height: 75px
}
h2.actuevmnt {
	margin: 0px 0px 11px 15px;
	color: #2ca083;
	font-size: 1.2em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_actuevmnt {  /* Image evenement */
	float: left;
	margin: 0px 0px 0px 0px;
	width: 80px;
}
.block_photo_actuevmnt img.spip_logos { 
	float: none;
}
/*
Utilisé pour affichage d'une vignette avec ombrage généré par un masque, gère le décalage a régler sur le masque utilisé
Si pas d'ombrage, commenter la ligne ci dessous
*/
.photo_actuevmnt {  /* Image evenement */
	/*margin: -52px 5px 5px 0px; /* Pour firefox */
	/*//margin: -67px 5px 5px 0px; /* Pour IE (toutes versions) */
	border: 1px solid #f29400;
}

.date_actuevmnt { /* Date evenement */
	color: #534637;
	font-size: 0.7em;
	background-color: #f7941e;
	display: inline;
	padding: 1px;

}

.last_actuevmnt h3 { /* Titre evenement lien */
	font-size: 0.9em;
	font-weight: bold;
}
.last_actuevmnt h3 a { /* Titre evenement lien */
	color: #2ca083;
}
.last_actuevmnt h3 a:hover { /* Titre evenement lien */
	color: #2ca083;
}

div.zone_texte_actuevmnt { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	width: 367px;
	float: left;
	text-align: justify;
	color: #333333;
}
p.texte_actuevmnt { /* Texte evenement */
	font-size: 0.7em;
}
p.suite_actuevmnt a {
	font-size: 0.7em;
	color: #666666;
	background-image: url(images/puce_savoirplus.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding: 0 0 0 17px;
	
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PORTRAIT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bg_portrait {
	float: left;
	width: 227px;
	background-color: #f29400;
	background-image: url(images/haut_portrait.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 3px;
}

h2.createur {
	font-size: 1.2em;
	border-bottom: 1px dotted #ffffff;
	text-align: center;
	margin: 8px 10px 8px 10px;
	padding: 0 0 11px 0;
	color: #ffffff;
}

#portrait {
	padding:  0px 0px 10px 0px;
	height: 158px;
	background-image: url(images/bas_portrait.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
html>body #portrait {
	height: auto;
	min-height: 158px;
}
#portrait h3 {
	padding:  8px 0 0 0;
	font-size: 0.9em;
}
#portrait h3 a {
	color: #503f2e;
}

#portrait div.texteportrait {
	padding:  0px 10px 0px 10px;
	color: #fff;
	font-size: 0.8em;
}
.spip_logos {
	float: left;
	padding:  3px 10px 10px 0px;
}
#portrait p.suite {
	text-align: left;
	padding:  0;
}
#portrait p.suite a {
	color: #fff;
	text-decoration: underline;
	background-image: url(images/suite_portrait.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding:  0px 0px 0px 17px;
}
#portrait p.suite a:hover {
	text-decoration: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_droite {
	float: right;
	width: 180px;
	overflow: inherit!important;
	overflow: hidden;
	display: inline;
	margin: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CARTE LOCALISATION */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#carte {
	margin: 0 0 20px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PROGRAMME LEADER - ACTUALITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.bg_actus {
	background-image: url(images/bg_lien_actus.gif);
	background-repeat: repeat-y;
}
.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 9px;
	background-image: url(images/filet_lien_actus.gif);
	background-repeat: no-repeat;
	background-position: 75% 70%;
	
	color: #f39b11;
	font-size: 0.8em;
	font-weight: bold;
}
.actus a.agenda {
	background-image: url(images/filet_lien_agenda.gif);

}


.bg_leader {
	background-image: url(images/bg_lien_leader.gif);
	background-repeat: repeat-y;
}
.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;
}

.leader a {
	display: block;
	padding: 9px 0 0 9px;
	background-image: url(images/filet_lien_leader.gif);
	background-repeat: no-repeat;
	background-position: 75% 70%;
	
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NEWSLETTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE FORM_CONTACT, FORM_DEMANDE_BAC */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#bg_newsletter {
	background-image: url(images/bg_newsletter.gif);
	background-repeat: repeat-y;
}
#bg_newsletter_haut { /* Le formulaire */	
	background-image: url(images/bg_haut_newsletter.gif);
	background-repeat: no-repeat;
	padding: 9px 0px 0px 0px;
	
}

#bg_newsletter_bas { /* Le formulaire */
	background-image: url(images/bg_bas_newsletter.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0 10px 15px 7px;
	width: 170px;
}

form.formabo label { /* Le formulaire */
	color: #ffffff;
	font-size: 0.7em;
}
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;
}

.spip_boutoncss, .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: 0.8em;
	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;
	
}

#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.7em;
}

#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;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 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: 1px;
	font-size: 0px;

}

/* Pour affichage correct PNG */
.format_png { behavior: url(win_png.htc); }

/* Flottant à gauche */
.float_left {
	float: left;
}
/* Flottant à droite */
.float_droite {
	float: right;
}