body
{
width:760px;
margin:auto;
margin-top:20px;
margin-bottom:20px;

background-image:url("images/background.jpg");
background-attachment:fixed;
}
#en_tete
{
width:750px;
height:150px;
margin:auto;
margin-top:5px;

border:1px orange solid;
background-color:black;
color:silver;
font-size:xx-large;
text-align:center;
}
#menu
{
width:700px;
margin:auto;
margin-bottom:20px;

border:1px orange solid;
background-color:black;
color:silver;
text-align:center;
}

#corps
{
margin-left:5px;
margin-right:5px;
margin-bottom:20px;

border:1px orange solid;
background-color:black;
color:silver;
}
#corps h1
{
font-size:large
}
#corps h2
{
text-align:center;
}
#corps a
{
color:orange;
text-decoration:underline;
}
#pied
{
margin-right:5px;
margin-left:5px;

border:1px orange solid;
background-color:black;
color:silver;
}


.element_menu_right ul
{
text-align:left;
list-style-position:outside;
}

.element_menu_right,#menu a
{
color:orange;
text-decoration:none
}

strong
{
color:orange;
}