html, body {
width: 100%;
height: 100%;
background-color: #ffffff;
margin: 0;
padding: 0;
overflow: auto;
font-family: Arial, Verdana;
font-size: 13px;
color: #333333;
text-align: justify;
}

h1{
font-size: 18px;
color: #F45054;
}
h2{
font-size: 16px;
color: #007CC4;
}

a {
color: #007DC5;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

img{
border: 0;
}

input,textarea{
border: 1px solid #999;
font-family: Arial, Verdana;
font-size: 10px;
color: #333333;
}

#page {
position: absolute;
background-color: #ffffff;
width: 770px;
left: 50%;
margin: 0;
padding: 0;
margin-left: -390px;
}

#haut {
background: transparent url(charte/bandeau.gif) 220px 10px no-repeat;
width: 780px;
height: 170px;
margin: 0;
padding: 0;
padding-top: 10px;
padding-left: 15px;
}


#contenu {

display: block;
width: 779px;
margin: 0;
padding: 10px;
padding-right: 0;
padding-left: 0;
}



#bas {
display: block;
width: 779px;
margin: 0;
padding: 10px;
padding-right: 0;
padding-left: 0;
margin-top: -5px;
text-align: center;
font-size: 10px;
color: #666666;
}
#bas a{
color: #FF9831;
text-decoration: none;
}
#bas a:hover{
text-decoration: underline;
}
#bas #ap{
float: right;
margin-top: -7px;
margin-bottom: -8px;
margin-right: 6px;
}
#bas #xh{
float: left;
margin-top: -7px;
margin-bottom: -8px;
margin-left: 6px;
}


#menu {
margin: 0;
padding: 0;
position: absolute;
left: 317px;
top: 84px;
}

#menu ul{
height:100px;
margin: 0;
padding: 0;
width: 470px;
height: 70px;
}
#menu li{
margin: 0;
padding: 0;
/*height: 100px;*/
list-style-type: none;
margin-right: 11px;
float: left;
display: block;
}

#menu li a{
position: absolute;
margin: 0;
padding: 0;
display: block;
}


#m1 a{
top: 60px;
left: 0;
width: 68px;
height: 30px;
background: transparent url(charte/menu.gif) 0 -60px no-repeat;
}
#m2 a{
top: 40px;
left: 70px;
width: 98px;
height: 30px;
background: transparent url(charte/menu.gif) -70px -40px no-repeat;
}
#m3 a{
top: 40px;
left: 180px;
width: 45px;
height: 25px;
background: transparent url(charte/menu.gif) -180px -40px no-repeat;
}
#m4 a{
top: 40px;
left: 235px;
width: 90px;
height: 27px;
background: transparent url(charte/menu.gif) -235px -40px no-repeat;
}
#m5 a{
top: 15px;
left: 315px;
width: 70px;
height: 28px;
background: transparent url(charte/menu.gif) -315px -15px no-repeat;
}
#m6 a{
top: 5px;
left: 395px;
width: 55px;
height: 33px;
background: transparent url(charte/menu.gif) -395px -5px no-repeat;
}

#m1 a:hover{
background-position: 0 -110px;
}
#m2 a:hover{
background-position: -70px -90px;
}
#m3 a:hover{
background-position: -180px -90px;
}
#m4 a:hover{
background-position: -235px -90px;
}
#m5 a:hover{
background-position: -315px -65px;
}
#m6 a:hover{
background-position: -395px -55px;
}

#menub{
text-align: center;
margin-left: 180px;
margin-top: 10px;
font-size: 11px;
padding: 3px;
border-top: solid 1px #F45054;
border-bottom: solid 1px #F45054;
width: 450px;
}

#menub a{
color: #666666;
text-decoration: none;
}

#menub a:hover{
color: #FF9831;
text-decoration: underline;
}

.titre{
font-size: 15px;
color: #867D6F;
font-weight:bold;
}

.soustitre{
font-size: 13px;
color: #B40500;
font-weight:bold;
}

.tableau{
border-collapse: collapse;
}
.tableau td{
padding: 5px;
border: solid 1px #FF9831;
text-align: center;
}