body
{
font-family: "trebuchet MS", arial, serif;
border: no-border;
width: 1024px;
margin: auto;
background-image: url("picture/fond2.jpg");
background-color: rgb(0,0,0);
background-attachment: fixed;
background-repeat: repeat-y;
background-position: center;
color: rgb(0,0,0);
}
#banniere
{
margin: auto;
margin-top: 25px;
margin-bottom: 10px;
width:747px;
height:200px;
background-image: url("picture/banniere.png");
background-repeat: no-repeat;
}
a
{
text-decoration: none;
color: rgb(0,0,0);
}
a:hover
{
text-decoration: non;
color: red
}
#menu a
{
color: rgb(300,300,300)
}
#menu
{
color: rgb(300,300,300);
background-color: rgb(83,59,28);
padding: 10px;
margin: 25px;
float: left;
width: 200px;
border: 1px solid black;

}
.element_menu ul
{
list-style-image: url("picture/puce.gif");
}
.pub
{
padding: 20px;
}



#corps
{
padding-right: 15px;
margin-left: 275px;
}
.titre
{
text-decoration: underline;
text-transform: capitalize;
}
#pied_de_page
{
   padding: 5px;
   clear: both;
   text-align: center;
   border: no-border;
}
