body
{
background-color: #33CCCC;
}

.banniere
{
background-image: url('../banniere.png');
background-repeat: no-repeat;
height: 141px;
width: 435px;
margin-left: 13%;
margin-top: 30px;
}

.banniere-ecrite
{
position: absolute;
left: 30%;
top: 135px;
color: #FFFFFF;
font-size: 19px;
font-family: Georgia, serif;
}

.menu-compte
{
float: right;
margin-right: 3%;
margin-top: -7px;
border: 1px solid #5983FF;
background-color: #5983FF;
-moz-border-radius: 7px;
padding: 5px;
width: 26%;
}

.menu-compte .cellule-gauche
{
color: #FFFFFF;
padding-top: 3px;
padding-left: 7px;
padding-right: 3px;
}

.menu-compte .cellule-droite
{
float: right;
color: #FFFFFF;
padding-right: 7%;
text-align: left;
}

.menu-compte a
{
font-size: 19px;
text-decoration: none;
color: #FFFFFF;
}

.menu-compte a:hover
{
font-size: 19px;
text-decoration: none;
color: #FF9900;
}

.pub
{
position: absolute;
top: 100px;
left: 73%;
padding: 4px;
}

.menu-horizontal
{
background-image: url('../menu_principal.png');
background-repeat: repeat-x;
height: 60px;
margin-left: -7px !important;
margin-right: -6px !important;
padding-left: 15%;
}

.menu-horizontal a
{
display: block;
float: left;
font-size: 25px;
margin-right: 7%;
text-decoration: none;
font-family: Georgia, serif;
color: #FFFFDD;
padding: 15px;
}

.menu-horizontal a:hover
{
display: block;
float: left;
font-size: 25px;
margin-right: 7%;
text-decoration: none;
font-family: Georgia, serif;
color: #FF9900;
padding: 15px;
background-image: url('../menu_principal-h.png');
background-repeat: repeat-x;
}

.ligne-footer
{
background-image: url('../ligne-footer.png');
background-repeat: repeat-x;
height: 3px;
margin-left: -7px !important;
margin-right: -6px !important;
}

.footer
{
font-family: Georgia, serif;
font-size: 13px;
color: #FFFFDD;
margin-top: 5px;
text-align: center;
}

.coin-haut-gauche
{
background: url('../coin-haut-gauche.png') left top no-repeat;
height: 11px;
margin-top: 20px;
padding-left: 11px;
margin-left: 8%;
}

.coin-haut-droit
{
background: url('../coin-haut-droit.png') right top no-repeat;
height: 11px;
margin-top: 20px;
padding-right: 11px;
margin-right: 100px;
}

.bordure-haut
{
height: 11px;
background-color: #FFFFFF;
margin-top: 20px;
}

.coin-bas-gauche
{
background: url('../coin-bas-gauche.png') left top no-repeat;
height: 11px;
margin-bottom: 20px;
padding-left: 11px;
margin-left: 8%;
}

.coin-bas-droit
{
background: url('../coin-bas-droit.png') right top no-repeat;
height: 11px;
margin-bottom: 20px;
padding-right: 11px;
margin-right: 100px;
}

.bordure-bas
{
height: 11px;
background-color: #FFFFFF;
margin-bottom: 20px;
}

.corps
{
margin-left: 8%;
margin-right: 100px;
min-height: 300px;
background-color: #FFFFFF;
padding: 8px;
font-family: Georgia, serif;
font-size: 16px;
overflow: hidden;
}

.corps h2
{
padding: 0 0 0 10px;
margin: 0px;
color: #5983FF;
}