/* Mise en forme de la page */

body {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
background-color : #FFFFFF;
width : 100%;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
text-align : justify;
}



/* Titres */


h1 {
font-size : 17px;
font-family : sans-serif;
text-decoration : overline;
}

h2 {
font-size : 14px;
font-family : Verdana;
}

h3 {
font-size : 14px;
font-family : sans-serif;
}



/* Découpe */

div#header {
background-image : url(img/header.png);
background-repeat : no-repeat;
height : 132px;
width : 800px;
margin-left : auto;
margin-right : auto;
}

div#menu {
background-image : url(img/menu.png);
background-repeat : no-repeat;
height : 110px;
width : 856px;
margin-left : auto;
margin-right : auto;
text-align : center;
font-size : 12px;
font-family : arial, verdana, sans-serif;	
}


div#contenuBg {
background-image : url(img/contenubg.png);
background-repeat : repeat-y;
height : 500px;
width : 800px;
margin-left : auto;
margin-right : auto;
position : relative;
}

div#footer {
background-image : url(img/footer.png);
background-repeat : no-repeat;
height : 75px;
width : 800px;
margin-left : auto;
margin-right : auto;
}



/* Liens */

a:link {
color : #000000;
}

a:visited {
color : #000000;
}

a:hover {
color : #75a826;
text-decoration : overline;
}

