body {
margin : 5px;
text-align : center;
font-family : verdana;
font-size : 12px;

}
a {
text-decoration : none;
color : #000;
}
div {
text-align : center;
margin : auto;
}
.titre {
color : #faa01f;
text-align : left;
font-weight : bold;
}


div#total {
width : 745px;

border : 1px solid #000;
}



div#bandeau {
width : 745px;
height : 100px;
background : url("images/head.png");
color : #fff;
font-weight : bold;
}



div#info {
width : 744px;
background-color : #fff;
color : #000;
}
div#intro {
float : left;
width : 484px;
height : 150px;
margin : auto;
padding-left : 15px;
overflow : auto;
text-align : left;
}
div#news {
float : left;
width : 484px;
height : 150px;
margin : auto;
padding-right : 15px;
overflow : auto;
text-align : right;
}



div#main {
width : 744px;
background-color : #fff;
color : #000;
}
div#menu {
float : left;
width : 484px;

margin : auto;
padding-left : 15px;
overflow : auto;
text-align : left;
}
div#contenu {
float : left;
width : 494px;

margin : auto;
padding-left : 5px;
overflow : auto;
text-align : left;
}


div#pied_page {
clear : both;
width : 745px;
height : 15px;
color : #fff;
text-align : center;
margin-top : 140px;
background : #faa01f;
}


