body
{
background-image: url("images/background.jpg");
margin: auto;
}

#en_tete
{
margin: auto;
margin-top: 2%;
margin-bottom: 2%;
height: 120px;
width: 650px;
font-size: 10px;
}

#menu_g
{
padding: 1%;
text-align: center;
float: left;
position: relative;
top: 40px;
margin-left: 2%;
margin-right: 2%;
border-color: #507383;
border-width: 2px;
border-style: solid;
background-image: url("images/background_menu.jpg");
height: 500px;
width: 13%;
font-size: 100%;
}

#menu_d
{
padding: 1%;
text-align: center;
position: relative;
top: 40px;
margin-left: 2%;
margin-right: 2%;
float: right;
border-color: #507383;
border-width: 2px;
border-style: solid;
background-image: url("images/background_menu.jpg");
height: 380px;
width: 13%;
font-size: 100%;
}

#corps
{
margin: auto;
border-color: #507383;
border-width: 2px;
border-style: solid;
padding: 20px;
background-image: url("images/background_corps.jpg");
height: 630px;
width: 55%;
overflow: auto;
}

#pied
{
margin-top: 2%;
margin-bottom: 2%;
text-align: center;
color:#d1d7d9;
}

img
{
border: none;
}

p
{
font-family: Helvetica, "Comic sans MS", "Times New Roman", serif;
font-size: 90%;
}

h1
{
text-align: center;
font-weight: bold;
}

h2
{
font-size: 90%;
font-style: italic;
}

h3
{
font-size: 105%;
}

a
{
color:#507383;
text-decoration: none;
}

a:hover
{
color:#4d4d4d;
text-decoration: underline;
}
