@charset "utf-8";
/* CSS Document */
p{
	/*margin:0px;
	padding:0px;*/
	padding-left:10px;
	}
body #body_center{
	background:none;
	height:900px;
	}
#body_center #header{
	height:auto;
	}
#header #banner{
	width:100%;
	background:none;
	}
#header #banner img{
	width:100%;
	}
#container_ref{
	width:800px;
	border:1px solid #5c6881;
	}
#cadre{
	position:relative;
	padding-bottom:60px;
	}
#footer-ref{
	position:absolute;
	bottom:0px;
	border:1px solid #5c6881;
	text-align:center;
	margin:-1px;
	padding-top:5px;
	background:#FFF;
	font-size:12px;
	padding-bottom:5px;
	width:100%;
	}
#footer-ref ul{
	margin:0px;
	padding:0px;
	}
#footer-ref li{
	float:left;
	list-style:none;
	}
#footer-ref a{
	color:#5c6881;
	text-decoration:none;
	}
#footer-ref a:hover{
	text-decoration:underline;
	}

.article{
	font-size:14px;
	margin-top:30px;
	padding-left:10px;
	}
.article .image_back{
	margin-left:-1px;
	}
.article_container{
	background:#FFF;
	float:left;
	padding-bottom:10px;
	}
.article hr{
	border:none;
	border-top:1px solid #666;
	width:200px;
	margin-top:10px;
	}
.titre_ref{
	width:100%;
	text-align:center
	}
.titre_ref h1, .titre_ref h2, .titre_ref h3{
	margin:5px;
	font-size:16px;
	color:#FFF;
	}
.image_ref{
	float:left;
	padding-left:4px;
	}
.image_ref img{
	width:150px;
	}
.texte_ref{
	padding-top:5px;
	float:left;
	width:625px;
	margin-left:-5px;
	}
