@charset "UTF-8";
/* CSS Document */

body {
	font: 13px/130% "Trebuchet MS";
	background: #4E9EBA url(../images/fond-interieur3.jpg) repeat-x center -300px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#centre{
	width:980px;
	height:590px;
	margin:0px auto 0 -495px;
	position: absolute;
	left:50%;
	position:absolute;
}



.arrondi-gauche{
	background: url(../images/menu-haut-gauche.gif) no-repeat left center;
	height: 39px;
	width: 16px;
	display: block;
	float:left;
	line-height: 39px;
}
.arrondi-droit{
	background: url(../images/menu-haut-droit.gif) no-repeat right center;
	height: 39px;
	width: 16px;
	display: block;
	float:left;
	line-height: 39px;
}

#contenu {
	position: absolute;
	top: 100px;
	height: 450px;
	width: 500px;
	right: 0px;
	border: 3px solid #2CA7C7;
	background: #FFFFFF;
	padding: 10px 20px 20px;
	overflow: auto;
	color: #2CA7C7;
	text-align: left;
	font-size: 14px;
}

#contenu h1{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
	line-height: 22px;
}
#contenu h2{
	font-size: 15px;
	line-height: 18px;
	color: #004676;
	font-weight: normal;
}
#contenu h3{
	color: #7CB858;
	font-size: 14px;
	line-height: 17px;
}
#contenu a{
	color: #003366;
}
#contenu a:hover{
	color: #487C9B;
}

#contenu .spip_documents dt {
	display: inline;
}

#contenu .spip_documents img {
	border: 0;
	vertical-align: middle;
}


#sous-menu{
	position: absolute;
	top: 310px;
	width: 170px;
	right: 546px;
	text-align: left;
}
#sous-menu h1{
	font-size: 15px;
	margin: 0px;
	padding: 3px 7px;
	background: #92da68;
	color: #004774;
	line-height: 20px;
	display:none;
}
#sous-menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sous-menu li{
	margin: 0px;
	padding: 0px;
	font-size:13px;
	line-height:16px;
}
#sous-menu a{
	background: #FFFFFF;
	display: block;
	margin-bottom: 1px;
	padding: 3px 7px;
	color: #1B5A85;
	text-decoration: none;
	width: 156px;

}
#sous-menu a:hover{
	background: #2CA7C7;
	color: #FFFFFF;
}
#sous-menu a.on{
	background: #2CA7C7;
	color: #FFFFFF;
}


#menu{
	text-align: left;
	position: absolute;
	left: 100px;
	top: 40px;
}

#menu ul{
	padding: 0px;
	margin: 0px auto;
}
#menu li{
	list-style: none;
	line-height: 29px;
	float: left;

}
#menu li a{
	float:left;
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	background: transparent url(../images/menu-droit-off.gif) no-repeat right center;
	white-space: nowrap;
}
#menu li a:hover{
	background: transparent url(../images/menu-droit-on.gif) no-repeat right center;
	color: #004777;
}
#menu li a span{
	background: transparent url(../images/menu-gauche-off.gif) no-repeat left center;
	padding: 0px 5px 0px 15px;
	display:block;
	float:left;
}
#menu li a:hover span{
	background: transparent url(../images/menu-gauche-on.gif) no-repeat left center;

}
#menu li.actu a{
	background: transparent url(../images/menu-droit-on.gif) no-repeat right center;
	color: #00628D;
}

#menu li.actu a span{
	background: transparent url(../images/menu-gauche-on.gif) no-repeat left center;
}
#menu li.actu a:hover{
	color: #FFFFFF;
}

#menu li.actu a:hover span{
}


#photo {
	position: absolute;
	top: 306px;
	height: 206px;
	width: 127px;
	right: 780px;
}
#photo img{
	border: 3px solid #00628C;
}

#accueil {
	position: absolute;
	top: 116px;
	height: 168px;
	width: 333px;
	left: 75px;
}
#accueil img {
border:none;
}


#menu-bas {
	position: absolute;
	bottom: 19px;
	left: 75px;
}

a.button {
	background: transparent url(../images/menu3-droit.gif) no-repeat scroll right top;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	display: block;
	float: left;
	height: 28px;
	margin-right: 6px;
	padding-right: 12px; /* sliding doors padding */
	text-decoration: none;
	white-space: nowrap;
}

a.button span {
	background: transparent url(../images/menu3-gauche.gif) no-repeat left top;
    display: block;
    line-height: 13px;
    padding: 5px 0 5px 12px;
}
#menu-bas a:hover{
	background: transparent url(../images/menu4-droit.gif) no-repeat right top;
	color: #004777;
}
#menu-bas a:hover span{
	background: transparent url(../images/menu4-gauche.gif) no-repeat left top;
}

/*Liste actualités
*/
#actualites{
}
#actualites ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: disc;
}
#actualites li{
	margin-top: 10px;
	margin-bottom: 2px;
}

	
.spip_forms ul{
	margin: 3px 0px;
	padding: 0px;
	list-style: none;
}


.spip_forms fieldset{
margin-bottom:10px;
}

.spip_form_erreur{
	color: #CC0000;
}

.spip_forms input{
display:block;
}
.spip_forms li input{
display:inline;
}
.spip_form_label{
display:block;
padding-top:7px;
}

.spip_forms textarea {
	font: 13px/130% "Trebuchet MS";
	width:450px;
	height:50px;
}


