body {
color : #996633;
background-color : #996633;
font-family : Tahoma;
font-size : 14px;
text-align : center;
}

a:link {
color : #996633;
text-decoration : none;
}

a:visited {
color : #996633;
text-decoration : none;
}

a:hover {
color : #3366FF;
text-decoration : none;
}

.infos {
width : 1200px;
height : 50px;
color : #996633;
font-family : Papyrus;
font-size : 14px;
text-align : center;
background-image : url('images/fond1.png');
background-position : center;
background-repeat : no-repeat;
}

.header {
width : 1200px;
background-image : url('images/fond2.png');
background-position : center;
background-repeat : repeat-y;
}

.menu {
width : 1200px;
background-image : url('images/fond2.png');
background-position : center;
background-repeat : repeat-y;
font-family : Papyrus;
font-size : 17px;
text-align : center;
font-weight : bold;
color: #FFFFFF;
}

.menu a:link {
color : #FFFFFF;
text-decoration : none;
}

.menu a:visited {
color : #FFFFFF;
text-decoration : none;
}

.menu a:hover {
color : #CFDCF6;
text-decoration : none;
}


.site {
width : 1200px;
background-image : url('images/fond2.png');
background-position : center;
background-repeat : repeat-y;
}

.texte {
width : 900px;
}

.footer {
width : 1200px;
height : 50px;
color : #996633;
font-family : Papyrus;
font-size : 12px;
text-align : center;
background-image : url('images/fond3.png');
background-position : center;
background-repeat : no-repeat;
}