 /* CSS Document */


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

html {
	background: #e3e3e3 url(images/bg_html.jpg) repeat-x top; /* Pour régler le problème d'arrière plan sur les pages d'accueil, il faut mettre l'image d'arrière plan sur la balise html et non sur body.  */
}

html, body {
	/* Pour régler le problème d'arrière plan sur les pages d'accueil, il faut mettre l'arrière plan sur la balise html et non sur body.  */
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	font-size: 100%;
	color: #4d4c4c; /* Couleur du texte par défaut */
}
a:link, a:visited {
	color: #d65100;
}
a:link:hover, a:visited:hover, a:focus, a:active {
	text-decoration: none;
	color: #9d1f01;
}

a img {border: none;}

a[name] { /* On masque les ancres nommées (lien d'évitement) - NE PAS EFFACER */
	visibility: hidden;/* HACK POUR IE => VOIR FEUILLE DE STYLE spip_ie_home.css */
}

h2 {
	color:#6F6F6F;
	font-size:1.3em;
}

/* 														LISTES											 */
/* __________________________________________________________________  */
ul {list-style-type: none;}/* Masquage des puces par défaut - NE PAS EFFACER */


/* 						CONTENEUR GLOBAL POUR BG CIEL									 */
/* __________________________________________________________________  */
#bg_ciel {
	background: url(images/bg_body.jpg) no-repeat top; /* Pour régler le problème d'arrière plan sur les pages d'accueil, il faut mettre l'image d'arrière plan sur la balise html et non sur body.  */
	width: 100%;
	height: 100%;
}


/* 											ACCESSIBILITE 														*/
/* __________________________________________________________________  */

#liensevitement { /* Block contenant les liens d'evitement */
	text-align: right;
	margin: 0 auto 2px auto;
	color: #8cadcc;
	font-size: 0.7em;
	width: 1002px;
}

#liensevitement a { /* Les liens d'evitement */
	color: #8cadcc; /* Même couleur que le background du body */
	text-decoration: none;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  /* Rollover des liens d'evitement */
	color: #b8d1e8;
	text-decoration: underline;
}

h2.access {  /* Balise H2 masquee */
	position: absolute;
	z-index: 100;
	top:-10000px;
	left:-10000px;
	visibility: hidden;
	font-size : 0px;
	letter-spacing: -50px;
}


/* 											CONTENEUR GLOBAL												 */
/* __________________________________________________________________  */

#conteneur {		
	position: relative;
	clear: left;
	width: 1000px;
	min-height: 595px; /* hauteur de la page d'accueil à centrer verticalement */
	margin: 0 auto 16px auto;
	z-index: 1;
	text-align: left;
	border-top: 1px solid #ebf2f9;
	border-right: 1px solid #e0e9f3;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f6f6f6;
	background: #fff url(images/bg_conteneur_bas.png) no-repeat bottom;
}

#conteneur_haut {		
	background: url(images/bg_conteneur_haut.png) no-repeat top;
}

/* 															BANDEAU													 */
/* __________________________________________________________________  */

#bandeau {
	/* height: px;		!!!!!!!!	Laisser une hauteur mini au cas ou le flash ne se charge pas.			!!!!!!!!!!!!!    */
}

h1 {
	height: 110px;
	width: 146px;
	float: left;
	display: inline;
	margin: 11px 0 0 40px;
	position: relative;
	z-index: 2;
	font-size: 1em;
	text-align: center;
	color: #1a171b;
}

#slideshow { /* Positionnement du flash - Supprimer si pas de flash... */
	position: absolute;
	top: 47px;
	left: 128px;
	z-index: 1;
}

#slideshow .noscript-message { /* Stylage du noscript si javascript est désactivé... */
	background: #fff;
	border: 2px solid #F6A220;
	margin: 100px 10px 15px 100px;
	width: 100%;
	padding: 10px;
	font-size: 0.8em;
	max-height: 50px;
	overflow: auto;
}

#slideshow a img { /* Stylage du noscript si javascript est désactivé... */
	margin: 0 0 0 200px;
} 
/* 												MENU PRINCIPAL 												*/
/* __________________________________________________________________  */
ul#nav_principale {
	width: 700px;
	float: left;
	display: inline;
	margin: 8px 0 0 68px;
	position: relative;
	z-index: 99;
}

ul#nav_principale li {
	display: inline;
}
ul#nav_principale li a:link, ul#nav_principale li a:visited {
	font-weight: bold;
	text-align: center;
	width: 124px;
	text-decoration: none;
	font-size: 0.9em;
	color: #4e86bd;
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour à la ligne automatique */
}

