<!-- 
body {
margin: 0;
padding: 0;
background-color: #4d4d4d;
/*background-image: url("images/bg5_1.png");
background-repeat: no-repeat;
background-position: top center; /* old: top left*/
font: 80% verdana, arial, sans-serif;
font-size: .9em;
color: white; 	/*old: #b01010 */
text-align: center; /*old: justify */
}
/*a:link              { color:#b01010; text-decoration:none; }
a:visited           { color:#b01010; text-decoration:none; }
a:hover             { color:#800080; text-decoration:none; }
a:active            { color:white; text-decoration:none; }*/
a:link              { color:white; text-decoration:none; }
a:visited           { color:white; text-decoration:none; }
a:hover             { color:#ff5599; text-decoration:none; }
a:active            { color:#ff5599; text-decoration:none; }


#img_logo1{
position: absolute;
z-index: 99;
top: 30px;
left: 90px;
}#img_logo2{
position: absolute;
z-index: 99;
top: 30px;
left: 70px;
}
.titre{
font-size: 1.3em;
text-align: left;
font-style: italic;
font-weight: bold;
}
.titre2{
font: 80% verdana, arial, sans-serif;
font-size: 1.1em;
font-weight: bold;
text-decoration: underline;
}
#menu {
position: absolute;
margin-top:180px;
margin-left:10px;
text-align: center;
width:75px;
}
#global {
background-image: url("images/bg8.png");
background-repeat: no-repeat;
background-position: top center;
margin-left: auto;
margin-right: auto;
margin-top:30px;
width: 910px;
min-height: 700px; 
_height: 700px
text-align: left;
}

#texte {					
margin-left: auto;
margin-right: auto;
margin-top:120px;
width: 550px;
min-height: 700px;
_height: 700px;
text-align: justify;
}
#compteur {
position: absolute;
left:0;
top: 600px;
}

#nav
{
margin: 0;
padding: 0 0 20px 10px;
/*border-bottom: 1px solid #000;*/
font-size: 1em;
}

#nav ul, #nav li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#nav a:link, #nav a:visited
{
float: left;
line-height: 14px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #f17f99; /*old:  #7f250d*/
}

#nav a:link#actif, #nav a:visited#actif, #nav a:hover
{
border-bottom: 4px solid #ff5599; /*old:  #b01010*/
padding-bottom: 2px;
background: transparent;
color: #000;
}

#nav a:hover { color: white; }
-->
