/* CSS Document */

<style type="text/css">

body{
margin:0 0 0 0;
background: white;
}
#Layer1 {
	position:relative;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
	z-index:13;
}
#menu {
	position:absolute;
	left:15px;
	top:-135px;
	width:158px;
	height:402px;
	z-index:1;
}
#menu_up li {
    margin: 0; 
    padding: 0;
    display: inline;
	
}
#menu_up a{
    float: left;
    height: 32px;
	width:150px;
    text-align: center;
    background: url(images/menu.gif) no-repeat;
}
#menu_up a:hover
{
	background: url(images/menu_on.gif) no-repeat;
}
#active a:link, #active a:visited, #active a:hover
{
	background: url(images/menu_on.gif) no-repeat;
}
.Style1 {font-family: Geneva, Arial, Helvetica, sans-serif}
.Style2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px
}
.Style4 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:10px
}
.Style3 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#contenu {
	position:absolute;
	left:177px;
	top:-134px;
	width:600px;
	height:382px;
	z-index:14;
	overflow: scroll;
}
#Layer2 {
	position:absolute;
	left:23px;
	top:269px;
	width:749px;
	height:17px;
	z-index:14;
}

/* et hop un petit CSS pour l'infobulle*/
a.info {
   position: relative;
   color: black;
   font-size:10px;
   text-decoration: none;
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 0px; /* on positionne notre infobulle */
   left: 30px;

   background: #FDC689;

   color: #000000;
   padding: 3px;

   border: 2px solid #FF8500;
   border-left: 8px solid #FF8500;
}
</style>