li#rub_1 {	margin: 0 15px 0 0;	}
li#rub_7 {	margin: 0 15px 0 0;	}
li#rub_15 {	margin: 0 14px 0 0;	}
li#rub_19 {	margin: 0 13px 0 0;	}
li#rub_28 {	margin: 0 0 0 0;	}

ul#nav_principale li a:link:hover ,ul#nav_principale li a:visited:hover, ul#nav_principale li a:active, ul#nav_principale li a:focus {
	text-decoration: underline;
}

/* 												ACCROCHE 												*/
/* __________________________________________________________________  */
#accroche {
	float: left;
	display: inline;
	margin: 29px 0 0 524px;
	color: #4e86bd;
	font-size: 0.8em;
	width: 205px;;
}

/* 										FORMULAIRE DE RECHERCHE										 */
/* __________________________________________________________________  */
form#recherche {  /* Formulaire */
	padding: 0;
	width: 146px;
	float: left;
	display: inline;
	background: transparent;
	position: relative;
	z-index: 2;
	margin: -1px 0 0 46px;
}
#recherche div {  /* Formulaire */
	background: url(images/home_bg_recherche.png) no-repeat left;
	padding: 0;
	margin: 0;
}

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

#recherche input { 
	vertical-align: middle;
	border: none;
	width: auto;
}

#recherche input#Rechercher { /* Champ de saisie */
	color: #386797;
	font-size: 0.7em;
	width: 103px;
	text-align: left;
	padding: 1px 0 0 9px;
	/* Pour centrer verticalement le texte sous ie !!
	min-height: 17px;
	line-height: 17px;
	*/
	/* background: #595959; */
	background: transparent;
}


/* 											CONTENU EXTENSIBLE											 */
/* __________________________________________________________________  */

#block_contenu {
	clear: both;
	position: relative;
	z-index: 2;

}

/* 											COLONNE GAUCHE										 */
/* __________________________________________________________________  */
#colonne_gauche {
	float: left;
	display: inline; /* Correction du bug ie sur les flottants */
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour à la ligne automatique */
	width: 181px;
	margin: 40px 0 0 0;
	padding: 0 0 0 21px;
	min-height: 370px;
}

/* --------------------------------------- 				OUTILS */
h2.outils {
	color: #52063b;
	font-size: 1em;
}

ul.menu_outils {
	background: url(images/bg_menu_outils.png) no-repeat bottom;
	width: 175px;
	min-height: 175px;
	margin: 0;
	padding: 4px 0 16px 6px;
}
ul.menu_outils li {
	background: url(images/filet_outils.png) no-repeat bottom;
	padding: 2px 0 4px 0;
}

ul.menu_outils li a:link, ul.menu_outils li a:visited {
	color: #606060;
	font-size: 0.75em;
	font-weight: bold;
	padding: 2px 0 2px 14px;
	display: block;
	width: 154px;
	text-decoration: none;
}

ul.menu_outils li a:hover, ul.menu_outils li a:active, ul.menu_outils li a:focus {
	background: url(images/bg_item_outils.png) no-repeat 0 50%;	
	color: #fff;
	text-decoration: underline;
}


ul.menu_outils li span.picto_outils {
	text-decoration: none;
	background: url(images/picto_outils.png) no-repeat 0 0.3em;
	display: block;
	padding: 0 0 0 16px;
}
ul.menu_outils li a:hover span.picto_outils, ul.menu_outils li a:active span.picto_outils , ul.menu_outils li a:focus span.picto_outils  {
	background: url(images/picto_outils-over.png) no-repeat 0 0.3em;
}

/* --------------------------------------- 				INFOS */
ul.infos {
	margin: 23px 0 0 9px;
}
ul.infos li {
	margin: 0 0 4px 0;
}

ul.infos li a:link, ul.infos li a:visited {
	width: 162px;
	display: block;
	color: #656464;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}

ul.infos li a:hover, ul.infos li a:focus, ul.infos li a:active, ul.infos li a.actif { /* menu_roll_arrondi  element liste lien hover */
	text-decoration: underline;
	color: #43729f;
}

ul.infos  li span.texte {
	display: block;
	background: url(images/bg_infos_centre.png) no-repeat 0 50%;
	padding: 1px 5px	1px 11px;
	margin: -2px 0 0 0;
}

ul.infos  li span.picto_infos {
	background: url(images/picto_infos.gif) no-repeat 0 0.4em;
	padding: 0 0 0 14px;
	display: block;
}

/* Mis en place du backgroung image et roll over partie haute */
ul.infos  li span.roll_haut {
	background: url(images/bg_infos_haut.png) no-repeat top;
	height: 4px;
	display: block!important;
	display: inline-block;
}

/* Mis en place du backgroung image et roll over partie basse */
ul.infos  li span.roll_bas {
	background: url(images/bg_infos_bas.png) no-repeat bottom;
	height: 3px;
	display: block!important;
	display: inline-block;
}


/* 											COLONNE CONTENU										 */
/* __________________________________________________________________  */

#colonne_contenu {
	float: left;
	display: inline; /* Correction du bug ie sur les flottants */
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour à la ligne automatique */
	width: 583px;
	margin: 0 0 0 20px;
	padding: 0;
	background: url(images/fleche.png) no-repeat 79px 197px;
	min-height: 1px;
}

