/* CSS Document */

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

body {
	background-color: #fff;
	height: 100%;
	padding: 0;
	
	text-align: center;
}

a img {
	border: none;
}

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

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

}

#liensevitement a { /* Les liens d'evitement */
	text-decoration: none;
	color: #FFFFFF;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active { /* Rollover des liens d evitement */
	text-decoration: underline;
	color: #b5d9a4;
}

h2.access {  /* Balise H2 masquee */
	position: absolute;
	z-index: 100;
	top:-10000px;
}

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

#conteneur { /* Conteneur global */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1003px;
	z-index: 1;
	text-align: left;
	background-image: url(images/bg_conteneur.jpg);
	background-repeat: repeat-y;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	height: 29px;
	width: 858px;
	position: absolute;
	top: 0px;
	left: 145px;
	z-index: 99;
}

ul#nav_principale li {
	display: inline;
	float: left;
	margin: 0 2px 0 0;
	height: 29px;
}


/* COLONNE GAUCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_gauche { /* Colonne gauche */
	overflow-x: visible!important;
	overflow-x: hidden;
	
	float: left;
	display: inline;
	width: 220px;
}

h1 {
	background-image: url(images/bg_logo_int.jpg);
	background-repeat: no-repeat;
	height: 142px;
	z-index: 80;
}
h1 img {
	margin: 29px 0 0 48px;
}

#bg_colgauche {
	background-image: url(images/bg_col_gauche.jpg);
	background-repeat:no-repeat;
	height: 826px;
	padding: 30px 0 0 0;
}
html>body #bg_colgauche {
	height: auto;
	min-height: 826px;
}
#colonne_gauche h2 { /* Colonne gauche */
	text-align: center;
	width: 195px;
	margin: 0 0 10px 0;
}
/* COLONNE CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_contenu {	
	z-index: 50;	
	overflow-x: visible!important;
	overflow-x: hidden;
	float: left;
	width: 553px;
	display: inline;
}


#bandeau {
	z-index: 1;
	height: 178px;
	background-image: url(images/page_bandeau.jpg);
	background-repeat: no-repeat;
}



#contenu {
	padding: 0 25px 20px 30px;
	background-image: url(images/bg_contenu.jpg);
	background-repeat: no-repeat;
}

/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_droite {
	float: right;
	width: 230px;
	height: 787px;
	overflow-x: visible!important;
	overflow-x: hidden;
	background-image: url(images/bg_col_droite.jpg);
	background-repeat: no-repeat;
	display: inline;

}
html>body #colonne_droite {
	height: auto;
	min-height: 787px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#recherche {  /* Formulaire */
	width: 144px;
	float: left;
	display: inline;

}

#recherche p { 
	background-image: url(images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 133px;
	margin: 46px 0 0 11px;
}
#recherche label { /* Label */
	display: none;
}

#recherche input { /* Champ de saisie */
	color: #0f9866;
	font-weight: bold;
	font-size: 0.7em;
	width: 98px;
	border: none;
	background-color: transparent;
	padding: 0 4px 0 6px;
	_vertical-align: middle;
}
#recherche input.boutonok  {
	width: 19px;
	height: 20px;
	line-height: 20px;
	border: none;
	background-image: url(images/bouton_ok.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	text-align: center;
	background-color: transparent;
	padding: 0;
}



/* VERSION ANGLAISE	 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#english {
	float: right;
	
	width: 86px;
	height: 66px;

}
#english img {
	margin: 46px 27px 00;

}


/* MENU INFOS PRATIQUES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h2.infosprat {
	 text-align: right;
	 margin: 20px 2px 0 0;
}
ul#infos_pratiques {
	list-style-type: none;
	text-align: right;
	 margin: 0 2px 0 0;
}

ul#infos_pratiques li {
	margin: 0;
	text-align: right;
	display: inline;
}



/* BLOCK UNE ET ACTUS	 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_une_actus {
	width: 223px;
	
	background-image: url(images/bg_actu_int.gif);
	background-repeat: repeat-y;
	margin: 30px 0 30px 0;
}

.block_une_haut {
	background-image: url(images/bg_actu_haut_int.gif);
	background-repeat: no-repeat;
	height: 380px;
	padding: 30px 0 30px 0;
}
html>body .block_une_haut {
	height: auto;
	min-height: 380px;
}
.block_une_bas {
	background-image: url(images/bg_actu_bas_int.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* SQUELETTE SOMMAIRE_A_LA_UNE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/

h2.une {
	margin: 15px 0 0 13px;
	width: 70px;
	float: left;
	display: inline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_une {  /* Image evenement */
	margin: 0 30px 0 0;
	float: right;
	width: 110px;
	display: inline;
}
.block_photo_une img { 
	float: left;
}
/*
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_une {  /* Image evenement */
	margin: -85px 0 0 2px; /* Pour firefox */
}
.zone_texte_une {
	clear: both;
	padding: 5px 0 0 0;
	/margin: -28px 0 0 0;
}
.une h3 a { /* Titre evenement lien */
	color: #8d137e;
	font-size: 0.7em;
	font-weight: bold;
	
	text-decoration: none;
	margin: 0 37px 0 20px;
	display: block;
}

