/* Body definition de la police
====================================================================*/
body{font:63.5% Tahoma, Arial, sans-serif;color:#A29E9F;background:#393939 url(img/body.png) repeat-x 0 263px; padding-top:100px;}

/*  definition des liens
====================================================================*/
a, a:visited{ color: #999; text-decoration: none; text-transform: capitalize}
a:hover{ text-decoration:underline; color:#bbb}
a img{border: 0}
h2{font-size:1.2em; font-weight:600;height:21px;line-height:20px;margin:17px 23px 8px;color:#B72E0C;
background:url(img/sunh2.png) no-repeat 3px 100%}


/*   contenu de #header
====================================================================*/
#header h1{display:none}
#header ul{text-align:right; padding:45px 60px 0 60px; font-size:0.9em;font-weight: bold; color:#575757}
#header ul li{display: inline; margin: 0 5px;}
#header ul li a{ text-transform:uppercase; padding-right:5px; font-size:0.9em; color:#A59FA1}

/*   contenu de #content
====================================================================*/
#content .box{
margin: 0 22px 17px; 
font-size:12px;
min-height:150px;
}
#content h3{color:#999; font-size:1.3em; padding-top:9px;}
#content h3 span{ font-size:0.7em; font-weight:400; color:#666}
#content .p1{padding: 3px; text-align:justify; font-size:1.1em}
#content .p1:first-line{color:#D18F77}
#content .p1 .pfl{padding: 2px 5px 0; float: left;}
#content .boxco{padding: 0 5px; text-align:right}
#content .boxco a{margin: 0 2px;color:#503D41}

/*   contenu de #breadcrumb
====================================================================*/
#breadcrumb a{color:#503D41}
#breadcrumb span{color:#B72E0C;}
/* Valeurs par default
================================================================*/
*{ margin:0; padding:0; list-style:none}
/* Cadre Principal
================================================================*/
#mainwrap{ 
   margin:0 auto;
   width: 882px;
   position: relative;
   background:url(img/wrap.png) repeat-y 0 0 
}
/* Cadre marges
================================================================*/
#main{ 
   background: url(img/main.png) no-repeat 60px 0;
}
/* header
================================================================*/
#header{ 
   background: url(img/header.png) no-repeat 52px 0;
   height:80px;    
}
/* Content colonne gauche
================================================================*/
#content{ 
   background:url(img/leftbar.png) no-repeat 0 83px;
   padding:0 0 0 60px;
   width:313px;
   float: left;
}
/* sidebar colonne droite
================================================================*/
#sidebar{ 
   background:  url(img/rightbar.png) no-repeat 100% 83px;
   width:430px;
   padding-right:65px;
   float: right;
   min-height:200px;
}
/* Breadcrumb chemein de fer
================================================================*/
#breadcrumb{ 
   background: #fff url(img/breadcrumb.png) no-repeat 0 0;
   padding:0;
   height: 45px;
   margin: 0 60px;
   clear: both;
   line-height:25px;
   padding-left:32px;
   font-size:1.1em;
   text-transform:capitalize;
   color:#503D41;
   word-spacing:2px   
}
/* Footer
================================================================*/
#footer{ 
   padding:14px 60px;
   background:#393939 url(img/footer.png) no-repeat 52px 0;
   min-height:50px; 
   text-align:right
}