@charset "UTF-8";
/* CSS Document */

#page {
background:url(/image/fond.jpg);
height:490px;
width:650px;
margin:50px auto;
}

#header {
height:270px;
width:640px;
margin:0;
}

#titre {
font-size:23px;
text-align:center;
color:#436783;
height:30px;
width:638px;
margin:10px 0 0 0;
}

#content {
font-size:22px;
text-align:center;
color:#000;
height:100px;
width:640px;
margin:auto;
}

#footer {
text-align:center;
color:#436783;
height:100px;
width:640px;
}

#footer h2{
font-size:20px;
color:#436783;
margin:0;
}

#footer p{
font-size:15px;
color:#436783;
margin:0;
}
