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

#header{
background:#636975;
height:116px;
background-image:url(../images/bandeauHaut.jpg);
border-bottom:solid 1px #96989a;
}

#content{
background-image:url(../images/fondPage.jpg);
border-bottom:solid 1px #282e39;
height:970px;
}

#col-1{
position:absolute;
top:116px;
left:140px;
width:668px;/*Egale à la largeur page - col-2 - 10/20 px pour éviter les retours lignes imprevues */
height:365px;
margin-top:5px;
overflow:auto;
line-height:15px;
}

#col-2{
float:left;
width:134px;
}

#col-3{
background:#FFFFFF;
border:solid 1px #cccccc;
float:right;
width:130px;


}

#footer{
border-top:solid 1px #96989a;
background-color:#59616c;
background-image:url(../images/fondBas.jpg);
clear:both;
height:147px;

}


