body {
height:;
width:;
margin:0;
padding:0;
background-image:url('fond.png');
}
#background{
height:770px;
width:990px;
margin:30px auto;
padding:0;
background-image:url('background.jpg');

}
#background .menu{
height:300px;
width:90px;
margin:230px 0 0 110px;
padding:0;
position:absolute;

}
#background .menu a{
text-decoration:none;
color:black;

}
#background .menu a:hover{
color:orange;
}
#background .menu a:active{
color:red;
}
#background .conteneur{
position:absolute;
margin:200px 0 0 250px;
overflow:auto;
height:450px;
width:600px
}
#background .conteneur p{
color:white;
text-align:justify;
width:550px;
}
#background .conteneur  form{
color:white;
text-align:justify;
}
#background .conteneur  h1,h2{
color:yellow;

}
#background .conteneur p img{
float:left;
margin:15px;
}
#background .conteneur  table  a{
	color:black;
	border:none;
}
#background .conteneur  table  td{
	color:white;
	border:none;
	width:215px;
}