/* CSS Document */


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

/* BALISES HTML */

html {
	height: 100%;
	width: 100%;
}
body {
	background: url('images/bg_body.jpg') repeat-x #D5E7EB;
		
	font-family:  Arial,Verdana, Helvetica, sans-serif;	
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	width: 100%;
	font-size: 100%;
	
	color: #3F3F3F;
}



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

a img {
	border: none;
}


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

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

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

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 100%;
	width: 980px;      /* 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 {	
	background: url('images/bg_all.png') repeat-y;
	width: 980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;

	z-index: 1;

	text-align: left;
	
}

#flash {
	width: 980px;
	height: 235px;	
	background: url('images/home_bandeau.jpg') no-repeat right;
}
	#slideshow {
		float: right;
	}
	
	#flash h1{
		z-index: 101;
		position: absolute;
		top: 27px;
		left: 2px;
	}
	
	#masque {
		position: absolute;
		top: 0;
		left: 0;
	}
	


#block_contenu {
	width: 980px;
	background: url('images/contenu_bas.png') no-repeat bottom;
	
}

#colonne_gauche {
	float: left;
	width: 211px;
	display: inline;
	background: url('images/bg_gauche.png') no-repeat top left;
}
	#colonne_gauche p.spip{
		position: relative;
		z-index: 99;
		zoom: 1;
		background: url('images/puce1.gif') no-repeat 8px 0;
		text-indent: 20px;
		color: #00333e;
		font-size: 0.8em;
		margin-top: -10px;
		margin-bottom: 25px;
		text-align: justify;
		padding-left: 18px;
		padding-right: 25px;
		padding-top: 5px;
	}
	
	#colonne_gauche .spip_documents {
		margin: 0px 10px 0 10px;

	}

	
#colonne_gauche .carte{
	padding-bottom: 12px;
}

ul#ssmenu {
	list-style: none;
	padding: 10px 0px 10px 0px;

}
ul#ssmenu a {
	color: #6F6F6F;
}

#colonne_centrale {
	float: left;
	width: 575px;
	display: inline;
	background: url('images/bg_contenu.png') no-repeat top left;
	height: 300px;
}
	html #colonne_centrale {
		height: auto;
		min-height: 300px;
	}
	#colonne_centrale h2{
		margin: 24px 0 26px 33px;
	}

#colonne_droite {
	float: right;
	width: 194px;
	display: inline;
	_overflow-x: hidden;
	background: url(images/bg_colonne_droite.png) no-repeat top right;
}
	#colonne_droite h2 {
		text-align: center;
		margin: 20px 0 10px -1px;
	}
	
	#colonne_droite .rub17{
		margin: 0;
		*margin: -5px 0;
		padding: 0;
	}
	#colonne_droite #menu1 li a{
		height: 39px;
		display: block;
	}
	
#colonne_droite .block_document_bg{
	background: url('images/top_home_doc.png') no-repeat left top #f4f4f4;
	padding: 9px 0 0 7px;
	margin: 0 0 8px 0;
	zoom:1;
}
#colonne_droite .block_document_bas{
	background: url('images/bottom_home_doc.png') no-repeat left bottom;
	
}
#colonne_droite .block_document h3{
	background:transparent url(images/puce_liste_doc.gif) no-repeat scroll 0 0.7em;
	color:#687F00;
	margin:0 0 5px 10px;
	padding:0 0 0 7px;
	font-size: 0.8em;
}
#colonne_droite .photo_block{
	float: left;
	margin: 0 8px 0 3px;
}
#colonne_droite .infodoc{
	color: #378d9d;
	font-size: 0.6em;
}
#colonne_droite .compldoc{

	font-size: 0.8em;
}
#colonne_droite .savoirplus{
	font-size: 0.8em;
	clear: both;
	padding: 5px 0 5px 5px;
}
#colonne_droite .savoirplus a{
	text-decoration: underline;
	color: #6f7260;
}
#colonne_droite .savoirplus a:hover {
	text-decoration: none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#flash h2{
	position: absolute;
	top: 147px;
	left: 50px;
	z-index: 102;
}
#recherche {  /* Formulaire */
	/*
	position: absolute;
	top: 145px;
	left: 5px;
	_top: 144px;
	z-index: 99;
	*/
	padding: 153px 0 0 50px;
	position: relative;
	z-index: 99;
}
#recherche label { /* Label */
	display: none;
}

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

#recherche input#Rechercher { /* Champ de saisie */
	color: #62819e;
	background: #d1e25d;
	border: 1px solid #535353;
	font-size: 0.7em;
	width: 132px;
	height: 12px;
}

#recherche p{
	/* background: url('images/input_search.png') no-repeat left;
	padding-top: 11px; */
}

#recherche input.boutonok, input.boutonok  {
	background: none; 
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	font-weight: bold;
	text-align: left;
	color: #00404f;
	font-size: 0.8em;
	width: 32px;
	/width: 28px;
}

#recherche input.boutonok:hover, input.boutonok:hover {
	/* background-image:url(images/bouton_ok_fr-over.gif); */
	color: #aabec3;
	cursor: pointer;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NEWSLETTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#news {
	position: absolute;
	top: 381px;
	left: 0;
	width: 250px;
	height: 99px;
	text-align: center;
	z-index: 99;
	background-image: url(images/bg_newsletter.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

}
html>body #news {
	height: auto;
	min-height: 99px;
}
#news fieldset {
	border: none;
}
#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: 3px 0 8px 43px;
	//margin: 3px 0 8px 0;
}

