body{
	background-color: #F3F3F3;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0; /* pour éviter les marges */
   	text-align: center; /* pour corriger le bug de centrage IE */
	
}
a img{
	border: none;
}
#global{
	/* indispensable pour centrer le site */
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	top: 0px;
	text-align: left;
}
/*============================================haut de page=============================================================*/
#bandeau{
	background-color:white;
	position: relative;
	width: 934px;
	height: 263px;
}
#francais{
	position: absolute;
	top:168px;
	left: 589px;
	width: 19px;
	z-index: 100;
	
}
#anglais{
	position: absolute;
	top:168px;
	left: 616px;
	width: 19px;
	z-index: 100;
}
#allemand{
	position: absolute;
	top:168px;
	left: 643px;
	width: 19px;
	z-index: 100;
}
#italien{
	position: absolute;
	top:168px;
	left: 670px;
	width: 19px;
	z-index: 100;
}
#espagnol{
	position: absolute;
	top:168px;
	left: 697px;
	width: 19px;
	z-index: 100;
}

/*============================================bandeau de recherche============================================ */
#recherche{
	position: relative;
	height:30px;
	margin: 0px;
	padding:0px;
	background: #21A4D7;
	margin-top: 4px;
	color: White;
	padding-left: 12px;
	font: normal normal 13px/30px Arial, Helvetica, sans-serif;
	line-height: 30px;	
}
#recherche a{
	text-decoration: none;
	color: white;
}
*html body #recherche {
	margin-top:1px;
}

#formu{
	position: absolute;
	margin: 0px;
	top:0px;
	padding: 0px;
	left:740px;
	width: 180px;
	height: 30px;
}
#texte{
	position: absolute;
	display: inline;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 677px;
	width: 29px;
	height:30px;
	font: normal normal 11px/30px Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: right;
	color: White;
}
#saisie-texte{
	display: inline;
	margin: 0px;
	padding: 0px;
	color: black;
	background: white;
	border: 1px solid #21A4D7;
	font: normal normal 11px/30px Arial, Helvetica, sans-serif;
	text-align: left;
}
#spip_bouton{
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 23px;
	border: none #21A4D7;
	font: normal normal 11px/23px Arial, Helvetica, sans-serif;
	background: #21A4D7;
	color: white;
}
/*============================================ Bandeau de menu ============================================*/
#menu {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 934px;
	top:227px;
	height: 30px;
	background-color: #74C1E6;
	font-size: 25px;
	color: White;
	text-align: center;
}

ul#nav li ul{
  display:none;
}

ul#nav li:hover>ul{
  display:block;
}

ul#nav{ /*==== niveau 1 ==============*/
  float:left;
  font-family: Arial, Helvetica, sans-serif;
  background:#74C1E6;
  border:0px solid #74C1E6;
  font-size: 15px;
  color:white;
  list-style:none;
  margin:0px;
  padding:0px;
  width:100%;
 }
 
ul#nav li{
  position:relative;
  float:left;
  display: block; 
  margin:0px;
  padding:0px 0px 0px 2px;
}
ul#nav a{
	display: block;
	line-height: 28px;
	color: #FFFFFF;
	background-image: url(../images/separateur_menu.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 4px;
	cursor: hand;
}
 
ul#nav ul{ /*==== niveau 2 ==============*/
  position:absolute;
  display:block;
  top:24px;
  left:1px;
  background:#EBCBFE;
  border:1px solid #EBCBFE;
  font-size: 11px;
  color:black;
  list-style:none;
  margin:0px;
  padding:0px;
  width:188px;
  _width:190px;
  
}
ul#nav ul li{
  position:relative;
  float:none;
  margin:0px;
  padding:0px;
  _display: inline;
  z-index: 200;
}

ul#nav ul li.smenu{
	background: url(../images/fleche.gif) no-repeat right;
}
ul#nav ul li.smenu:hover, ul#nav ul li.smenu>a:hover{
	background: url(../images/fleche.gif) no-repeat right;
	background-color: White;
}
ul#nav ul a{
	display: block;
	width: 100%;
	line-height: 17px;
	color: #000000;
	background: none;
	text-decoration: none;
}

