body {
background-color : #F1F1F1;
margin : 0px;
font-family : sans-serif;
}

#principal {
position : absolute;
width : 900px;
left : 50%;
margin-left : -450px;
background-color : #FFFFFF;
}

#entete {
position : relative;
height : 120px;
background-color : #FF9900;
color : #AAFFFF;
font-family : serif;
background-image : url(logotop_fra_petit.jpg);
background-repeat : no-repeat;
}

#entete p {
position : absolute;
top : 60px;
width : 900px;
margin-top : -0.5em;
margin-left : 60px;
font-size : 160%;
text-align : center;
color : #FFFFFF;
}

#bloc_menu {
position : absolute;
top : 120px;
left : 0px;
width : 120px;
height : 1100px;
background-color : #FF9900;
text-align : center;
font-family : sans-serif;
font-size : 70%;
}

a.menu {
text-decoration : none;
color : #FFFFFF;
line-height : 2em;
}

a.menu:hover {
text-decoration : none;
color : #FFFFFF;
font-weight : bold;
line-height : 2em;
}

#bloc_principal {
position : absolute;
top : 140px;
left : 160px;
width : 740px;
background-image : url(fond.jpg);
}

.contenu {
font-size : 80%;
line-height : 1.4em;
text-align : justify;
font-family : sans-serif;
}

.contenu td {
font-size : 80%;
}

.libelle {
text-align : right;
}

h2 {
width : 550px;
font-family : sans-serif;
font-size : 100%;
color : #B00000;
}

li {
font-size : 90%;
}


