/* Corp */

body{
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

/* Contour du site */

#contour{
	position: relative;
	top:0px;
	left:0px;
	width:950px;
	margin:auto;
	background:  url(../images/design/nouveau/bg.jpg);


}


/* En-tête */

#header {
	width: 950px;
	margin:auto;
	height:350px;
	background:  url(../images/design/nouveau/header.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
	background-position: center;
}

/* Menu */

#menu {
	position: absolute;
	left:130px;
	margin-left: 10px;
	top: 240px;
	width: 720px;
	font-size: 120%;
}

#menu ul, sousmenu ul {
	margin: 0px;
	padding: 0px;
}

#menu li{
	display: inline;
   padding: 0px;
	margin: 0px;
	margin-bottom:20px;
	filter:alpha(opacity=75);
   -moz-opacity:0.75;
   opacity: 0.75;

}

#menu li:hover{
	filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity: 1;
}

#menu a, #sousmenu a{
	background-color: #dfe5f7;
	color: #2c3651;
	text-decoration: none;
}

#menu a:hover, #sousmenu a:hover{
	background-color: #FFFFFF;
	color: #2c3651;
	text-decoration: none;
}

#sousmenu{
	position: absolute;
	top: 255px;
	left:70px;
	margin-top:8px;
	margin-bottom:10px;
	margin-left: 10px;
}

#sousmenu li{
	display: inline;
   padding: 0px;
	margin: 5px;
}

/* Page */

#page{
	width :720px;
	margin-top:-40px;
	margin-left: 115px;
	margin-right: 15px;
	margin-bottom:40px;
}

/* Titre */

h1, h2, h3 {
	border-bottom: 1px dashed;
	text-align: left;
	color: #192475;
	border-bottom-color: #494c6e;
}

h1{
	padding: 3px;
	font-size:125%;
}

h2{
	padding: 2px;
	font-size:100%;
}

h3{
	padding: 1px;
	font-size:80%;
}

#partenaire {
margin-left:220px;
}

/* Footer */

#footer{
	width: 950px;
	margin:auto;
	height:23px;
	background:  url(../images/design/nouveau/footer.jpg) no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#footer a{
	color: #0046bb;
	text-decoration: none;
}

/* Reste des tags */

A:link {
	color: #0046bb;
	text-decoration: none;
}
A:visited {
	color: #0046bb;
	text-decoration: none;
}
A:hover {
	color: #0046bb;
	text-decoration: underline;
}

A img{
border:0;
}

.sponsorts{
	text-align: center;
}

