body {
background-color: #f7a228;
margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
	
}

a {
font-family: Georgia, Times New Roman, Times, serif;
font-weight: bold;
color: #683118;
}

#page {
width: 600px;

margin:0 auto;

}

#header {
margin: 10px;
width: 600px;
height: 100px;
background-image: url(images/header.png);
background-repeat: no-repeat;
text-align: center ;
font-weight: bold;
z-index: 5;
}

#menu {
position: absolute;
width: 600px;
margin:0 auto;
text-align: center ;
z-index: 5;
}

#menu1 {

width: 25%;
text-align: center ;
float: left;
z-index: 5;
}

#menu2 {
width: 25%;
float: left;
text-align: center ;
}

#menu3 {
width: 25%;
float: left;
text-align: center ;
}

#menu4 {
width: 25%;
float: left;
text-align: center ;
}

#promo {
position: relative;


left: -25px;
width: 224px;
height: 238px;
background-image: url(images/promo.png);
z-index: 1;
float: left;
}

#texte {
position: relative;
margin-top: 100px;
margin-right: 30px;

}