@charset "utf-8";
@import url("pagination.css");
/* CSS Document */

/* +++++ Styles des Div +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++ */

/* +++++ Style général de la page +++++ */
body{
background-image:url(img/bg_absolute.png);
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;	
}
/* +++++++++++++++++++++++++++++++++++++ */

/* +++++ Div globale +++++ */
#global{
text-align: left;
margin : 0 auto;
width : 886px;
padding : 0;
position: relative;
min-height: 100%;
background : transparent url(img/bg_global.png) 0 0 repeat-y;
}
/* +++++++++++++++++++++++ */

/* +++++ Div de la banière +++++ */
#ban{
color:#000000;
margin-left:8px;
height:117px;
width:869px;
background:url(img/bg_ban.jpg) right no-repeat;
}
/* +++++++++++++++++++++++++++++ */

/* +++++ Div du menu +++++ */
#menu{
color:#000;
height:20px;
width:869px;
margin-left:8px;
background : transparent url(img/bg_menu.png) 0 0 repeat-x;
text-align:center;
font-weight:bold;
}
/* +++++++++++++++++++++++ */

/* +++++ Div du path +++++ */
#path{
color: #CCCCCC;
height:20px;
width:886px;
padding-top:25px;
padding-left:25px;
font-size:12px;
font-weight:bold;
}
/* +++++++++++++++++++++++ */

/* +++++ Div du corps +++++ */
#corps{
color:#000000;
width:877px;
background: transparent url(img/lignes_v3.png) bottom right no-repeat;
padding-bottom:35px;
}
/* ++++++++++++++++++++++++ */

/* +++++ Div du focus +++++ */
#focus{
color:#000000;
min-height:630px;
width:550px;
margin-top:50px;
margin-left:50px;
/*border: #D7D7D7 solid 1px;*/
/*background: transparent url(img/bg_focus.png);*/
}
/* ++++++++++++++++++++++++ */

/* +++++ Div des mentions légales +++++ */
#legal{
color:#000000;
background : transparent url(img/bg_legal.png) no-repeat;
margin:auto;
width:856px;
font-size:12px;
padding-left:25px;
padding-top:5px;
}
/* ++++++++++++++++++++++++++++++++++++ */