/* CSS Document */


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

/* BALISES HTML */
html, body {
	background-color: #b3a88c;
		
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	width: 100%;
	font-size: 0.9em;
	
	color: #3F3F3F;
	height: 100%;
	
	background-image: url(images/home_bg.gif);
	background-repeat: no-repeat;
}
html {
	/*overflow: auto;*/
	//overflow-x: hidden;

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

a img {
	border: none;
}


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

#liensevitement { /* Block contenant les liens d'evitement */
	/* width: 970px; */
	text-align: right;
	margin-right: 13px;
	margin-bottom: 0px;
	font-size: 0.8em;
	color: #b3a88c;
}

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

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 100%;
	width: 983px;      /* 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 {		
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 983px;
	height: 577px;
	
	z-index: 1;
	text-align: left;
}
html>body #conteneur {		
	height: auto;
	min-height: 577px;

}
#flash {
	width: 983px;
	height: 307px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(images/home_bg_flash.jpg);
	background-repeat: no-repeat;

}

h1 {
		width: 983px;
		height: 199px;
		position: absolute;
		top: 0;
		left: 0;
}
h1 img {
	margin: 12px 0 0 69px;
}



#block_contenu {
	width: 983px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(images/home_bg_conteneur.gif);
	background-repeat: repeat-y;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE GAUCHE : BULLETIN INFOS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_gauche {
	float: left;
	position: relative;
	z-index: 99;
	width: 256px;
	height: 229px;
	background-image: url(images/home_bg_bulletin.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow-x: inherit!important;
	overflow-x: hidden;
}
html>body #colonne_gauche {
	height: auto;
	min-height: 229px;
}
.block_photo_infos {  /* Image evenement */
	float: left;
	margin: 78px 0 0 22px!important;
	margin: 78px 0 0 10px;

	width: 111px;
}
.block_photo_infos img {
  float: left;
}
.photo_infos {  /* Image evenement */
	margin: -136px 0px 0px 7px; /* Pour firefox */
	float: left;
}

#colonne_gauche a {
	float: right;
	margin: 150px 10px 0 0;
	width: 110px;
	color: #4383be;
	font-size: 0.85em;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACTUALITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_centrale {
	float: left;
	width: 303px;
	background-color: #fff;
	height: 239px;
	
	padding: 0px 0 0 0;
	
	background-image: url(images/home_bg_actus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow-x: inherit!important;
	overflow-x: hidden;

}
html>body #colonne_centrale {
	height: auto;
	min-height: 239px;
}

#colonne_centrale h2 {
	 margin: -68px 0 0 27px!important;
	 margin: -68px 0 0 15px;
	position: relative;
	float: left;
	z-index: 99;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_LAST_ACTUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
div.last_actus { /* Block 1 actualites */
	margin: 10px 0 0 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_actu {  /* Image evenement */
	float: left;
	margin: 0px 5px 5px 0px;

	width:72px;
} 

.block_photo_actu 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
*/
img.photo_actu {  /* Image evenement */
	margin: -55px 0px 0px 6px; /*  Pour firefox */
	float: left;
}

.date_actu { /* Date actu */
	color: #6bbae1;
	margin: 0px 0px 0px 0px;
	font-size: 0.85em;
}
.last_actus h3 { /* Titre actu lien */
	font-size: 0.85em;
	
}
.last_actus h3 a { /* Titre actu lien */
	color: #16051a;
	font-weight: bold;	
	text-decoration: underline;
}

.last_actus h3 a:hover { /* Titre actu lien hover */
	text-decoration: none;	
}
div.texte_actu { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	width: 160px;
	margin: 0 0 0 16px;
	float: left;
}
p.texte_actu { /* Texte actu */
	color: #16051a;
	text-decoration: none;
	font-size: 0.85em;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU UTILE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_droite {
	float: left;
	width: 175px;
	height: 208px;
	background-image: url(images/home_bg_utile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow-x: inherit!important;
	overflow-x: hidden;
	
	/* position: relative;
	z-index:5; */

}
html>body #colonne_droite {
	height: auto;
	min-height: 208px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU UTILE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_utile {
	float: left;
	position: relative;
	z-index: 99;
	margin: -95px 0 0 0;

}
#colonne_droite h2.utile {
	margin: 0 0 7px 47px;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE PRATIQUE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_pratique {
	float: left;
	width: 249px;
	height: 244px;
	background-image: url(images/home_bg_pratique.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow-x: inherit!important;
	overflow-x: hidden;

}
html>body #colonne_pratique {
	height: auto;
	min-height: 244px;
}
#menu_pratique {
	float: left;
	position: relative;
	z-index: 99;
	margin: -161px 0 0 0;

}
h2.viepratique {
	margin: 0 0 0 29px;	
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRATIQUE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#pratique  { /* menu_roll_arrondi  liste */
	list-style-type: none;
	width: 220px;
	margin: 0px 0px 12px 29px;
	
	background-image: url(images/home_bg_fondpratique.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 13px 0;
}
ul#pratique  li { /* menu_roll_arrondi  element liste */
	display: inline;
}
ul#pratique  li a { /* menu_roll_arrondi  element liste lien */
	display: block!important;
	display: inline-block;
	text-decoration:none;
	
	color: #fff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;

	background-image: url(images/home_bg_menuroll_centre.gif);
	background-repeat: repeat-y;
}
ul#pratique li a.niveau1:hover, ul#pratique a.niveau1:focus, ul#pratique li a.niveau1actif { /* menu_roll_arrondi  element liste lien hover */
	text-decoration: underline;
	background-image: url(images/home_bg_menuroll_centre-over.gif);
	color: #d95810;
}
ul#pratique li a.niveau1:active {
	background-image: url(images/home_bg_menuroll_centre-over.gif);
	background-repeat: repeat-y;
}


