#main{
width:970px; 
position: relative;
margin:0 auto; 
text-align:left;
border-left:solid 1px #cccccc;
border-right:solid 1px #cccccc;
}

#header{
background-image:url(../images/bandeau.png);
height:220px;
}

#col-1{
background:#FFFFFF;
float:right;
width:650px;/*Egale à la largeur page - col-2 - 10/20 px pour éviter les retours lignes imprevues */

}

#col-2{
background:#FFFFFF;
border-right:solid 1px #cccccc;
float:left;
width:285px;

}

#footer{
background:#495c7c;
clear:both;
min-height:150px;
text-align:center;
color:#FFFFFF;
font-size:10px;
}
#footer a{
color:#88857B;
}

