﻿body
{
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;	
}

/*-------------------------------

	Structure du site

---------------------------------*/

#Conteneur 
{    
	width:100%;
	margin:auto;
	background-color:#FFFFFF;
}

#Header 
{
    height:126px;
    padding:0;
    margin:0;
    min-width:700px;
	/*_width:750px;*/
}

#HeaderHaut 
{
	border-top: 1px solid #FF9900;	
	border-bottom: 1px solid #FF9900;	
	padding-top:2px;
	height:84px;
}

#Header #HeaderHaut #HeaderGauche 
{
	float:left;
	height:82px;
}
#Header #HeaderHaut #HeaderDroit
{
	float:right;
	height:82px;
}

.spacer {
	clear : both;
}
.spacerLeft {
	clear : left;
}

/*****************************

    Footer
    
*****************************/
#Pieds
{
    color:#001854;
    font-size:11px;
    height:38px;
    margin-top:1px;
    display:block;
    clear:both;
    background:url("../images/Commun/RepeatFooterX.jpg") repeat-x;
    border-bottom: 1px solid #FF9900;
    min-width:700px;
	/*_width:750px;*/
}

#Pieds div
{
	float:right;
}

/*****************************

    Centre
    
*****************************/

#ZoneCentre {
	background-color: white;
	min-height : 567px;
	_height : 567px;
	min-width:700px;
	background:url('../images/home/FondZoneCentreHome.jpg') no-repeat top right;
	background-color:White;
	border: 1px solid #FF9F01;
}