<script type="text/javascript">
<!--
  function montre(id) {
	  if (document.getElementById) {
		  document.getElementById(id).style.display="block";
		} else if (document.all) {
		  document.all[id].style.display="block";
		} else if (document.layers) {
		  document.layers[id].display="block";
		} } 

 function cache(id) {
	  if (document.getElementById) {
		  document.getElementById(id).style.display="none";
		} else if (document.all) {
		  document.all[id].style.display="none";
		} else if (document.layers) {
		  document.layers[id].display="none";
		} } 

//-->
</script>
<style type="text/css">
<!--
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sans-serif;
font-weight: normal;
}

#menuglobal {
position: absolute;
left: 0px;
top: 110px;
}
.menu {
width: 124px;
height: 16px;
text-align: center;
font-size: 12px;
font-weight: bold;
color: #ffffff;
background-color: #5a5a5a;
}

.menu a{
font-size: 12px;
font-weight: bold;
color: #ffffff;
background-color: #5a5a5a;
}

.menu a:hover {
text-decoration: none;
display: block;
height: 16px;
color: #5a5a5a;
background-color: #eee;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7, #smenu8, #smenu9, #smenu10, #smenu11 {
position: absolute;
z-index: 100;
left: 124px;
margin-top: -16px;
height: 12px;
display: none;
background-color: #5a5a5a;
font-size: 12px;
width: 150px;
text-align: center;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a, #smenu7 a, #smenu8 a, #smenu9 a , #smenu10 a , #smenu11 a 
{
font-weight: bold;
color: #ffffff;
}

#smenu1 a:hover, #smenu2 a:hover, #smenu3 a:hover, #smenu4 a:hover, #smenu5 a:hover, #smenu6 a:hover, #smenu7 a:hover, #smenu8 a:hover, #smenu9 a:hover, #smenu10 a:hover, #smenu11 a:hover
{
font-weight: bold;
display:block;
color: #5a5a5a;
background-color: #eee
}
a {text-decoration: none;
color: #000;
}

a:hover{
text-decoration: none;
height: 8px;
color: #403EBE;
}

-->
</style>
