

#entete
{
margin-left: auto;
  margin-right: auto;
  width: 800; /* largeur obligatoire pour être centré */
}
#menu
{
float:left;
width:100px;
}
a
{
text-decoration: none;
color:#152352;
}
a:hover
{
color:#152352;
text-decoration: underline;
}
a:active
{
color:#ffffff;
}
p
{
font-size:25px;
color:#ffffff;
font-family:Georgia;
}
h1
{
font-size:16px;
color:#ffffff;
font-family:Georgia;
border-bottom: 1px solid #ffffff;
}
h2
{
font-size:28px;
color:#ffffff;
font-family:Georgia;
}
.barre
{
width:305px;
margin-left:auto;
margin-right:auto;
display:block;
}
ul
{
margin:0;
padding:0;
}
li
{
border-bottom:1px solid #ffffff;
border-right:1px solid #ffffff;
margin-bottom:10px;
text-align:center;
list-style-type: none;
}
div
{
padding:10px;
}
#corps
{
text-align:center;
}
#fond
{
width:95%;
margin:auto;
background:url("images/fond.jpg") no-repeat fixed center center;
}
#pieds
{
text-align:center;
}
body
{
background-color: black;
}
