/* DEBUT BALISE HTML */
body, html{
background : white;
top : 0;
left : 0;
margin: 0;
padding: 0;
font-family: helvetica, arial, sans-serif;
color: #999;
font-size: 11px;
}
body{
text-align: left;
}
div {
margin: 0;
border: 0 none;
padding: 0;
text-align: left;
}
p{
margin: 0 0 12px 0;
}
a{
color: #999;
text-decoration: none;
}   
a:hover{
text-decoration: none;
}
img{
border: 0 none;
}
table{
border: 0 none;
border-collapse: collapse;
empty-cells: show;
}
td{
border: 0 none;
vertical-align: top;
}

h1{
font-size: 16pt;
font-weight: bold;
text-transform: uppercase;
color: #506020;
margin: 0 0 10px 0;
}
h2{
font-size: 13pt;
font-weight: bold;
color: black;
margin: 0 0 10px 0;
}
h3{
font-size: 12pt;
font-weight: bold;
color: #999;
margin: 0 0 10px 0;
}
/* FIN BALISE HTML */

/* DEBUT ZONES */
div#pos{
margin: 0px;
width: 100%;
}
div#entete{
float: left;
width: 100%;
height: 120pt;
}
div#logo{
float: left;
margin: 0 0 0 -160px;
}
div#entete-droite{
float: right;
width: 100px;
}
div#date{
float: right;
width: auto;
height: auto;
}
div#menu-general{
display: none;
}
div#corps{
float: left;
width: 100%;
margin: 20px 0 0 0;
color: black;
}
div#menu{
display: none;
}
div#cont{
float: left;
width: 100%;
}
div#cont-centre{
float: left;
width: auto;
margin: 0 0 10pt 0;
}
div#cont-droite{
float: left;
width: auto;
}
/* FIN ZONES */
/* DEBUT MENU-LIENS */
div#menu a{
text-decoration: none;
}
div#menu a:hover{
font-weight: bold;
text-decoration: none;
}
div#menu-general a{
text-decoration: none;
}
div#menu-general a:hover{
text-decoration: overline;
}
div#menu ul{
margin: 0;
padding: 0;
list-style-type: none;
text-transform: uppercase;

}
div#menu ul li{
margin: 0;
padding: 0 0 8px 0;
line-height: 14px;
}
/*FIN MENU-LIENS*/
/* DEBUT MISE EN FORME */
.txt_cont{
text-align: justify;
font-size: 11px;
line-height: 15px;
}
/* FIN MISE EN FORME */