ul#nav ul a:hover{
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 188px;
	_width: 190px;
}

ul#nav ul ul{ /*==== niveau 3 ==============*/
  position:absolute;
  top:-1px;
  left:188px;
  background:#FFA6CE;
  border:1px solid #FFA6CE;
  list-style:none;
  margin:0px;
  padding:0px;
  width:188px;
  _width:190px;
}

#content {
	clear: left;
	color: #ccc;
}

/*============================================ Contenu gauche et contenu droite ============================================*/

/*============================================ Définition d'un contenu global */ 
#Contenu{
	background-image: url(../images/fond.gif);
	min-height: 321px;
	width: 934px;
	background-repeat: repeat;
	background-position: top;
}
* html body #Contenu{
	height: 321px;	
}
#Contenu_image{
	position: float;
	width: 672px;
	padding: 0 0 0 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
}
/*============================================ Définition d'un contenu gauche */ 
#Contenu_gauche{
	float: left;
	width: 610px;
	
	padding: 0 0 0 0;
	margin-left: 20px;
	margin-top: 0;
	}
#Contenu_gauche a:link, #Contenu_gauche a:visited{
	text-decoration: none;
	color: #09688D;
}
#Contenu_gauche a:hover{
	text-decoration: none;
	color: #C71585;
}
#Contenu_gauche h1{
	font-size: 25px;
	color: #A6A4A5;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
}
#Contenu_gauche h1 a:link, #Contenu_gauche h1 a:visited{
	text-decoration: none;
	color:#A6A4A5;
}
#contenu_gauche h1 a:hover{
	text-decoration: none;
	color:#C71585;
}
#Contenu_gauche h2{
	font-size: 20px;
	color:#A6A4A5;
	text-align: left;
	margin-top:10px;
	margin-bottom:0;
}
#Contenu_gauche h2 a:link, #Contenu_gauche h2 a:visited{
	color:#A6A4A5;	
	font-size: 20px;
	text-decoration: none;
}

#Contenu_gauche h2 a:hover{
	color:#C71585;	
	font-size: 20px;
	text-decoration: none;
}
#Contenu_gauche h3 a:link, #Contenu_gauche h3 a:visited{
	color:#A6A4A5;	
	font-size: 16px;
	text-decoration: none;
}

#Contenu_gauche h3 a:hover{
	color:#C71585;	
	font-size: 16px;
	text-decoration: none;
}
#contenu_gauche h4{
	font-size: 14px;
	color: #C71585;
	font-weight: bold;
}
#Contenu_gauche p{
	font-size: 12px;
	color:#383836;
	text-align: left;
	margin-top:23px;
	margin-bottom:25px;
}
#Contenu_gauche img{
	border: 0;
	margin-bottom: 7px;
	margin-top: 10px;
	margin-left: 50px;
	text-align: center;
}
#Contenu_gauche ul{
	list-style-type: disc;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-left: 70px;
}
#Contenu_gauche li{
	display: list-item;
	list-style: disc;
	padding-left: 10px;
	list-style-type: disc;
}
#Contenu_gauche ul ul{
	display: list-item;
	list-style: none;
	font-size: 13px;
	font-weight: normal;
	padding-left: 20px;
	color:#CA85DC;
}
#Contenu_gauche ul ul ul{
	display: list-item;
	list-style: none;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	color: black;
}
.succes .spip_documents {
       padding: 5px;
       margin: 0px 5px 0px 5px;    
}

/*============================================ Définition du fil de fer */ 
#fildefer{
	padding-top:10px;
	font-size: 11px;
	color: black;
	margin-bottom:0;
}
#fildefer ul{
	margin: 0;
	padding: 0;
	text-align: left;
}
#fildefer li{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: black;
	display: inline;
   list-style-type: none;
	
}
#fildefer a:link, #fildefer a:hover,{
	text-decoration: none;
	color: black;
	height:10px;
 	border:0
	padding-right:0.6em;
}
/*============================================ Définition d'un contenu droit */ 
#contenu_droite{
	float: right;	
	width: 258px;
		
}
*html body #contenu_droite {
	height:321px;
}
#contenu_droite ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#contenu_droite li{
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 22px;
	margin-top: 0;
	padding-right:25px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #09688D;
	line-height:1.2em;

}
#contenu_droite a:link{
	text-decoration: none;
	color: #09688D;
}
#contenu_droite a:visited{
	text-decoration: none;
	color: #09688D;
}
#contenu_droite h1 a:link{
	text-decoration: none;
	color:white;
}

