@charset "utf-8";

body {
	background: url(./img/bg.png) #c7c7be;
	background-repeat: repeat-x repeat-y;
}


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


#header {
	background: url(./img/header.png) no-repeat;
	width:791px;
	height:141px;
	margin: 0 auto;
}


#contenu {
	background: #ffffff;
	width:732px;
	height:auto;
	margin: 0 auto 0 auto;
	position:relative;
	top:50px;
    color:#4e5a70;

}


#contenu_texte {
	width:600px;
	min-height:300px;
	height:auto!important;
	height:300px;
	margin-left:60px;
	text-align:justify;
	position:relative;
	top:25px;
}


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


#footer a:active{
	background:#70aae5;
	color:#ffffff;
	text-decoration:none;
}


#footer a:visited{
	color:#af1f24;
}


#footer a:hover {
	background:#70aae5;
	color:#ffffff;
	text-decoration:none;
}


#footer a:link{
	color:#af1f24;
}


#signes {
color:#af1f24;
font-size:24px;
}


#detail_nom {
	color:green;
	font-size:20px;
}


#liste_nom {
	color:green;
}