ul#pratique  li span.texte {
	display: block;
	
	margin: -2px 0px -2px 5px!important;
	margin: -12px 0px -1px 5px;
	
	padding: 0 9px 0 27px;
	background-image: url(images/puce_pratique.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 0.2em;
}

ul#pratique  li span.texte:hover, ul#pratique  li span.over {
	background-image: url(images/puce_pratique-over.gif);

}


/* Mis en place du backgroung image et roll over partie haute */
ul#pratique  li span.roll_haut {
	background-image: url(images/home_bg_menuroll_haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 220px;
	height: 5px;
	
	display: block!important;
	display: inline-block;
}
ul#pratique li a.niveau1:hover span.roll_haut, ul#pratique li a.niveau1:focus span.roll_haut, ul#pratique li a.niveau1actif span.roll_haut {
	background-image: url(images/home_bg_menuroll_haut-over.gif);
}

ul#pratique li a.niveau1:active span.roll_haut {
	background-image: url(images/home_bg_menuroll_haut-over.gif);
}

/* Mis en place du backgroung image et roll over partie basse */
ul#pratique  li span.roll_bas {
	background-image: url(images/home_bg_menuroll_bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	width: 220px;
	height: 5px;
	
	display: block!important;
	display: inline-block;
}

ul#pratique  li a.niveau1:hover span.roll_bas, ul#pratique  li a:focus span.roll_bas, ul#pratique  li a.niveau1actif span.roll_bas {
	background-image: url(images/home_bg_menuroll_bas-over.gif);
}
ul#pratique li a.niveau1:active span.roll_bas {
	background-image: url(images/home_bg_menuroll_bas-over.gif);
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU COMMANDES PUBLIQUES / NOUVEAUX ARRIVANTS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#commande  { /* menu_roll_arrondi  liste */
	list-style-type: none;
	width: 220px;
	margin: 0px 0px 12px 29px!important;
	margin: 0px 0px 12px 15px;
	float: left;
}
ul#commande  li { /* menu_roll_arrondi  element liste */
	display: inline;
}
ul#commande  li a { /* menu_roll_arrondi  element liste lien */
	display: block!important;
	display: inline-block;
	text-decoration:none;
	
	color: #fff;
	font-weight: bold;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;

	background-image: url(images/home_bg_comm_centre.gif);
	background-repeat: repeat-y;
	margin: 0 0 1px 0;

}
ul#commande li a.niveau1:hover, ul#commande a.niveau1:focus, ul#commande li a.niveau1actif { /* menu_roll_arrondi  element liste lien hover */
	text-decoration: underline;
	background-image: url(images/home_bg_comm_centre-over.gif);
}
ul#commande li a.niveau1:active {
	background-image: url(images/home_bg_comm_centre-over.gif);
	background-repeat: repeat-y;
}


