/*	----------------------------------------------------------------------
		Style definitions
	----------------------------------------------------------------------	*/

a:active          { color: #fff; font-size: 12px; font-weight: bold; text-decoration: none; margin-top: 0 }
a:link            { color: #fff; font-size: 12px; font-weight: bold; text-decoration: none; margin-top: 0 }
a:visited         { color: #fff; font-size: 12px; font-weight: bold; text-decoration: none; margin-top: 0 }
a:hover            { color: #ff5a00; font-size: 12px; font-weight: bold; text-decoration: none; margin-top: 0 }
a.KDSMenu:active            { color: #666; font-size: 12px; font-weight: bold; text-decoration: none; margin-top: 0 }
a.KDSMenu:link             { color: #666; font-size: 12px; font-weight: bold; text-decoration: none; margin-top: 0 }
a.KDSMenu:visited          { color: #666; font-size: 12px; font-weight: bold; text-decoration: none; margin-top: 0 }
a.KDSMenu:hover              { color: #ff5a00; font-size: 12px; font-weight: bold; text-decoration: none; margin-top: 0 }
li.KDSMenu              { color: #ff1a00; list-style-type: disc; margin-top: 0; margin-bottom: 2 }
ul.KDSMenu               { text-indent: 0; margin-top: 0; margin-bottom: 0; margin-left: 16px; padding: 0 }
.copyright  { color: #ff1a00; font-size: 11px }
body          { color: #000000; font-size: 12px; font-family: Tahoma, Helvetica, sans-serif }
.IndexHeading        { color: #ff5a00; font-size: 23px; font-family: Tahoma; font-weight: bold; letter-spacing: -1px }
.KDSHeading         { color: #ff5a00; font-size: 21px; font-family: Tahoma; font-weight: bold; letter-spacing: -1px }
.IndexBody      { color: #fff; font-size: 12px; font-family: Tahoma, Helvetica, sans-serif; text-align: left }
.BottomMenu       { color: #fff; font-size: 12px; font-family: Tahoma, Helvetica, sans-serif; text-align: center }
.small { font-size: 8px }
.BoldGrayBody { color: #666; font-weight: bold }
ul               { margin-top: 0; margin-bottom: 0; margin-left: 16px; padding: 0pt}
li             { margin-top: 0; margin-bottom: 0; list-style-type: disc }
td           {  font-size: 12px; color: #000000}
.Heading1  { font-weight: bold; padding-bottom: 1em; padding-top: 1em }
.Highlight1 { color: #f93; font-weight: bold }
p 	{ margin: 0; padding: 0 }



/* CSS of the horizontal menu, bieler batiste */
/*
body{
    margin-top:10em;
    }
  */  
.menuIndicateur{
    /* background: url(fleche.gif) center right no-repeat; */
    }

.menu{
    position:absolute;
    top:0em;
    left:0em;
    display:block;
    margin:0;
    padding:0;
    width:540px; /* important for Opera7 */
    }

.menu ul{
	font-weight: bold; 
    position:absolute; /* to leave the list the flow of data */
    display:block;
    width:86px;
    margin:0;
    padding:0;
    }
    
.menu li ul{
    visibility:hidden;
    }

.menu li li ul{
    position:absolute; /* to leave the list the flow of data */
    top:auto;
    left:auto;
    margin-left:124px;
    margin-top:-23px; /* move the sub menu verticaly */
    }
    
.menu li{
    list-style:none;
    width:86px;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
    }
    
.menu li li{
    display:block;
    float:none;
    }
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }

.menu a { color: #fff; 
	text-decoration: none; 
	background-color: #ff8340; 
	text-align: center; 
	display: block; 
	margin: 1px; 
	padding: 2px 0; 
	width: 82px; 
	border-style: solid; 
	border-width: 0 0 1px; 
	border-color:  }
    
.menu a:hover  { color: #fff; background-color: #ff8340; border-style: solid; border-width: 0 0 4px; border-color: #596fff }
    
/* for a mozilla better display with key nav */
.menu a:focus{
    background-color: #596fff;
}

/* hide some accessibility stuff */
.menu span{
    display:none;
    }

/* just for fun ;) */

.menu li li a{
    background-color: #8be;
    border:1px #666 solid;
    }

.menu li li p{
	color: #596fff;
	text-align: center;
    background-color: #8be;
    border:1px #666 solid;
	margin: 1px; 
	padding: 2px 0; 
   }
  
.menu li li li a{
    background-color: #7ad;
    border:1px #666 solid;
    }
    
.menu li li li li a{
    background-color: #69b;
    border:1px #666 solid;
    }

