@charset "utf-8";
/* nuance grise:  #c2bfbb 
      nuance jaune:  #ffff00*/

* {
	margin:0;
	border:0;
	padding:0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #456;
}

body {
	margin:0;
border:0;
	text-align:center;
	background:#555658;
}



#bottom {
	color: #BF9A6E;
	height: 10px;
	/* background-image: url(../images/bottom.png); */
	clear: both;

     }
#bottom p {
	font-size: 25px;
	font-weight: bold;
	color:#555;
	text-align:center;
	background-color:#ffff00;
	border:5px red solid;
}	 
	 
#footer {
	color: #FFFFFF;
	clear: both;
	width: 700px;
     }
#footer p {
	text-align:center;
     }
#footer a:hover {	color:#CCC;	    }	 
strong{	color:#71A4D9;	    }	 
	 
#contenu {
	width:600px;
	float: left;
	height: 21px;
	padding: 0 50px;
	font-size: 12px;
	height: 400px;
	color: #000;
	margin-top: 5px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -400px;

}

#contenu p {
	text-align: justify;
	color:#585453;
	padding:5px;
	font-size:13px;
	line-height:1.5em;
}





.pager {
	float: left;
	width: 700px;
	background-image: url(../images/content-bottom.jpg);
	background-repeat: no-repeat;
	text-align:center;
}

.pager p, .pager a {
	color: #000000;
	font-size: 12px;
}
#contenu h1 {
	font-size:24px;
	color: #537c1f;
	margin-right: 5px;
	margin-left: 5px;
}
#contenu h1 a{
	font-size:18px;
	color:#0d7400;
	border-bottom: #CA4C40 2px solid;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration:none;
	font-style:italic;
}

#contenu h2 {
	font-size:16px;
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
	text-align:center;
}

#footer p, #footer a{
	color:#FFF;
	font-size: 11px;
	text-align: center;
}





#texte {
    float: left;
    height: 360px;
    padding: 0 70px;
    width: 560px;
	background: url(../images/bgcontent.png) repeat-y;

}
