@charset "utf-8";
/* CSS Document */
#container
{
margin:0 auto;
width:966px;
height:100%;
text-align:center;
}
#header
{
margin:0 auto;
width:963px;
height:234px;
/*background:url(images/logo.jpg) no-repeat;*/
}
#content
{
margin:0 auto;
width:963px;
height:100%;
padding-left:3px;
}
#col_left
{
float:left;
margin-top:10px;
width:225px;
height:100%;
}
#centrale
{
float:left;
margin-top:10px;
width:738px;
height:auto;
}
#footer
{
background:url(images/footer.jpg) no-repeat;
clear:both;
width:966px;
margin-top:10px;
height:45px;
color:#FFFFFF;
font-family:verdana;
font-size:10px;
}