#contenu_droite h1{
	background-image: url(../images/logo_bra.gif);
	height: 41px;
	line-height: 41px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 14px;
	margin-left: 10px;
	padding-right: 14px;
	padding-left: 45px;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: White;
	font: small-caps;
}


#contenu_droite h2{
		margin-top: 13px;
	margin-left: 18px;
	margin-bottom: 0;
	padding-right: 20px;
	padding-left: 21px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #09688D;
	text-align: center;
}
#contenu_droite h3{
	margin-left: 22px;
	margin-top: 0;
	margin-bottom: 0px;
	padding-right:25px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-align: center;
}
#contenu_droite h3 a:link{
	text-decoration: none;
	color: White;
}
#contenu_droite h4{
	background-image: url(../images/bout_imprimer_page.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 13px;
	margin-left: 18px;
	margin-bottom: 0;
	padding-right: 20px;
	padding-left: 21px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #09688D;
}
#contenu_droite p{
	margin-left: 22px;
	margin-top: 0;
	margin-bottom: 17px;
	padding-right:25px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #09688D;
}
#contenu_droite .caractencadre-spip {
	color: #C71585;
	font-weight: bold;
	font-size: 10px;
}
#imprime a{
	position: absolute;
	top:6px;
	left:780px;
	width: 105px;
	background-image: url(../images/bout_imprimer_page.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #74C1E6;
	height:18px;
	text-decoration: none;
	color: #1E8DB8;
	font-size: 10px;
	line-height:18px;
	text-align: left;
}
#projet a{
	position: absolute;
	top:6px;
	left:823px;
	width: 100px;
	background-image: url(../images/your_project.gif);
	background-repeat: no-repeat;
	background-position: center;	
	background-color: #74C1E6;
	height:25px;
	text-decoration: none;
	color: #E09600;
	font-size: 15px;
	font-weight: bold;
	line-height:25px;
	text-align: left;
}
#impression a{
	margin-left: 18px;
	padding-right: 14px;
	padding-top:15px;
	background-image: url(../images/bout_imprimer_page.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
	height:18px;
	text-decoration: none;
	color: #09688D;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
}

#cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
/*============================================ Définition du plan de site */ 
#plan_site{
	float:left;
	width: 586px;
	padding: 0 0 0 0;
	margin-left: 32px;
	margin-top: 0;
}
#plan_site h1{
	font-size: 30px;
	color:#A6A4A5;
	text-align: left;
	margin-top:10px;
	margin-bottom:0;
}
#plan_site h2{
	font-size: 20px;
	color:#A6A4A5;
	text-align: left;
	margin-top:10px;
	margin-bottom:0;
}
#plan_site h3{
	font-size: 18px;
	color: #C71585;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
}
#plan_site h3 a{
	text-decoration: none;
	color: #C71585;
}
#plan_site p{
	font-size: 12px;
	color:#383836;
	text-align: left;
	margin-top:23px;
	margin-bottom:25px;
}
#plan_site ul{
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#plan_site ul a{
	text-decoration: none;
	color: Black;
}
#plan_site li{
	display: list-item;
	list-style: none;
	padding-left: 10px;
	
}
#plan_site ul ul{
	display: list-item;
	list-style: none;
	font-size: 13px;
	font-weight: normal;
	padding-left: 20px;
	color:#CA85DC;
}
#plan_site ul ul a{
	text-decoration: none;
	color:#CA85DC;
}
#plan_site ul ul ul{
	display: list-item;
	list-style: none;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	color: black;
	
}
#plan_site ul ul ul a{
	color: Black;
	text-decoration: none;
}
/*=================================================== sites ====================================================*/
#sites {
	float:left;
	width: 586px;
	padding: 0 0 0 0;
	margin-left: 32px;
	margin-top: 0;
	font: 11px;
	color: Black;
}
#sites a{
	text-decoration: none;
	color: #FF1493;
}
/*=================================================== pied de page ====================================================*/
#pieddepage{
	clear:both;
	border: 0;
	height: 6px;
	font-size: 11px;
	text-align: center;
}

