/****************************************************
                         MISE EN PAGE GENERALE
****************************************************/

html {
	width:100%;
    width:800px;
	height:100%;
	height:560px;
	background-color : #ffffff; 
    margin : 0px 90px 0px 90px;
    padding : 2%;
    font-family : verdana, Arial, sans-serif;
    font-style : normal;
	font-size : 12px;
}
a {color:#6d6d6a;text-decoration: none;}
a:link {color:#6d6a6a;}
a:visited {color:#6d6a6a;}
a:hover {color:black;text-decoration: none;background-color:#d3d3d3;}
a:active {color:black;text-decoration: none;background-color:#629ac2;}
#exhover:hover { text-decoration: none; color:#ad4430; background-color:#00cccc;}

/****************************************************
                         MISE EN PAGE DU MENU
****************************************************/

#menuGauche { 
   	font-size: 1em;
    line-height: 130%;
	background-image : url('menuAccueil.jpg');
    background-repeat : no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:242px;
	height:100%;
	height:527px;
    font-weight : bold;
}
#menuGauche ul{  
    text-decoration: none;
    color:#003399;
 }
 #logo {
	width:209px;
	height:119px;
	background-color:transparent;
	margin-top:15px;
	padding-top:15px;
}
#texteMenu{
	margin-left:6px;
	padding-left:6px;
	margin-top:25px;
	padding-top:25px;
}
.textMenu {
    color:#808080;
}
.texteGris {
	color:#6d6a6a;
}
.spip_logos {
	width: 40%;
	height: 30%;
}

/****************************************************
                        MISE EN PAGE DU CONTENU
****************************************************/

#zoneCentrale p{
    margin-right : 8px;
    padding-right : 7px;

}
#Milieu {
    width: 700px;
    height: 100%;
	height:560px;
}
#zoneCentrale {
	position:absolute;
	left:240px;
	top:0px;
	width:451px;
	height:100%;
    height: 527px;
    background-image : url('zoneCentraleAccueil.jpg');
    background-repeat : no-repeat;
}
#texteZoneCentrale {
	width:360px;
	height:100%;
    height: 410px;
    padding: 5px;
    padding-top : 10px;
    margin: 15px;
    margin-left : 25px;
    padding-left : 25px;
    margin-right : 50px;
    padding-right : 50px;
    margin-top : 40px;
    padding-top : 40px;
	overflow : auto; 
}
#texteZoneCentrale>h2{
    margin-left : 25px;
    padding-left : 25px;
    margin-right : 50px;
    padding-right : 50px;
}
h2{
   text-align:center;
}
.clearer { 
	clear: both;
	height: 0px;
}
.spip-admin-float{
    font-size: 0.50em;
    height: 10px;
}

/****************************************************
                         FORMULAIRE DE CONTACT
****************************************************/

.forml {
	width: 70%;
	border: 1px solid #666;
	font-family: Verdana;
	font-size: 10px;
	margin:2px;
	padding:2px;
}
.formulaire_spip {
	margin-right:10px;
	padding-right:10px;
	margin-left:10px;
	padding-left:10px;
}

.formulaire_spip label {
	text-align : left;
}
.formulaire_spip legend {
    font-weight : bold;
    font-size: 1em;
	text-align : left;
}
.reponse_formulaire {
    font-weight : bold;
	color:#ef4135;
}
.reponse_formulaire p{
    font-weight : bold;
	color:black;
}