@charset "utf-8";

body {
	background-color: #b8cef4;

}

#container { 
	width: 959px;
	height:auto;
	margin: 0 auto;
	padding : 0;
}


#header {
	background: url(./img/header.jpg) no-repeat;
	width:695px;
	height:239px;
	margin: 0 auto 0 auto;
}

#menu{
	background-color: #8199c1;
	width:808px;
	height:36px;
	margin: 0 auto 0 auto;
	position:relative;
	top:20px;	
}


#menu span {
	display:inline;
	margin-left:50px;
	position:relative;
	top:8px;
	color:#ffffff;
}


#contenu {
	background:#f8f8e5;
	width:808px;
	height:auto;
	margin: 0 auto 0 auto;
	position:relative;
	top:25px;
    color:#4e5a70;
}

#contenu_milieu {
	width: 750px;
	margin-left:30px;
	height:auto!important;
	height:330px;
}


#contenu_texte {
	text-align: justify;
}


li{
list-style-type:square;
margin-left:25px;
}


.gras {
font-weight:bold;
}


.titre {
 font-size:20px;
 color:#D40000;
}


#border {
	background-color:#C0DCC0;
	border: solid;
	border-color:#afae91;
	border-width:2px;
}


#footer{
position:relative;
top:40px;
text-align:center;
color:#374964;
}


#footer span {
font-weight:bold;
}


#footer a {
color:#b55617;
}

img{
border:0;
}
