html, body {
margin:0;
padding:0;
line-height:120%;
font-family:
}

img {
border:0;
}

body {
background: #EAE9E5 url(img/fond-page.jpg) top center no-repeat fixed; 
}

body, h1, h2, h3, h4, td, ul, li, p {
font-family: arial, verdana, sans-serif;
line-height:120%;
}

body,td,th,p,ul,li {
	color: #333;
font-size:14px;
}

p {
margin-top:1em;
}

a {
color:#91A525;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

li {
margin:0.7em 0;
}

h1 {
color:#91A525;
font-size:20px;
margin-top:1.3em;
margin-bottom:1em;
}

h2 {
color:#91A525;
font-size:14px;
}

p,td,th,p,ul,li  {
font-size:12px;
}


/*Proprietes des zones pour la mise en page*/ 
 
#page 
{ 
padding-top:20px;
width: 830px; 
position:relative; 
left:50%; 
margin-left:-415px; 
} 

#drapeaux
{
float:right;
}
 
#contenu 
{ 
width: 590px; 
float:right; 
margin:0 30px 20px 10px; 
} 

#contenu p {
margin:0 0 1em 0;
}

#menu {
width:140px;
float:left;
}

#menu img {
margin-bottom:20px;
}
 
#menu a {
text-transform:uppercase;
color:#000;
border-bottom:1px solid #B7D02F;
display:block;
padding:6px 5px;
margin:0;
font-weight:normal;
font-size:13px;
}

#menu a.courante {
color:#B7D02F;
font-weight:bold;
}

#menu a.sousniveau {
text-transform:none;
color:#000;
border-bottom:0;
padding:6px 0 6px 12px;
margin:0;
font-weight:normal;
font-size:11px;
}

#menu a.sousniveaudernier {
text-transform:none;
color:#000;
padding:6px 0 6px 12px;
margin:0;
font-weight:normal;
font-size:11px;
}


#footer 
{ 
margin-top:20px; 
margin-bottom:10px; 
padding-top:30px; 
} 



