body
    {
    margin: 0;
    padding: 0;
    color: #333;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background: #E2EBED;
    text-align: center;
    }
a
    {
    color: #307082;
    }
a:hover
    {
    color: #D60808;
    }

#contenu_page
    {
    margin: 0 auto;
    width: 724px;
    position: relative;
    background: #fff;
    padding: 0 10px 0 10px;
    text-align: left;
    }
#rappel
    {
    padding-top: 15px;
    }

#contenu_page #entete #rappel .p1
    {
    font-size: 11px;
    height: 171px;
    background: url(images/background.jpg) no-repeat;
    margin: 0;
    width: 724px;
    color: #fff;
    font: 12px/150% Trebuchet MS;
    }
#contenu_page #entete #rappel .p1  span
    {
    padding: 30px 530px 0 30px;
    display: block;
    margin: 0;
    font: 12px/150% Trebuchet MS;
    }

h1
    {
    width: 156px;
    height: 25px;
    overflow: hidden;
    margin: 0;
    }

#Corps_De_Texte
    {
    margin: 0 20px 0 243px;
    }
#Corps_De_Texte p
    {
    line-height: 150%;
    margin: 10px 0 10px 0;
    }
/* Balise Title pour avoir les titres du content en rouge 
------------------------------------------------------------------------- */
.Title
    {
	color: red;
	font-size:larger;
    }

#Liste_liens
    {
    position: absolute;
    top: 235px;
    left: 0;
    width: 210px;
    }

#Liste_liens h1
    {
	font-weight: bold;
	font-size:large;
 	margin-left: 10px;
    }

#Pied_De_Page
    {
    background: url(images/footer.gif) no-repeat;
    align: center;
    color: #fff;
    height: 48px;
    text-align: right;
    padding: 0 10px 0 0;
    line-height: 26px;
    font-size: 11px;
    }
#Pied_De_Page a
    {
    color: #fff;
    text-decoration: none;
    }
#Pied_De_Page a:hover
    {
    text-decoration: underline;
    }
