/* CSS Document */


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

/* BALISES HTML */
html, body {
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	width: 100%;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: #042d54;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	background-position: top;
}

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

a img {
	border: none;
}


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

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

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

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 100%;
	width: 991px;      /* 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: 991px;
	height: 268px;
	
	
	height: 900px;
	
	z-index: 1;

	text-align: left;
	background-image: url(images/home_bg_conteneur.jpg);
	background-repeat: no-repeat;
	background-position: top center;


}
html>body #conteneur {
	height: auto;
	min-height: 275px;
}
#flash {
		width: 991px;
		height: 268px;
}
html>body #flash {
		height: auto;
		min-height: 268px;
}
#slideshow {
		z-index: 1;
		width: 862px;
		height: 268px;
		margin: 0 0 0 11px;
}
h1 {
	position:absolute;
	z-index: 2;
}

h1 img {
	margin: 48px 0 0 805px;
}

#block_contenu {
	margin: 0 11px 0 11px;

	background-color:#fff;
	background-image: url(images/home_bg_vague.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#vague {
	height: 264px;

	background-image: url(images/home_bg_block_contenu.jpg);
	background-repeat: no-repeat;

}
html>body #vague {
	height: auto;
	min-height: 264px;
}

#colonne_droite {
	float: right;
	width: 183px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#recherche {  /* Formulaire */
	margin: 37px 0 0 26px;
	position: relative;
	z-index: 99;

}

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

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

#recherche input { /* Champ de saisie */
	color: #003e6b;
	font-size: 0.9em;
	width: 110px;
	text-align: center;
	background-color: #aacf42;
	border: none;

}
#recherche input.boutonok, input.boutonok  {
	width: 18px;
	height: 18px;
	
	background-image: url(images/bouton_ok_fr.gif);
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.65em;	
}

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PLAN */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#plan {
	margin: 39px 0 0 23px;
	position: relative;
	z-index: 99;
}
#plan a {
	font-size: 0.8em;
	color: #003e6b;
	display: block;
	background-image: url(images/home_plan.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding: 6px 0 5px 36px;
}
#plan a:hover {
	background-image: url(images/home_plan-over.gif);
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACTUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#blockactus {
	margin: -53px 0 0 0;
	z-index: 99;
	position: relative;
	float: left;
	width: 303px;
	height: 310px;
}
html>body #blockactus {
	height: auto;
	min-height: 310px;
}

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

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_actu {  /* Image evenement */
	float: left;
	margin: 0px 5px 5px 0px;
	width: 135px;
}
.block_photo_actu2 {  /* Image evenement */
	float: left;
	margin: 0px 5px 5px 0px;
	width: 100px;
}
.block_photo_actu img.spip_logos, .block_photo_actu2 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: -93px 0 0 2px; /* Pour firefox */
	float: left;
	position: relative;
	z-index: 99;
}
.photo_actu2 {  /* Image evenement */
	margin: -69px 0 0 2px; /* Pour firefox */
	float: left;
}
.date_actu { /* Date actu */
	color: #505050;	
	margin: 0;
	font-size: 0.7em;
}

.last_actus h3 { /* Titre actu lien */
	color: #7ba309;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
}

.last_actus h3 a:hover { /* Titre actu lien hover */
	text-decoration: underline;	
}
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 */
	float: left;
}
div.texte_actu2 { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	float: left;
	width: 149px;
}
p.texte_actu { /* Texte actu */
	color: #000;
	text-decoration: none;
	font-size: 0.75em;
	
}
.suite {
	background-image: url(images/picto_suite.png);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding: 0 0 0 15px;
	float: right;
	font-size: 0.8em;
}
.suite a {
	color: #003e6b;
	text-decoration: underline;
}
.suite a:hover {
	color: #003e6b;
	text-decoration: none;
}

