﻿body 
{
    background-color:White;
    text-align:left;
    
    font-family:Arial;
    font-size:11px;
    font-weight:normal;
    color:Black;   
}

.entete
{
    background-image:url(Images/slogan.jpg);
    background-repeat:no-repeat;
    background-color:White;
    position:relative;
    width:995px;
    height:150px;
    margin-left:auto;
    margin-right:auto;
    font-weight:normal;
}

.corps
{
    background-color:#ffffff;
    position:relative;
    text-align:justify;
    margin-left:auto;
    margin-right:auto;
    width:995;
    height:100%;
    border-left:#72a3ff 1px solid;
    border-right:#72a3ff 1px solid;
    border-bottom:#72a3ff 1px solid;
    
}

.rotator
{
    top:25px;
    right:25px;
    position:absolute;
}

#navigateur
{
    background-image:url(Images/Menus.jpg);
    background-repeat:no-repeat;
    background-position:top;
    top:160px;
    text-align:left;
    background-color:#ffffff;
    float:left;
    border-top:#72a3ff 1px solid;
    width:150px;
    height:auto;
       
}

#news
{
    top:160px;
    background-image:url(Images/news.gif);
    background-repeat:no-repeat;
    background-position:top;
    border-top:#72a3ff 1px solid;
    float:right;
    width:150px;
     
}

#contenu
{
    background-color:White;
    padding:10px;
    margin-left:151px;
    margin-right:151px;
    font-size:14px;
    height:100%;
    border-top:#72a3ff 1px solid;
    border-left:#72a3ff 1px solid;
    border-right:#72a3ff 1px solid;
    
}

.pied_page
{
    background-color:#72a3ff;
    border-left:#116591 1px solid;
    border-right:#116591 1px solid;
    border-top:#116591 1px solid;
    border-bottom:#116591 1px solid;
    bottom:0px;
    width:995px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    position:relative;
}

#apropos
{
    float:right;
    right:2px;
    bottom:1px;
    font-size:10px;
    width:130px;
    text-align:right;
    position:absolute;
    
}