/* 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;
	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_colonne_centrale.gif);
	background-repeat: repeat-y;
}

#colonne_gauche {
	float: left;
	width: 176px;
	margin: -28px 0 0 39px!important;
	margin: -28px 0 0 20px;
	
	position: relative;
	z-index: 99;
	
	overflow-x: inherit!important;
	overflow-x: hidden;

}

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


#colonne_droite {
	float: left;
	width: 624px!important;
	width: 623px;
	margin: 0 0 0 18px;
	padding: 0 27px 30px 20px;
	position: relative;
	z-index: 99;
	background-image:url(images/bg_coldroite.gif);
	background-repeat: no-repeat;
	background-color: #fff;

	overflow-x: inherit!important;
	overflow-x: hidden;
}

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



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 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 0;
	padding-left: 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, #menu_divers2 li a.on {
	color: #005240;
	text-decoration: underline;
}

#menu_divers2 li a.agendaactus {
		font-size: 0.9em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	padding: 11px 0 5px 53px;
	width: 927px;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	clear: both;
	text-align: left;
}
#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;
}
.imprimer { /* paragraphe bouton Imprimer */
	float: right;
	margin-top: 10px;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}