ul#commande  li span.texte {
	display: block;
	
	margin: -2px 0px 0px 5px!important;
	margin: -12px 0px 0px 5px;
	
	padding: 0 0 0 30px;
	background-image: url(images/puce_comm.gif);
	background-repeat: no-repeat;
	background-position: 0.8em 0.2em;
}

ul#commande  li span.texte:hover, ul#commande  li span.over {
	background-image: url(images/puce_comm-over.gif);

}


/* Mis en place du backgroung image et roll over partie haute */
ul#commande  li span.roll_haut {
	background-image: url(images/home_bg_comm_haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 220px;
	height: 6px;
	
	display: block!important;
	display: inline-block;
}
ul#commande li a.niveau1:hover span.roll_haut, ul#commande li a.niveau1:focus span.roll_haut, ul#commande li a.niveau1actif span.roll_haut {
	background-image: url(images/home_bg_comm_haut-over.gif);
}

ul#commande li a.niveau1:active span.roll_haut {
	background-image: url(images/home_bg_comm_haut-over.gif);
}

/* Mis en place du backgroung image et roll over partie basse */
ul#commande  li span.roll_bas {
	background-image: url(images/home_bg_comm_bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	width: 220px;
	height: 2px;
	
	display: block!important;
	display: inline-block;
}

ul#commande  li a.niveau1:hover span.roll_bas, ul#commande  li a:focus span.roll_bas, ul#commande  li a.niveau1actif span.roll_bas {
	background-image: url(images/home_bg_comm_bas-over.gif);
}
ul#commande li a.niveau1:active span.roll_bas {
	background-image: url(images/home_bg_comm_bas-over.gif);
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU UTILE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#utile  { /* menu_roll_arrondi  liste */
	list-style-type: none;
	width: 175px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 13px 0;
	float: left;
}
ul#utile li { /* menu_roll_arrondi  element liste */
	display: inline;
}
ul#utile li a { /* menu_roll_arrondi  element liste lien */
	display: block!important;
	display: inline-block;
	text-decoration:none;
	
	color: #fff;
	font-weight: bold;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;

	background-image: url(images/home_bg_util_centre.gif);
	background-repeat: repeat-y;
}
ul#utile li a.niveau1:hover, ul#utile a.niveau1:focus, ul#utile li a.niveau1actif { /* menu_roll_arrondi  element liste lien hover */
	text-decoration: underline;
	background-image: url(images/home_bg_util_centre-over.gif);
}
ul#utile li a.niveau1:active {
	background-image: url(images/home_bg_util_centre-over.gif);
	background-repeat: repeat-y;
}


ul#utile  li span.texte {
	display: block;
	
	margin: -2px 0px -2px 5px!important;
	margin: -12px 0px -1px 5px;
	
	padding: 0 0 0 15px;
	background-image: url(images/puce_util.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.2em;
}

ul#utile  li span.texte:hover, ul#utile  li span.over {
	background-image: url(images/puce_util-over.gif);

}


/* Mis en place du backgroung image et roll over partie haute */
ul#utile  li span.roll_haut {
	background-image: url(images/home_bg_util_haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 175px;
	height: 5px;
	
	display: block!important;
	display: inline-block;
}
ul#utile li a.niveau1:hover span.roll_haut, ul#utile li a.niveau1:focus span.roll_haut, ul#utile li a.niveau1actif span.roll_haut {
	background-image: url(images/home_bg_util_haut-over.gif);
}

ul#utile li a.niveau1:active span.roll_haut {
	background-image: url(images/home_bg_util_haut-over.gif);
}

/* Mis en place du backgroung image et roll over partie basse */
ul#utile  li span.roll_bas {
	background-image: url(images/home_bg_util_bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	width: 175px;
	height: 3px;
	
	display: block!important;
	display: inline-block;
}

ul#utile  li a.niveau1:hover span.roll_bas, ul#utile  li a:focus span.roll_bas, ul#utile  li a.niveau1actif span.roll_bas {
	background-image: url(images/home_bg_util_bas-over.gif);
}
ul#utile li a.niveau1:active span.roll_bas {
	background-image: url(images/home_bg_util_bas-over.gif);
}



ul#utile li a.margeactus {
	margin: 0px 0px 0px 7px;
}
ul#utile  li a.margeactus span.texte {	
	padding: 0 0 0 18px;
	background-position: 0.1em 0.2em;
}


