body
    {
    margin: 0;
    padding: 0;
    color: #333;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background: #F0E4E4;
    text-align: center;
    }
a
    {
    color: #307082;
    }
a:hover
    {
    color: #D60808;
    }
#page
    {
    margin: 0 auto;
    width: 724px;
    position: relative;
    background: #fff;
    padding: 0 10px 0 10px;
    text-align: left;
    }
#header
    {
    padding-top: 0px;
    }
#page  #header p
    {
    font-size: 11px;
    height: 171px;
    background: url("background.jpg") no-repeat;
    margin: 0;
    width: 724px;
    color: #fff;
    font: 12px/150% Trebuchet MS;
	padding: 10px 530px 0 30px;
    display: block;
    }

#texte
    {
    margin: 0px 20px 0 200px;
	padding:5px;
    }
#texte p
    {
    line-height: 150%;
    margin: 10px 0 10px 0;
    }
#texte h3
    {
margin: 40px 0 10px 0;
    }
#partenaire
    {
    position: absolute;
    top: 240px;
    left: 0;
    width: 180px;
    }
ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px;
    }
ul li
    {
    font-size: 13px;
    display: block;
    padding: 5px 0;
    }
ul li a
    {
    text-decoration: none;
    display: block;
    font-size: 13px;
	    border-bottom: 1px solid #E6EEF0;
    }
ul li a:hover
    {
    color: #D60808;
    }
#footer
    {
    background: url("footer.gif") no-repeat;
    color: #fff;
    height: 48px;
    text-align: center;
    padding: 0 10px 0 0;
	margin-left:228px;
	margin-top:10px;
    line-height: 26px;
    font-size: 11px;
    }
#footer a
    {
    color: #fff;
    text-decoration: none;
    }
#footer a:hover
    {
    text-decoration: underline;
    }

