﻿body
{
 width: 90%;
margin-left: auto;
margin-right: auto;
background-color: #B7002E;
font-family: Arial, "time New Roman", Times, sans-serif;
}
a
{
color: #F7E444;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
#logo
{
width: 200px;
height: 168;
position: absolute;
top: 0px;
left: 0px;

background: url("images/logo.gif") no-repeat;
}
h1
{
text-indent: -50000px;
}
#en_tete
{
height: 109px;
border: 2px dotted #F7E444;

background: url("images/header.png") no-repeat center #B7002E;
}
#menu
{
width: 20%;
float: left;
}
.sous_menu
{
margin-top: 20px;
background-color: #B7002E;
color: #F7E444;
border: 2px dotted #F7E444;
}
.sous_menu h3
{
color: #FFFFFF;
text-align: center;
}
.sous_menu h5
{
color: #FF9900;
text-align: center;
}
#corps
{
margin-left: 22%;
margin-top: 20px;
padding: 10px;

border: 2px dotted #F7E444;
color: #E3AB57;
background-color: #B7002E;
text-align: justify;
}
#corps h2
{
text-align:center;
color: #FFFFFF;
}
#pied_de_page
{
clear: left;
margin-top: 30px;
padding: 5px;
background: url("images/logo.gif") no-repeat bottom right #B7002E;
color: #E3AB57;
text-align: center;
border: 2px dotted #F7E444;
}