ul#utile li a.margecyber {
	margin: 0px 0px 0px 13px;
}
ul#utile  li a.margecyber span.texte {	
	padding: 0 0 0 13px;
	background-position: 0.1em 0.2em;
}


ul#utile li a.margecontact {
	margin: 0px 0px 0px 6px;
}
ul#utile  li a.margecontact span.texte {	
	padding: 0 0 0 19px;
	background-position: 0.1em 0.2em;
}


ul#utile li a.margeliens {
	margin: 0px 0px 0px 9px;
}
ul#utile  li a.margeliens span.texte {	
	padding: 0 0 0 16px;
	background-position: 0.1em 0.2em;
}


ul#utile li a.margeplan {
	margin: 0px 0px 0px 4px;
}
ul#utile  li a.margeplan span.texte {	
	padding: 0 0 0 20px;
	background-position: 0.1em 0.2em;
}

ul#utile  li a.margesondages span.texte {	
	padding: 0 0 0 24px;
	background-position: 0.1em 0.2em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* lien cyber */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul#utile  li a.roll_cyber { /* menu_roll_arrondi  element liste lien */
	background-image: url(images/home_bg_cyber_centre.gif);
}
ul#utile li a.roll_cyber:hover, ul#utile a.roll_cyber:focus, ul#utile li a.roll_cyberactif { /* menu_roll_arrondi  element liste lien hover */
	background-image: url(images/home_bg_cyber_centre-over.gif);
}
ul#utile li a.roll_cyber:active {
	background-image: url(images/home_bg_cyber_centre-over.gif);
}


/* Mis en place du backgroung image et roll over partie haute */
ul#utile  li a.roll_cyber span.roll_haut {
	background-image: url(images/home_bg_cyber_haut.gif);
	height: 5px;

}
ul#utile li a.roll_cyber:hover span.roll_haut, ul#utile li a.roll_cyber:focus span.roll_haut, ul#utile li a.roll_cyberactif span.roll_haut {
	background-image: url(images/home_bg_cyber_haut-over.gif);
}

ul#utile li a.roll_cyber:active span.roll_haut {
	background-image: url(images/home_bg_cyber_haut-over.gif);
}

/* Mis en place du backgroung image et roll over partie basse */
ul#utile  li a.roll_cyber span.roll_bas {
	background-image: url(images/home_bg_cyber_bas.gif);
}

ul#utile  li a.roll_cyber:hover span.roll_bas, ul#utile  li a.roll_cyber:focus span.roll_bas, ul#utile  li a.roll_cyberactif span.roll_bas {
	background-image: url(images/home_bg_cyber_bas-over.gif);
}
ul#utile li a.roll_cyber:active span.roll_bas {
	background-image: url(images/home_bg_cyber_bas-over.gif);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* lien plan */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul#utile  li a.roll_plan { /* menu_roll_arrondi  element liste lien */
	background-image: url(images/home_bg_plan_centre.gif);
}
ul#utile li a.roll_plan:hover, ul#utile a.roll_plan:focus, ul#utile li a.roll_planactif { /* menu_roll_arrondi  element liste lien hover */
	background-image: url(images/home_bg_plan_centre-over.gif);
}
ul#utile li a.roll_plan:active {
	background-image: url(images/home_bg_plan_centre-over.gif);
}


/* Mis en place du backgroung image et roll over partie haute */
ul#utile  li a.roll_plan span.roll_haut {
	background-image: url(images/home_bg_plan_haut.gif);
	height: 5px;

}
ul#utile li a.roll_plan:hover span.roll_haut, ul#utile li a.roll_plan:focus span.roll_haut, ul#utile li a.roll_planactif span.roll_haut {
	background-image: url(images/home_bg_plan_haut-over.gif);
}

ul#utile li a.roll_plan:active span.roll_haut {
	background-image: url(images/home_bg_plan_haut-over.gif);
}

/* Mis en place du backgroung image et roll over partie basse */
ul#utile  li a.roll_plan span.roll_bas {
	background-image: url(images/home_bg_plan_bas.gif);
}

