body {
margin-top: 0;
font-family: Arial;
font-size: 12px;
text-align: center;
background-color: #969696;
}

.header_container {
width: 920px;
height: 345px;
margin: auto;
background-image: url('images/fond_header_container.png');
background-repeat: no-repeat;
background-position: center;
}

a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #FF5A01;
text-decoration: none;
}

h1 {
color: #FF5A01;
font-weight: bold;
font-size: 20px;
letter-spacing: 2px;
text-transform: uppercase;
}

.header {
float: left;
margin: auto;
width: 920px;
height: 200px;
background-image: url('images/header.png');
background-repeat: no-repeat;
}

.menu {
font-family: Arial;
font-size: 12px;
color: #FFFFFF;
text-transform: capitalize;
font-weight: bold;
}

.menu a:link {
color: #FFFFFF;
text-decoration: none;
}

.menu a:visited {
color: #FFFFFF;
text-decoration: none;
}

.menu a:hover {
color: #808080;
text-decoration: none;
}

.corps {
margin: auto;
width: 920px;
background-image: url('images/fond_corps.png');
background-repeat: repeat-y;
background-position: center;
}

.texte {
margin: auto;
width: 880px;
background-color: #FFFFFF;
text-align: justify;
}

.footer {
margin: auto;
width: 920px;
height: 150px;
background-image: url('images/footer.png');
background-repeat: no-repeat;
}

.footer_texte {
color: #FFFFFF;
font-size: 10px;
letter-spacing: 1px;
}

.footer_texte a:link {
color: #FFFFFF;
text-decoration: none;
}

.footer_texte a:visited {
color: #FFFFFF;
text-decoration: none;
}

.footer_texte a:hover {
color: #FF5A01;
text-decoration: underline;
}