#news input#mail_inscription_ {
	width: 104px;
	height: 20px;
	border: none;
	background-color: transparent;
	padding: 0 4px 0 6px;

}
#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;
}
*+html #news input.spip_boutoncss {
	margin: -2px 0 0 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRES NEWSLETTER*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.reponsenews {
	color: #FF0000;
	font-size: 0.8em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	width: 736px;
	list-style: none;
	position: absolute;
	top: 132px;
	left: 245px;
}

ul#nav_principale li {
	display: inline;
}
ul#nav_principale li a {
	color: #fff;
	font-weight: bold;
}

#rub_1{
	position: absolute;
	top: 52px;
	left: 3px;
}#rub_5{
	position: absolute;
	top: 31px;
	left: 115px;
	zoom:1;
}#rub_7{
	position: absolute;
	top: 16px;
	left: 254px;
}#rub_11{
	position: absolute;
	top: 10px;
	left: 383px;
}#rub_14{
	position: absolute;
	top: 9px;
	left: 525px;
}#rub_15{
	position: absolute;
	top: 12px;
	left: 641px;
}

/* MENU DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu1 {
	list-style-type: none;
}
#menu1 li {
	display: inline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_LAST_ACTUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
div.last_actus { /* Block 1 actualites */
	margin: 0px 0px 5px 18px;
	clear: both;
	padding-bottom: 10px;
	background: url(images/bg_last_actu.png) no-repeat 75% 100%;
}

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_actu {  /* Image evenement */
	float: left;
	margin: 0px 0 5px 0px;
	width: 165px;
}
.block_photo_actu 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: -105px 0px 3px 10px; /* Pour firefox */
}

.date_actu { /* Date actu */
	color: #8aa800;	
	font-size: 0.7em;
	margin: 0px 0px 5px 0px;
	background: url('images/puce_date.gif') no-repeat 0 0.3em;
	padding: 0 0 0 12px;
}

.last_actus h3 a { /* Titre actu lien */
	color: #165360;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: underline;	
}

.last_actus h3 a:hover { /* Titre actu lien hover */
	text-decoration: none;
	color: #1e8aa1;
}
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;
	padding-top: 8px;
	width: 350px;
}
p.texte_actu { /* Texte actu */
	color: #2c4044;
	text-decoration: none;
	font-size: 0.8em;
	padding-bottom: 15px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_LAST_EVMNTS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
div.last_evmnt { /* Block 1 evenement */
	margin: 10px 0px 5px 0px;
	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: 70px;
}
.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: -65px 5px 0px -1px; /* Pour firefox */
}

.date_evmnt { /* Date evenement */
	color: #9a5c00;
	margin: 0px 0px 0px 0px;
}

.last_evmnt h3 a { /* Titre evenement lien */
	color: #9a5c00;
	font-size: 0.8em;
	font-weight: bold;
	
	text-decoration: none;
}

.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: 400px;
	float: left;
}
p.texte_evmnt { /* Texte evenement */
	color: #9a5c00;
	text-decoration: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_A_LA_UNE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
.une div {
	width: 125px;
	float: right;
}

h2.une {
	margin: 0px 0px 10px 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_une {  /* Image evenement */
	float: left;
	margin: 0px 10px 5px 0px;
	width: 70px;
}
.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: -65px 5px 0px -1px; /* Pour firefox */
}
.date_une { /* Date evenement */
	color: #C89BCF;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
}

.une h3 { /* Titre evenement lien */
	color: #98BF3A;
	font-size: 0.8em;
	font-weight: bold;
	
	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: 95px;
	float: left;
}
p.texte_une { /* Texte evenement */
	text-decoration: none;
	font-size: 0.8em;
	text-align: justify;

}
p.suite_une a {
	font-size: 0.8em;
	color: #5F5F5F;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE LAST_ACTU_EVMNT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
div.last_actuevmnt { /* Block 1 evenement */
	margin: 10px 0px 5px 0px;
	clear: both;
}

h2.actuevmnt {
	margin: 0px 0px 0px 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_actuevmnt {  /* Image evenement */
	float: left;
	margin: 0px 5px 5px 0px;
	width: 75px;
}
.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: -65px 5px 0px -1px; /* Pour firefox */
}

.date_actuevmnt { /* Date evenement */
	color: #9a5c00;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
}

.last_actuevmnt h3 { /* Titre evenement lien */
	color: #9a5c00;
	font-size: 0.8em;
	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: 440px;
	float: left;

}
p.texte_actuevmnt { /* Texte evenement */
	font-size: 0.8em;
}
p.suite_actuevmnt a {
	font-size: 0.8em;
	color: #5F5F5F;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	background: url('images/footer.png') no-repeat;
	width: 980px;
	height: 79px;
	position: relative;
	font-size: 0.7em;
	text-align: letf;
	clear: both;
	color: #fff;		
}
#footer ul#menu_divers { /* Liste */
	list-style-type: none;
	padding: 62px 0 0 398px;
}
#footer ul li { /* Liste */
	display: inline;
}
#footer a {
	color: #132c31;
	margin: 0 6px 0 2px;
}
#footer a:hover{
	color: #fff;
}

#footer .extranet {
	margin: 0 0 0 215px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 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;}