 /* Parametres globaux de la page  */

body
{
background: #fff url(img/fond-page.gif) repeat-y 50% 0;
color: #000000;

margin: 0px;
padding: 0px;

}

img {border:0 }

/* Police par defaut */

body, h1, h2, h3, h4, p, td, ul, li
{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #666; 
line-height: 150%; }

/* Taille des polices par defaut */

body, p, td, ul
 { font-size: 11px; }

h1
 { font-size: 1.8em; }

h2
 { font-size: 1.4em; }

h3
 { font-size: 1.2em; }

h4
 { font-size: 1em; }

/* Espacement des blocs */

ul
{
margin-top:0;
padding-top:0;
}

p
{
margin-top: 0;
margin-bottom: 1.33em;
}

h1
{
margin-top: 0em;
margin-bottom: 1.33em;
}

h2
{
margin-top: 0em;
margin-bottom: 1.33em;
}

h3
{
margin-top: 0;
margin-bottom: 0;
}


/* Propriétés des liens */

a
{
color: #A63E49;
text-decoration: none;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
}

a.liensuite
{
background: url(img/fleche.gif) no-repeat;
padding-left:18px;
}

/* Propriétés de textes et de zones spécifiques */

#page
{
width:770px;
position:relative;
left:50% ;
margin-left:-385px;

/* IE Mac ne voit pas l'astérisque qui suit l'antislash \*//*/
left:0;
margin-left:10px;  
 /**/

}


#contenu 
{ 
width: 560px; 
float:right; 
margin-left:6px; 
margin-top:10px; 
margin-right:15px; 
} 

#menu 
{ 
margin-left:6px; 
margin-top:18px; 
float:left; 
} 
 
.blocmenu 
{ 
margin-bottom:22px; 
/* border-bottom:1px solid #5D9FEB; */ 
} 
 
#menu a.niveau0 
{ 
display: block; 
padding:4px; 
width:160px; 
font-size:13px; 
color: #666; 
/* background:#006DEB; */ 
background:#fff; 
line-height:1.5em; 
padding-top:0; 
padding-bottom:0; 
border-bottom:1px solid #A63E49; 
} 
 
 
#menu a.niveau1 
{ 
display: block; 
padding:4px; 
width:160px; 
font-size:12px; 
color: #A63E49; 
background: #fff; 
padding:0px; 
padding-left:8px; 
width:158px; 
line-height:1.5em; 
} 
 
 
#menu a.niveau2 
{ 
display: block; 
padding:4px; 
width:160px; 
font-size:10px; 
color: #D36F79; 
background: #fff; 
padding:0px; 
padding-left:16px; 
width:150px; 
line-height:1.2em; 
border-bottom:1px dotted #ccc; 
} 


#footer
{
margin-top: 1em;
text-align: center;
clear: both;
font-size: 10px;
}

#footer p

{
color: #111111;
}

#infodetteune
{
border:1px solid #999;
padding:4px;
padding-top:2px;
}

#contenudette 
{ 
width: 520px; 
float:right; 
margin-left:6px; 
margin-top:10px; 
margin-right:15px; 
} 

#contenudette a
{
color: #ED1C24;
text-decoration: none;
font-weight: bold;
}