/* 								SQUELETTE LAST_ACTU_EVMNT											 */
/* __________________________________________________________________  */
/*
Utilisé par la page sommaire
*/

h2.actuevmnt {
	margin: 196px 0 1px 206px;
	padding: 0;
	color: #dc5d00;
	font-size: 1.5em;
	font-weight: normal;
}

div.last_actuevmnt { /* Block 1 evenement */
	margin: 0 8px 0 0;
	padding: 0;
	width: 182px;
	float: left;
	display: inline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~ ZONE DES VIGNETTES */

.block_photo_actuevmnt {  /* Image evenement */
	margin: 0;
	width: 182px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~ ZONE DE TEXTE */

.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 */
	margin: 0 0 0 13px;
}
.zone_texte_actuevmnt.nophoto {	width: auto;}/* On donne toute la largeur au block s'il n'y a pas de photo - NE PAS EFFACER */


.zone_texte_actuevmnt h3 { /* Titre evenement lien */
	font-size: 0.75em;
	color: #dc5e01;
	padding: 0 0 4px 0;
}
.date_actuevmnt { /* Date evenement */
	color: #049eb0;
	margin: 0;
	font-size: 0.7em;
	background: url(images/pictodate.gif) no-repeat 0 0.3em;
	padding: 0 0 0 15px;
}

.texte_actuevmnt { /* Texte evenement */
	font-size: 0.8em;
	padding: 0 0 6px 0;
	line-height: 1em;
}
.suite_actuevmnt a { /* Lien lire la suite */
	font-size: 0.8em;
	color: #5F5F5F;
}


/* 													COLONNE DROITE											 */
/* __________________________________________________________________  */

#colonne_droite {
	float: left;
	display: inline; /* Correction du bug ie sur les flottants */
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour à la ligne automatique */
	width: 195px;
}
#localisation {
	margin: 264px 0 0 11px;
	font-size: 0.9em;
}

/* 											CARTO INTERACTIVE								 */

#Layer1 {
	position:absolute;
	left:771px;
	top:44px;
	z-index:2;
	font-size: 0.7em;
}


/* 												PIED DE PAGE											 */
/* __________________________________________________________________  */
#footer { /* Block pied de page */
	clear: both;
	padding: 0 0 0 300px;
	margin: 0;
	font-size: 0.75em;
}

#bg_menu_divers {
	background: url(images/bg_footer_haut.png) no-repeat top;
	width: 411px;
	float: left;
	display: inline;
}

ul#menu_divers {
	background: url(images/bg_footer_bas.png) no-repeat bottom;
	padding: 0 0 0 45px;
}

ul#menu_divers li { /* Liste */
	display: inline;
	color: #656464;
}
ul#menu_divers a:link, ul#menu_divers a:visited {
	color: #656464;
	text-decoration: none;
	padding: 3px 3px;
	display: inline-block;
}
ul#menu_divers a:link:hover, ul#menu_divers a:visited:hover, ul#menu_divers a:active,  ul#menu_divers a:focus {
	text-decoration: underline;
	color: #43729f;
}

/* 													EXTRANET											 */
#extranet {
	float: left;
	display: inline;
	width: 141px;
	margin: 0 0 0 121px;
	background: url(images/bg_extranet_haut.png) no-repeat top;
}
#extranet a:link, #extranet a:visited {
	background: url(images/bg_extranet_bas.png) no-repeat bottom;
	display: block;
	padding: 3px 0 3px 49px;
	color: #656464;
	word-wrap: break-word; /* Si le texte sort du cadre il y a un retour à la ligne automatique */
	text-decoration: none;
}

#extranet a:hover, #extranet a:active, #extranet a:focus {
	color: #43729f;
	text-decoration: underline;
}

/* 													DIVERS											 */
/* __________________________________________________________________  */

/* pour "pousser" si presence de float */
.clear {
	clear: both;
	line-height: 1px;
	font-size: 0;
}

.float_left {float: left;}/* Flottant à gauche */
.float_droite {float: right;}/* Flottant à droite */
