/* layout.css */ #header { background-image: url(../images/header.jpg); width: 802px; height: 155px; margin 0px; padding 0px; position: relative; } #pagewidth{ background-color: #ffffff; width:752px; /* largueur body*/ text-align:left; margin-left:auto; margin-right:auto; } #leftcol{ width:148px; float:left; position:relative; border-right: 1px solid #EFEFEF; } #twocols{ width:600px; /* Centrage body */ float:right; position:relative; } #rightcol{ /* plus untiliser
*/ width:148px; float:left; position:relative; border-left: 1px solid #ba55d3; /* #EFEFEF */ } #maincol{background-color: #FFFFFF; border:0px solid #ff0000; float: left; display:inline; position: relative; width:650px; /*largueur body*/ } #footer{ color: #1e90ff; text-align: center; height:15px; background-color:#D9D1D1; clear:both; width:800px; }