/* CSS Document */


/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

/* BALISES HTML */
html, body {
	background-color: #666666;
		
	font-family: Arial, Helvetica, sans-serif;	
	margin: ; 
	padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	width: 100%;
	font-size: 0.9em;
	
	color: #756857;
	font-size: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#liensevitement { /* Block contenant les liens d'evitement */
	width: 954px;	
	text-align: right;
	color: #666666;
	font-size: 0.55em;
}

#liensevitement a { /* Les liens d'evitement */
	color: #666666;
}
#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 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 100%;
	width: 954px;      /* 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 */
	margin-bottom: 10px;
}
#tableau-td {
	vertical-align: middle;
}

#conteneur {	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 954px;
	
	z-index: 1;

	text-align: left;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ZONE FLASH */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#flash {
	width: 954px;
	height: 257px;
	position: relative;
	z-index: 1;
	background-image: url(images/home_bandeau.jpg);
	background-repeat: no-repeat;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PHOTO */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#photo {
	width: 576px;
	height: 257px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 317px;

}
#syndicat {
	position: absolute;
	top: 12px;
	left: 14px;

}
#accroche {
	position: absolute;
	top: 190px;
	left: 105px;

}
#carto {
	position: absolute;
	top: 92px;
	left: 456px;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LOGO */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h1 {
	position: absolute;
	top: 39px;
	left: 66px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	position: absolute;
	top: 7px;
	left: 317px;
	z-index: 2;

}

ul#nav_principale li {
	display: inline;
	margin: 0 7px 0 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#recherche {  /* Formulaire */
	position: absolute;
	top: 0px;
	left: 807px;
	padding: 5px 0 3px 0px;

}
#recherche p {  /* Formulaire */
	background-image: url(images/home_bg_recherche.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 6px;
}

#recherche label { /* Label */
	display: none;
}

#recherche input { 
	vertical-align: middle;
	background: transparent;
	height: 20px;
}

#recherche input { /* Champ de saisie */
	color: #002a44;
	border: none;
	font-size: 0.8em;
	width: 101px;
	text-align: center;
}
#recherche input.boutonok  {
	width: 19px;
	height: 20px;
	line-height: 20px;
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-color: transparent;
	background-image: url(images/bouton_ok.gif);
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.7em;
	//margin: -2px 0 0 0;
}

#recherche input.boutonok:hover, input.boutonok:hover {
	color: #002A43;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu {
	width: 954px;
	height: 295px;
	background-color: #fff;
	background-image: url(images/home_bg_blockcontenu.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
html>body #block_contenu {
	height: auto;
	min-height: 295px;
}
#colonne_gauche {
	float: left;
	width: 617px;
}

#colonne_droite {
	float: right;
	width: 337px;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_A_LA_UNE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
.une {
	width: 315px;
	float: left;
	margin: 32px 0 0 14px;
}

h2.une {
	margin: 0px 0px 10px 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_une {  /* Image evenement */
	float: left;
	margin: 0px 0px 5px 0px;
	width: 163px;
	color: #756857;
}
.block_photo_une 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_une {  /* Image evenement */
	margin: 0; /* Pour firefox */
}
.date_une { /* Date evenement */
	margin: 0px 0px 0px 0px;
}

.une h3 { /* Titre evenement lien */
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(images/home_puce_titre.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.3em;
	text-indent: 26px;
	line-height: 1.4em;
	padding: 0 0 8px 0;
	
}
.une h3 a { /* Titre evenement lien */
	color: #ee9100;	
	text-decoration: none;
}
.une h3 a:hover { /* Titre evenement lien hover */
	text-decoration: underline;	
}
div.zone_texte_une { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	width: 152px;
	float: left;
}
p.texte_une { /* Texte evenement */
	text-decoration: none;
	font-size: 0.7em;
	text-align: justify;

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LAST_ACTU_EVMNT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_actus {
	float: left;
	width: 236px;
	margin: 32px 0 0 30px;
}

/*
Utilisé par la page sommaire
*/
div.last_actuevmnt { /* Block 1 evenement */
	margin: 10px 0px 5px 0px;
	clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_actuevmnt {  /* Image evenement */
	float: left;
	margin: 0px 0px 5px 0px;
	width: 83px;
}
.block_photo_actuevmnt 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_actuevmnt {  /* Image evenement */
	margin: 8px 0 0 0; /* Pour firefox */
}

.date_actuevmnt { /* Date evenement */
	margin: 0px 0px 0px 0px;

}
.last_actuevmnt h3 { /* Titre evenement lien */
	font-size: 0.7em;
	background-image: url(images/home_puce_titre.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.3em;
	text-indent: 26px;
	line-height: 1.3em;
	padding: 5px 0 0 0;
	text-align: left;

}
.last_actuevmnt h3 a { /* Titre evenement lien */
	color: #EE9100;
	font-weight: bold;
	text-decoration: none;
}

.last_actuevmnt h3 a:hover { /* Titre evenement lien hover */
	text-decoration: underline;	
}

div.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 */
	width: 153px;
	float: left;
}
p.texte_actuevmnt { /* Texte evenement */
	font-size: 0.7em;
}

#touteslesactus {
	text-align: right;	
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PROJET ET JEUX */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#projet {
	list-style-type: none;
	float: left;
	width: 154px
}
#projet li {
	display: inline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU OUTILS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#outils {
	background-image: url(images/home_bg_outils.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 6px;
	padding: 11px 0 30px 0;
	width: 177px;
	float: right;
	position: relative;
	z-index: 2;

}
#outils h2 {
	position: absolute;
	top: -24px;
	left: 96px;
	z-index: 3;
}
#menu_divers {
	list-style-type: none;
}
#menu_divers li {
	display: inline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NEWSLETTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#newsletter {
	float: right;
	width: 155px;
	height: 99px;
	background-image: url(images/home_bg_newsletter.gif);
	background-repeat: no-repeat;
	margin: -8px 0 0 0;
	padding: 19px 0 0 25px;
	position: relative;
	z-index: 1;
}
html>body #newsletter {
	height: auto;
	min-height: 99px;
}
#newsletter fieldset {
	border: none;
}
#newsletter legend, #newsletter label.masque {
	display: none;
}
#newsletter label {
	color: #005ea5;
	font-size: 0.7em;
}
#newsletter .fond_mail {
	background-image: url(images/home_bg_news.gif);
	background-repeat: no-repeat;
	margin: 9px 0 5px 0;
	padding: 0 0 0 5px;

}
#newsletter input#mail_inscription_ {
	width: 113px;
	border: none;
	background: transparent;
	text-align: center;
	color: #002a44;
	font-size: 0.8em;

}
#newsletter input.spip_boutoncss  {
	width: 19px;
	height: 19px;
	line-height: 19px;
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	background: transparent;
	background-image: url(images/bouton_ok_news.gif);
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.7em;
}
#newsletter input.spip_boutoncss:hover  {
	color: #002A43;
}

.formulaire_inscription span {
	font-size: 0.8em; 
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	padding: 10px 0 0 83px;
	float: left;
	width: 300px;
}
#footer a {
	color: #005ea5;
	font-size: 0.7em;
	background-image: url(images/puce_menubas.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
	display: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 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;
}