#pieddepage ul{
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-align: center;
}
#pieddepage li{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #545353;
	display: inline;
   list-style-type: none;
	
}
#pieddepage a{
	text-decoration: none;
	color: #545353;
	height:11px;
 	border:0
	border-right: thin;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right:0.3em;
}
.spacer {
	display: inline;
	clear: both;
	height: 0;
	width: 0;
	border: 0;
	line-height: 0;
}

/*============================================ Formulaire contact */
form.css fieldset
		{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 11px;
	text-align: justify;
	padding: 1 em;
}

form.css h1
{
	color:#C71585;
	font-size: 13px;
}

div.row {
 	clear: both;
	 padding-top: 5px;
 }
div.row span.label
		{
	color: Black;
	float: left;
	width: 90px;
	text-align: left;
}

div.row span.formw {
   float: right;
 	width: 450px;
 	text-align: left;
 }

form.css li.ul
{
	list-style: none;
	font-weight: bold;
	color: Black;
}
.encadre
{
	font-size: 12px;
	color: Black;
	padding: 10px;
	border: thin ridge;
}
.red 
		{
		color: #C71585;
		font-weight: normal;
		}
.bon{
	font-weight: bold;
	color: Black;
} 
/*============================================ Publications */ 
#publications {
	height: 80px;
	width: 500px;
	text-align: left;
	font-size: 11px;
	
}
#logo_document{
	float: left;
	width:60px;
	height: 50px;
	margin: 0;
	vertical-align: top;
	
}
#plaquette{
	float: left;
	width: 400px;
	height: 50px;
	
}
#plaquette h1{
	color: #FF1493;
	font-weight: bold;
	font-size:12px;
}
#publications a{
	text-decoration: none;
	color: #FF1493;
}
/*============================================ Cartographie */
#carto{
float: left ;
width: 150px ;
margin: 20px ;
text-align:center ; 
font-size: 10px;
font-weight: bold;
color: Black;
}
#adherent{
float: left ;
width: 280px ;
margin: 20px ;
text-align:left ; 
font-size: 9px;
font-weight: normal;
color: Black;
}
 
/*============================================ Adaptation des balises SPIP */ 

.spip_documents_center{
        margin: auto; 
        text-align: center;
        width: 80%;
}

h3.spip{
	font-size: 18px;
	color: #C71585;
}
.cartouche .spip_logos {
   float: right;
   margin-left: 1em;
}
.texteencadre-spip {
	color: #000033;
	background: #EEF;
	border-bottom: 2px solid #0066CC;
	border-left: 1px solid #3399FF;
	border-right: 2px solid #0066CC;
	border-top: 1px solid #3399FF;
	margin: 1em 0;	
	padding: .25em;	
	position: relative;
}

.caractencadre-spip {
	color: #C71585;
	font-weight: bold;
	font-size: 14px;
}

.caractencadre2-spip {
	color: #009;
	font-weight: bold;
}

acronym.spip_acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

a[hreflang]:after {
content: "\0000a0[" attr(hreflang) "]";
color: #999;
background : transparent;
}

a.spip_blank {
	color: #F00;
}

/* Pour le mode preview dans l'admin */
#article_preview {
	display:none;
	border:1px solid #666;
	overflow: auto;
	background-color: #FFCCCC;
}

/* Recherche spip */
#q{	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #eee url("../images/search.gif") no-repeat 0px center;
	padding-left: 18px;
	width: 89px;}
#q:focus {background: #fff url("../images/search.gif") no-repeat 0px center;}

.formulaire_spip {
	text-align: left;
	font-size: 0.77em;
}
.formulaire_recherche { text-align: left; width: 12em; }
.formulaire_recherche label { display: none; }