ul#utile  li a.roll_plan:hover span.roll_bas, ul#utile  li a.roll_plan:focus span.roll_bas, ul#utile  li a.roll_planactif span.roll_bas {
	background-image: url(images/home_bg_plan_bas-over.gif);
}
ul#utile li a.roll_plan:active span.roll_bas {
	background-image: url(images/home_bg_plan_bas-over.gif);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LOGOS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.logos {
	width: 200px;
	text-align: center;
	float : right;
	margin: 0 20px 0 0;
	display: inline;
}
.logos img {
	vertical-align: middle;
}
.villeinternet {
	margin: 0 0 0 3px;
	float: left;
}
.villefleurie {
	margin: 0 12px 8px 0;
	float: right;
}
.ami_enfant {
	margin: 0 3px 0 0;
	padding: 0 0 3px 0;
	float: right;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#recherche {  /* Formulaire */
	position: absolute;
	top: 13px;
	left: 223px;
	width: 200px;
	
}

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

#recherche img, #recherche input { 
	vertical-align: middle;
}
#recherche p { /* Label */
	background-image: url(images/home_bg_input_recherche.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
	height: 25px;
}
#recherche input { /* Champ de saisie */
	color: #666666;
	/* border: 1px solid #54595C; */
	border: none;
	background-color: transparent;
	font-size: 0.9em;
	width: 134px;
	padding: 0 0 0 3px;
}
#recherche input.boutonok, input.boutonok  {
	width: 20px;
	height: 17px;
	
 
	background-image: url(images/bouton_ok_fr.gif); 
	background-repeat: no-repeat;	

	border: none; 	/* NE PAS EFFACER CETTE LIGNE */
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.8em;
	padding: 0 0 0 0px;

}

#recherche input.boutonok:hover, input.boutonok:hover {
	color: #666666;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	position: absolute;
	top: 54px;
	left: 226px;

}

ul#nav_principale li {
	display: inline;
}

#rub_1 {
	position: absolute;
	top: 0px;
	left: 0px;

}
#rub_14 {
	position: absolute;
	top: -8px;
	left: 97px;

}
#rub_16 {
	position: absolute;
	top: -21px;
	left: 185px;

}
#rub_18 {
	position: absolute;
	top: -29px;
	left: 297px;

}
#rub_22 {
	position: absolute;
	top: -46px;
	left: 386px;

}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	width: 983px;
	height: 1px;
	background-image: url(images/home_bg_footer.gif);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 99;
	margin: -16px 0 0 0;
	padding: 25px 0 0 0;
	/padding: 40px 0 0 0;
	clear: both;
}
html>body #footer {
	height: auto;
	min-height: 1px;
}
html>/**/body #footer {
  float: left;
}
#footer a {
	color: #6F6F6F;
	font-size: 0.8em;
}

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

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* AGENDA CALENDRIER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h2.agenda {
	margin: 0px 0 2px 0px;

}
/* Regarder dans plugin pour les styles du tableau */

#zone_calendrier {
	
	margin: -190px 0 0px 607px;
	width: 120px;
	position: relative;
	z-index: 99
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU LANGUES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_langue {
	float: left;
	width: 320px;
	font-size: 1em;
	margin: 0px 0 0 7px;
	//margin: 35px 0 0 7px;
}
#menu_langue img {
	vertical-align: middle;
}
#menu_langue a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}
#menu_langue a:hover {
	text-decoration: underline;
}

#menu_langue span {
	display: none;
}
#menu_langue li {
	display: inline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_divers {
	float: right;
	width: 320px;
	font-size: 1em;
	text-align: right;
	padding-right: 30px;
	//margin: 35px 0 0 0px;
}
#menu_divers span {
	display: none;
}
#menu_divers li {
	display: inline;
}


#menu_divers li a.artaccess, #menu_divers li a.artplan, #menu_divers li a.artmentions {
	padding: 2px 5px 3px 20px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff;
	font-size: 0.9em;

}



.artaccess {
	background-image: url(images/bg_access.gif);
}
.artplan {
	background-image: url(images/bg_artplan.gif);
}
.artmentions {
	background-image: url(images/bg_artmentions.gif);
}

/*
#menu_divers li a.artaccess:hover, #menu_divers li a.artplan:hover, #menu_divers li a.artmentions:hover {
	color: #f7dc71;
}
.artaccess:hover {
	background-image: url(images/bg_access-over.gif);
}
.artplan:hover {
	background-image: url(images/bg_artplan-over.gif);
}
.artmentions:hover {
	background-image: url(images/bg_artmentions-over.gif);
}
*/


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