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


#contener,#header,#navigation,#bottom,#copyright,#main,#pied,#copyright{
width:1000px;
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:150px;
position:relative;
z-index:1;
}
#headerUs{
background:url(headerUs.jpg) no-repeat left top;
}
#navigation{
background:url(fond-panier-nav.jpg) no-repeat center top;
position:relative;
height:43px;
z-index:2;
}
#main{
overflow:hidden;
min-height:500px;
background:#fff;
/*border:1px solid red;*/
}
#left{
float: left;
padding-left:5px;
padding-top:5px;
width: 210px;
vertical-align:top;
/*border:1px solid red;*/
}
#leftCenter{
float:left;
width:385px;
margin:10px 0 0 0;
/*border:1px solid red;*/
}
#center{
width:785px;
margin-left:215px;
text-align:left;
vertical-align:top;
min-height:500px;
_position:absolute;
_margin:-50px 0 0 0;
/*border:1px solid red;*/
}
#centerInt{
width:732px;
text-align:left;
vertical-align:top;
}
#blocCentre{
padding:0 5px 10px 5px;
}
#right{
float:right;
width:180px;
/*border:1px solid red;*/
}
#rightCenter{
margin:10px 0 0 389px;
width:385px;
/*border:1px solid red;*/
}

#side-search{
background:url(fond-recherche.jpg) no-repeat left top;
width:775px;
height:43px;
position:relative;
margin-bottom:5px;
}

#pied{
background:url(footer.jpg) no-repeat left top;
height:6px;
padding:15px 0;
}
#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;
}


