/**********************************
===========================================================================
     => Elements Gabarits <=
===========================================================================
/**********************************/


#contener,#header,#navigation,#bottom,#copyright,#main,#pied,#copyright{
width:990px;
margin:0 auto;
/*border:1px solid red;*/
}
#contener{
overflow:hidden;
position:relative;
/*border:1px solid red;*/
}
#header,#headerUs{
background:url(header.jpg) no-repeat left top;
height:230px;
position:relative;
z-index:1;
}
#headerUs{
background:url(headerUs.jpg) no-repeat left top;
}
#navigation{
background:url(search.jpg) no-repeat center top;
position:relative;
height:40px;
z-index:2;
}
#main{
overflow:hidden;
min-height:500px;
/*border:1px solid red;*/
}
#left{
float: left;
width: 220px;
vertical-align:top;
/*border:1px solid red;*/
}
#leftCenter{
float:left;
width:255px;
margin:20px 0 0 0;
/*border:1px solid red;*/
}
#center{
width:770px;
margin-left:220px;
text-align:left;
vertical-align:top;
min-height:500px;
_position:absolute;
_margin:-50px 0 0 0;
background:#000 url(haut-main.jpg) no-repeat left top;
/*border:1px solid red;*/
}
#centerInt{
width:732px;
text-align:left;
vertical-align:top;
}
#blocCentre{
padding:10px 0 10px 10px;
}
#right{
float:right;
width:180px;
/*border:1px solid red;*/
}
#rightCenter{
margin:20px 0 0 285px;
width:255px;
/*border:1px solid red;*/
}
#pied{
}
#copyright{
/*border:1px solid red;*/
}

/* IE 6.00 */

#mainIe6{
border-collapse:collapse;
width:100%;
}
#mainIe6 td{
border-spacing:0;
}
#centerIe6{
width:630px;
}
#leftIe6,#rightIe6{
width:180px;
vertical-align:top;
border:1px solid red;
}