.toutesactus {
	text-align: right;
	margin-top : 5px;
}
.toutesactus a {
	color: #003E6B;
	font-size: 0.8em;
	text-decoration: underline;
}
.toutesactus a:hover {
	text-decoration: none;
}
.toutesactus.margeagenda {
	margin: 0 20px 0 0;
	float: right;
	display:inline;
}

#blockevenements {
	float: left;
	width: 330px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_LAST_EVMNTS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
div.last_evmnt { /* Block 1 evenement */
	margin: 10px 0px 0 39px;
	clear: both;
}

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_evmnt {  /* Image evenement */
	float: left;
	margin: 0px 5px 5px 0px;
	
	width: 90px;
}
.block_photo_evmnt 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_evmnt {  /* Image evenement */
	margin: -59px 5px 0px 2px; /* Pour firefox */
	float: left;
}

.date_evmnt { /* Date evenement */
	color: #505050;	
	margin: 0;
	font-size: 0.7em;
}

.last_evmnt h3  { /* Titre evenement lien */
	color: #7ba309;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
}

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

div.texte_evmnt { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	width: 165px;
	float: left;
}
p.texte_evmnt { /* Texte evenement */
	color: #000;
	text-decoration: none;
	font-size: 0.75em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LABEL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#labels {
	float: left;
	margin: 90px 0 0 -15px;
	position: relative;
	height: 105px;
	width: 74px;
}
#labels img {

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	position: absolute;
	z-index: 4;
	top: 115px;
	left: 2px;
}

ul#nav_principale li {
	display: inline;
}

#rub_1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#rub_2 {
	position: absolute;
	top: 0px;
	left: 131px;
}
#rub_3 {
	position: absolute;
	top: 5px;
	left: 302px;
}
#rub_4 {
	position: absolute;
	top: 19px;
	left: 412px;
}
#rub_5 {
	position: absolute;
	top: 36px;
	left: 549px;
}
#rub_6 {
	position: absolute;
	top: 36px;
	left: 740px;
}
#rub_7 {
	position: absolute;
	top: -10px;
	left: 871px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* EPHEMERIDE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#ephemeride {
		position: absolute;
		top: 240px;
		right: 53px;
		z-index: 99;
		color: #7ba309;
		font-size: 0.7em;
		text-align: right;

}
#ephemeride #meteo span, #ephemeride #lune span {
display: none;
}

#meteo {
	display: inline-block;
	 background-image: url(images/meteo.png);
	 background-repeat: no-repeat;
 	width: 24px;
 	height: 24px;
	vertical-align: middle;
	
}
#meteo:hover {
	 background-image: url(images/meteo-over.png);
}
#lune {
	display: inline-block;
	 background-image: url(images/lune.png);
	 background-repeat: no-repeat;
 	width: 24px;
 	height: 24px;
	vertical-align: middle;
}
#lune:hover {
	 background-image: url(images/lune-over.png);
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU GAUCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#blockmenugauche {
	width: 237px;
	float: left;
	padding: 8px 0 0 0;
	margin: 0 0 25px 0;

}
#menugauche {
	list-style-type: none;
	margin: 0px 0 0 2px;
}
#menugauche li {
	background-image: url(images/filet_menugauche.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 0 4px 0;
	display: block!important;
	display: inline;
	zoom: 1;
	width: 225px;
}
#menugauche a {
	background-image: url(images/puce_menugauche.gif);
	background-position: 0.5em 0.4em;
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 0 20px;
	color: #003e6b;
	font-size: 0.9em;

}
#menugauche a:hover {
	color: #6e9e23;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	width: 378px;
	height: 151px;
	position: relative;
	margin: -143px 0 0 0;
	z-index: 50;
	background-image: url(images/home_bg_footer.gif);
	background-repeat: no-repeat;

	font-size: 0.7em;
	
}
#footer a {
	color: #003e6b;
}

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

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

}

#menu_divers {
	position: absolute;
	left: 20px;
	bottom: 5px;

}

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