/* CSS Document */

/* normalise les marges et le remplissage */
*{ margin: 0; padding: 0; }

html{
width:100%;
height:100%;
}

body{
position:relative;
text-align:left;
font: 70% Arial, Verdana, helvetica, sans-serif;
width:100%;
height:100%;
background:#fff url(images/background.jpg) top no-repeat;
}

img{
border:none;
}

div#container{
width:950px;
height:608px;
margin:auto;
font-size:12px;
text-align:center;
}

div#nav{
width:215px;
float:left;
}

div#content{
width:735px;
height:608px;
float:left;
}

div#centre{
width:735px;
height:480px;
float:left;
}

div#footer{
width:735px;
height:80px;
float:left;
}