.une h3 a:hover { /* Titre evenement lien hover */
	text-decoration: underline;	
}


/* SQUELETTE SOMMAIRE_LAST_ACTUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/

h2.actus {
	margin: 25px 0px 14px 20px;
}


h3.last_actus  a { /* Titre actu lien */
	color: #8d137e;
	font-size: 0.65em;
	
	text-decoration: none;
	padding: 0 0 10px 19px;
	margin: 0 25px 0 20px;
	display: block;
	background-image: url(images/puce_actu_int.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

h3.last_actus a:hover { /* Titre actu lien hover */
	text-decoration: underline;	
}

/* Lien toutes les actus */
#toutes_actus {
	background-image: url(images/toutes_actus.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding: 10px 0 10px 23px;
	margin: 0 16px 0 0;


}

#toutes_actus a {
	color: #956598;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;	
}

#toutes_actus a:hover {
	text-decoration: underline;	
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NEWSLETTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#news {
	width: 230px;
	text-align: center;
	z-index: 99;
	background-image: url(images/bg_news_int.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #fff;
	margin: 10px 0 0 0;

}
#news h2 {
	padding: 16px 0 6px 0;
	margin: 0;
}
#news form fieldset {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0px;

}

#news legend {
	display: none;
}
#news div.label_mail {
	display: none;
}
#news label {
	font-size: 0.7em;
	color: #ce8137;
}
#news label, #news input {
	vertical-align: middle;
}

#news p {
	background-image: url(images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 134px;
	margin: 0 0 2px 43px;
	//margin: 0 0 2px 0;
}

#news input#mail_inscription_ {
	width: 104px;
	border: none;
	background-color: transparent;
	padding: 0 4px 0 6px;
	color: #0f9866;
	font-size: 0.7em;
	font-weight: bold;
}
#news input.spip_boutoncss {
	width: 19px;
	height: 20px;
	border: none;
	background-image: url(images/bouton_ok.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	text-align: center;
	padding-bottom: 4px;
	background-color: transparent;
	margin: 0;
	font-size: 0.8em;

}
#news .float_left {
	margin: 5px 0 5px 15px;
	width: auto;
	display: inline;
}


/* PIED DE PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	background-image: url(images/bg_footer_int.jpg);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	height: 78px;
	width: 1003px;
	background-color: #fff;
}
#footer a {
	color: #6F6F6F;
}
#footer ul li {
display:inline;
}


/* ADRESSE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#adresse2 {
	float: left;
	margin: 60px 0 0 5px;
	color: #387925;
	font-size: 0.75em;
	width: 520px;
	font-weight: bold;
}

/* MENU DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_divers {
	float: right;
	display:inline;
	margin: 60px 80px 0 0;
	font-size: 0.75em;
}
#menu_divers span {
	display: none;
}
#menu_divers a {
	color: #647900;
	padding: 0 0 3px 20px;
	/padding: 0 0 6px 20px;
	display: block;
	float: left;
	margin: -2px 5px 0 0;
}
#menu_divers a:hover {
	color: #273900;
}

#menu_divers .artaccess {
	background-image: url(images/picto_access.png);
	background-repeat: no-repeat;
}
#menu_divers .artaccess:hover {
	background-image: url(images/picto_access-over.png);
}


#menu_divers .artmentions {
	background-image: url(images/picto_mentions.png);
	background-repeat: no-repeat;
}
#menu_divers .artmentions:hover {
	background-image: url(images/picto_mentions-over.png);
}


#menu_divers .artplan {
	background-image: url(images/picto_plan.png);
	background-repeat: no-repeat;
}
#menu_divers .artplan:hover {
	background-image: url(images/picto_plan-over.png);
}

/* 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: 10px;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}

