
html,body{
	width:100%;
	height:auto;
}

body
{
	margin:0 ;
	padding:0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #eee ;/*#fff ;*/
}

div#conteneur
{
	width: 1024px ;
	margin: 0 auto ;
	min-height:100%;
	height:auto;
	text-align: left ;
	border: 1px solid #fff; /* #ab4 ;*/	
	background: #fff ;
	position:relative;	
	
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	
}

div#footer
{
	position: relative;  /* Necessaire pour Safari 
	position:absolute;*/
	bottom:0;
}

div#left
{
	border-radius: 4px 4px 4px 4px;	
	width:20%;
	height:100%;
	position:fixed;
}
.image{
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 3px;
}

.menu
{
	margin-bottom:20px;
}

div#main
{
	position:relative;
	width:80%;
	min-height:400px;
	
	height:100%;
	margin-left:20%;
	margin-top:146px;
}

div#header
{
	
}

.entete
 {
	position:fixed;
 }
.boxes{
	z-index:5;
    background:#ffffff url('../images/advertise.jpg') no-repeat;
	border: #bbbbbb 1px;
	display: block;
	width:820px;
	height:180px;
	margin: 0px auto;
	margin-bottom:10px;
	position:fixed;
}

div.boxes h2{
	color: #484848;
    font-family: georgia,serif;
    font-style: italic;
    font-weight: normal;	
	font-size: 30px;
    letter-spacing: -0.03em;
    line-height: 45px;
    margin: 0;
    padding: 40px 0 0 40px;
    width:50%;
}

.boxes_block{

	background: white ;
	width:820px;
	padding-top:190px;
}
