/*  
Marron: #57484d
Gris: #eadce3
Rose: #e53162
*/
body {
background-color:#57484d; /*url(../images/template/bg.jpg) top repeat-x;*/
font-family:Arial;
font-size:12px;
color:#57484d;
}
a{
color:#e53162;
text-decoration:none;
border:0px;
}
a:hover{
color:#e53162;
text-decoration:underline;
}

#container {
/*margin:0pt auto;*/
width:1024px;
}

#header{
position:relative;
width:825px;
height:123px;
overflow: hidden;
padding-left:104px;
}
#header .titre{
}
#header .logo{
	width:399px;
	height:103px;
	background:url("../images/logo.png") no-repeat; position:relative; 
}
#header .img {
	width:399px;
	height:103px; 
	border:0px; 
	padding-top:-45px;
}

#entete{
/*width:1024px;
height:206px;
background:transparent url("../images/entete.gif") no-repeat;*/
}

#cadre{
margin-left:91px;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
background:#eadce3 url(../images/cadre_bg.png) bottom no-repeat;;
color:#57484d;
/*border:5px #eadce3 solid;
border-left:12px #eadce3 solid;
border-right:12px #eadce3 solid;
border-bottom:12px #eadce3 solid;*/
width:825px;
}
#cadre-categorie{
color:#57484d;
font-size:28px;
padding-left:20px;
padding-top:10px;
}
#cadre-message{
width: 95%;
padding-top:35px;
margin-left:20px;
margin-bottom:10px;
}
#cadre-message #titre{
color:#e53162;
font-size:16px;
}
#cadre-message .img-list{
padding-right:20px;
}

#cadre-message div#contenu{
text-align:justify;
padding-right:35px;
}

#cadre-article{
width: 100%;
margin-top:35px;
margin-left:20px;
margin-bottom:50px;
text-align:left;
}
#cadre-article div#titre{
color:#e53162;
font-size:16px;
padding-bottom:20px;
font-weight:bold;
}
.img-list{
margin-right:10px;
margin-bottom:10px;
border: 3px solid #eadce3;
}

#cadre-article div#contenu{
text-align:justify;
padding-top:20px;
padding-right:40px;
}

#footer{
position:relative;
width:1024px;
text-align:center;
font-weight:normal;
}
#footer a{color:#eadce3;}



