a:link { font-weight:bold;color:#FF0000;text-decoration:none }
a:visited { font-weight:bold; color:#FF0000; text-decoration:none }
a:hover { font-weight:bold; color:#000000; text-decoration:none }
a:active { font-weight:bold; color:#FF0000; text-decoration:none }
a:focus { font-weight:bold; color:#FF0000; text-decoration:underline }

.legal {
	clear: both;
	padding-top: 10px; padding-left: 10px;
	padding-right: 10px; padding-bottom: 10px;
	background-color:white;
	border-top: 2px solid white;
	border-bottom:2px solid white;
	border-left:15px solid white;
	border-right:15px solid white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px; 
	font-weight:400;
	text-align:justify;
	}
	
.beigetexttable {
	clear: both;
	padding-top: 10px; padding-left: 10px;
	padding-right: 10px; padding-bottom: 10px;
	background-color:beige;
	border-top: 2px solid white;
	border-bottom:2px solid white;
	border-left:15px solid white;
	border-right:15px solid white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px; 
	font-weight:400;
	text-align:justify;
	}
	
	
.infotexttable {
	clear: both;
	padding-top: 10px; padding-left: 10px;
	padding-right: 10px; padding-bottom: 10px;
	background-color:#FCFCF5;
	border-top: 15px solid white;
	border-bottom:15px solid white;
	border-left:15px solid white;
	border-right:15px solid white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight:400;
	text-align:justify;
	line-height:1.5em;
	 
	}
.whitetexttable {
	clear: both;
	padding-top: 10px; padding-left: 10px;
	padding-right: 10px; padding-bottom: 10px;
	background-color:#FFFFFF;
	border-top: 15px solid white;
	border-bottom:15px solid white;
	border-left:15px solid white;
	border-right:15px solid white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight:400;
	text-align:justify;
	line-height:1.5em;
	 
	}

/* tooltip styles */

div#tooltip {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   line-height:18px;
   text-align:center;
   position:absolute;
   visibility:hidden;
   z-index:100;
   background-color:#FFEEC7;
   border:1px solid red;
   padding:0.5em;
   font-size:13px;
  
}

/* navlist */
#navlist {
        padding: 3px 0;
        margin-left: 0;
        border-bottom: none;
        font: 16px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 4px;
	border: 1px solid gray;
	border-bottom: none;
	text-decoration: none;
	background-color: #FDFDF7;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover {
	color: #000000;
	background: #AAE000;
	border-color: grey;
	background-color: beige;
}

#navlist li a#current {
		color:#FF0000;
        background: white;
        border-bottom: 1px solid white;
}
/* BARRE DE NAVIGATION EN BAS */

#nav-bottom {
	border-top:#D9D9D9 1px dotted;
	border-bottom:#D9D9D9 1px dotted;
	width:100%;
	display:block;
	text-align:center;
	margin-top:35px;
	margin-bottom:10px;
}

#nav-bottom a {
    color:#686767;
    font-size:10px;
	text-decoration:none;
}

#nav-bottom a:hover {
	background:#D0D0D0;
	color:#004DAD;
    font-size:10px;
	text-decoration:none;
}