*
{
padding: 0;
margin: 0;
}

body
{
background: url(images1/bg.jpg); 
font-family: Tahoma;
font-size: 11px;
}

#corps
{
background:  url(images1/corps2.jpg) repeat-y;
width:769px;
margin: auto;
min-height: 858px;
}

#header
{
width: 769px;
height: 275px;
}

#menu
{
float: left;
}


#rubriques
{
font-size: 14px;
color: #ffffff;
}

a
{
text-decoration: none;
color: black;
}

a:hover
{
color: #5610FA;
}

.bouton
{
background-image: url(images1/01_modif1.jpg);
background-repeat: no-repeat;
margin: 0 0 0 25px;
padding: 7px 0px 0px 15px;
width: 155px;
height: 31px;
}

#contenu
{
margin: 12px 0 20px 210px;
width: 553px;
}

#contenu h2
{
text-align: center;
}

#footer
{
background: url(images1/footer.jpg) no-repeat;
width: 769px;
height: 42px;
}

#copyright
{
margin: 0 0 0 275px;
padding: 17px 0 0 0;
font-size: 10px;
color: #4b2427
}

#copyright a
{
color: #4b2427
}

#copyright a:hover
{
color: #4b2427
}

li
{
list-style-type: none;
}




