#onglets
{
    position : absolute;
    border : 1px solid transparent;
    padding : 0;
    font : bold 11px Batang, arial, serif;
    list-style-type : none;
    left : 50%;
    margin-top : 0;
    width : 430px;
	margin-left : -215px; /* la moitié de width */
}
#onglets li
{
    float : left;
    height : 21px;
    background-color: #F4F9FD;
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 4px 2px 0 2px;  /* Pour IE  */
    border : 1px solid #9EA0A1;
	
}
#onglets li.active
{
    border-bottom: 1px solid gold;
    background-color: gold;
}
#onglets a
{
    display : block;
    color : #666;
    text-decoration : none;
    padding : 4px;
}
#onglets a:hover
{
    background : #ffd700;
}
#menu
{
    border-bottom : 1px solid #9EA0A1;
    padding-bottom : 25px;
}

body
{
background-color: black;
}
caption
{
margin: auto; /* Centre le titre du tableau */
font-family: Arial, Times, "Times New Roman", serif;
font-weight: bold;
font-size: 1.2em;
color: steelblue;
margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous*/
}
  
table

{
font-family: "Comic Sans Ms", Times, "Times New Roman", serif;
margin: auto;
padding: 4px;
border: 3px solid black;
border-collapse: collapse;
text-align: left;
text-indent: 15px;
cursor: default;
}

.non
{
background-color : #f08080;

}

.oui
{
background-color : #90ee90;

}

.ouinon
{
background-color : #ffa500;

}
td, th
{
border: 3px solid black;
}
.fblanc
{
background-color : white ;
}
.neutre
{
text-align: left;
background-color : steelblue;
}
a:link
{
color : blue ;
}
a:visited
{
color : blue ;
}
a.info {

position: relative;

z-index:24;

text-decoration:none;
	
cursor: help;
}



a.info:hover {

z-index:25;

background: white;

}



a.info span {

display: none;
	
}



a.info:hover span {

display: block;

position: absolute;

top: 2.2em;

left: -2em;

width:15em;

border: 3px double black;

background: steelblue;

text-align: justify;
	
font:small arial;

color: #FFF;

padding: 8px;

}
.ancre
{
display: block;

font-family: "Comic Sans Ms", Times, "Times New Roman", serif;

text-align : right;

text-decoration : none ;

margin-right : 1cm ;

}