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

body {
	font: 14px/130% "Trebuchet MS";
	background: #4D9DBA url(../images/fond-accueil.jpg) repeat-x center top;
	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;
}

#centre h1{
	font: normal 18px/24px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 30px 20px 0px;
	margin: 0px;
}

#gauche{
	float: left;
	width: 505px;
}
#gauche h3{
	margin-top: 90px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	padding-left: 95px;
	line-height: 18px;
}
#gauche p{
	margin: 240px 0px 0px;
	text-align: left;
	padding-left: 95px;
	font-size: 15px;
	line-height: 18px;
}

#gauche a{
	color: #FFFFFF;
}
#gauche a:hover{
	color: #004573;
}

#menu{
	float: right;
	width: 420px;
	text-align: left;
}

#menu ul{
	margin: 120px 0px 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	line-height: 39px;
	clear:left;


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

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

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

#menu li.actu a:hover span{
}


#photo {
	position: absolute;
	top: 110px;
	height: 275px;
	width: 158px;
	right: 20px;
}
#photo img{
	border: 3px solid #00628C;
}

#menu-bas {
	position: absolute;
	bottom: 15px;
	left: 100px;
}

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;
}
	
	
#adresse {
	margin-top:20px;
	clear:both;
	margin-left:20px;

}

#adresse  a{
	color: #FFFFFF;
}
#adresse  a:hover{
	color: #004573;
}

