/* CSS Document */


/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

/* BALISES HTML */
html, body {
	background-color: #e5e5e5;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
		
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	width: 100%;
	font-size: 0.9em;	
	color: #505c64;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#liensevitement { /* Block contenant les liens d'evitement */
	width: 980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #F4AA15;
	font-size: 0.8em;
}

#liensevitement a { /* Les liens d'evitement */
	color: #F4AA15;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  /* Rollover des liens d evitement */
	color: #fff;
}
h2.access {  /* Balise H2 masquee */
	position: absolute;
	color: #FFFFFF;
	z-index: 100;
	top:-10000px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#conteneur {	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	z-index: 1;
	text-align: left;
}

h1 {
		width: 980px;
		height: 184px;
		background-image: url(images/home_bandeau.jpg);
		background-repeat: no-repeat;
}

h1 img {
	margin: 4px 0 0 77px;
}

#block_contenu {
	background-image: url(images/bg_block_contenu.gif);
	background-repeat: repeat-y;
}

#colonne_gauche {
	float: left;
	width: 177px;
	margin: 0 0 0 39px!important;
	margin: 0 0 0 20px;
}

ul#ssmenu {
	list-style: none;
	padding: 10px 0px 10px 0px;
}
ul#ssmenu a {
	color: #6F6F6F;
}

#colonne_centrale {
	float: left;
	width: 456px;
	margin: -16px 0 0 16px!important;
	margin: -16px 0 0 16px;
	position: relative;
	z-index: 99;
}


#colonne_droite {
	float: left;
	width: 252px;
	margin: -15px 0 0 12px!important;
	margin: -15px 0 0 12px;
	position: relative;
	z-index: 99;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h2.titre_recherche, form#recherche, #block_recherche p {
	display: inline;
	vertical-align: middle;
}
html>body  form#recherche {
padding-bottom: 22px
}
#block_recherche {  /* Formulaire */
	float: right;
	margin: -62px 77px 0 0!important;
	margin: -62px 37px 0 0;
	position: relative;
	z-index: 99
}

#recherche label { /* Label */
	display: none;
}

#recherche img, #recherche input { 
	vertical-align: middle;
}

#recherche input { /* Champ de saisie */
	color: #62819e;
	border: 1px solid #c7c7c7;
	font-size: 0.9em;
	width: 125px;
	text-align: center;
}
#recherche input.boutonok, input.boutonok  {
	width: 23px;
	height: 18px;
	line-height: 18px;
	
	background-image: url(images/bouton_ok.gif);
	border: none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.8em;	
}

#recherche input.boutonok:hover, input.boutonok:hover {
	/* background-image:url(images/bouton_ok_fr-over.gif); */
	color: #54595C;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	width: 980px;
	height: 134px;
	position: relative;
	background-image: url(images/bg_menu.jpg);
	background-repeat: no-repeat;
}

ul#nav_principale li {
	display: inline;
}
ul#nav_principale li a {
	color: #fff;
	font-weight: bold;
}

#rub_33 {
	position: absolute;
	top: 64px;
	left: 62px
}
#rub_35 {
	position: absolute;
	top: 45px;
	left: 198px
}
#rub_43 {
	position: absolute;
	top: 33px;
	left: 336px
}
#rub_44 {
	position: absolute;
	top: 22px;
	left: 473px
}
#rub_49 {
	position: absolute;
	top: 12px;
	left: 610px
}
#rub_54 {
	position: absolute;
	top: 1px;
	left: 747px
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_LAST_ACTUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
#a_la_une {
	background-image: url(images/bg_a_la_une.jpg);
	background-repeat: repeat-x;
	height: 200px;
	padding: 0px 0px 0px 15px;
}
html>body #a_la_une {
	height: auto;
	min-height: 200px;
}

div.last_actus { /* Block 1 actualites */
	margin: 0px 0px 5px 0px;
	//margin: 0px 0px 0px 0px;
	padding: 1px 0 0 0;
	clear: both;
}

h2.actus {
	margin: 0px 0px 0px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_actu {  /* Image evenement */
	float: left;
	padding: 0px 5px 0px 0px;
}
.block_photo_actu 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_actu {  /* Image evenement */
	margin: 0px 5px 0px -1px; /* Pour firefox */
}

.date_actu { /* Date actu */
	font-weight: bold;
}

.last_actus h3 { /* Titre actu lien */
	color: #e3921e;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
	
	text-decoration: none;
}

div.texteactu { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	width: 265px;
	float: left;
}
p.texte_actu { /* Texte actu */
	font-size: 0.85em;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_LAST_EVMNTS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
div.last_evmnt { /* Block 1 evenement */
	margin: 10px 0px 5px 0px;
	clear: both;
}

h2.evmnt {
	margin: 0 0 9px 0;
}
.texte {
	font-size: 0.85em;

}
.date_evmnt { /* Date evenement */
	font-weight: bold;
}

.texte_evmnt h3 { /* Titre evenement lien */
	color: #e3921e;
	font-size: 0.85em;
	font-weight: bold;
	
	text-decoration: none;
}

.texte_evmnt { 
	padding: 0 54px 0 9px;

}
p.liresuite {
	margin-top: 4px;
}
p.liresuite a {
	color: #005240;
	font-size: 0.85em;
	padding-right: 15px;
	background-image: url(images/picto_liresuite.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-decoration: underline;
}
p.liresuite a:hover {
	text-decoration: none;
}
.separation {
	margin: 17px 0 17px 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE FORM_CONTACT, FORM_DEMANDE_BAC */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

form { /* Le formulaire */
	width: 100%;
	background-color: transparent;
}

form ul { /* Liste */
	list-style-type: none;
}

form fieldset{ /* Cadre d'info */
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

form legend{ /* Legende cadre */
	color: #54595C;
}

form input { /* Zone de saisie */
	border: 1px solid #54595C;
}

form input.radio { /* Champ radio */
	width: auto;
	border: none;
	
}
form input:focus, form textarea:focus, form select:focus { /* Zone de saisie */
	background-color: #EFEFEF;
}

form select {
	border: 1px solid #54595C;

}
form option {
	color: #54595C;
}

form 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 */
	background-color:#54595C;
	font-size:100%;
	color:#FFFFFF;
	width: auto;
	cursor:pointer;
	text-align:center;
	border: 1px solid #a4b97f;
	margin: 2px 0px 2px 0px;
	padding: 1px;
}

.formulaire_spip input {
	width: auto;
}
.formulaire_spip textarea {
	width: 100%;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU DIVERS 2 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_divers2_haut {
	background-image: url(images/bg_menu_divers2_haut.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	width: 176px;
}
#menu_divers2_bas {
	background-image: url(images/bg_menu_divers2_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;

}

#menu_divers2 {
	list-style-type: none;
	background-image: url(images/bg_menu_divers2.gif);
	background-repeat: repeat-y;
	padding: 5px 0 5px 8px;
}
#menu_divers2 li a {
	color: #fff;
	background-image: url(images/picto_menu_divers2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 11px;
	text-transform: uppercase;
	font-size: 0.8em;
}
#menu_divers2 li a:hover {
	color: #005240;

}
#menu_divers2 li a.agendaactus {
		font-size: 0.9em;


}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	position: relative;
	width: 936px;
	padding: 3px 0 5px 44px;
	margin-left: auto;
	margin-right: auto;
		
	clear: both;
}
#footer a {
	color: #7f7f7f;
	font-size: 0.8em;
}
#footer a:hover {
	color: #00533e;
}

#footer ul { /* Liste */
	list-style-type: none;

}
#footer ul li { /* Liste */
	display: inline;

}



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