/* Fichier CSS copyright Denis Billo Consultant : contact@denisbillo.com */

body {
margin: 0;
padding: 0;
font: verdana, arial, sans-serif;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 198px;
left: auto;
z-index:1;
width: 20%; /* correction pour Opera */
overflow: visible;
}

#menu dl {
float: left;
width: auto;
}

/* Menu principal en haut */
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #CCCCCC;
border: 1px solid gray;
margin: 0 1px; /* Largeur entre les menus */
height: 18px; /* hauteur cellule */
width: 115px; /* Largeur cellule */
}

#menu dd {
display: none;
}

#menu li {
text-align: center;
background: #CCCCCC; 
border: 1px solid gray;
}

/* Apparence des textes du menu principal ayant des liens*/
#menu dt a {
text-align: center;
font-size: 10px;
font-weight: bold;
color: #333333;
background: #CCCCCC;
text-decoration: none;
display: block;
height: 20px;
width: 115px;
}

/* Apparence des textes du menu déroulant ayant des liens*/
#menu li a {
text-align: center;
font-size: 10px;
font-weight: normal;
color: #333333;
background: #CCCCCC;
text-decoration: none;
display: block;
height: 20px;
width: 115px;
}

#menu dt a:hover, #menu dt a:focus{
background: #FFFFFF;
font-weight: bold;
text-align: center;
text-decoration: none;
height: 20px;
width: 115px;
}

/* Apparence des textes sur Hover ayant des liens*/
#menu li a:hover, #menu li a:focus {
background: #FFFFFF;
font-weight:normal;
text-align: center;
text-decoration: underline;
height: 20px;
width: 115px;
}

/* Liens */
.ins:link {color:#0099FF; text-decoration:underline;}
.ins:visited {color:#0099FF; text-decoration:underline;}
.ins:hover {color:#4F5D6A; text-decoration:underline;}

/* Liens */
.mail:link {color:#000000; text-decoration:underline;}
.mail:visited {color:#000000; text-decoration:underline;}
.mail:hover {color:#CCCCCC; text-decoration:underline;}

/* Liens */
.internet:link {color:#333333; text-decoration:underline;}
.internet:visited {color:#333333; text-decoration:underline;}
.internet:hover {color:#FFFFFF; text-decoration:underline; background-color:#999999}


/* Liens */
.dbc:link {color:#FFFFFF; text-decoration:underline;}
.dbc:visited {color:#FFFFFF; text-decoration:underline;}
.dbc:hover {color:#000000; text-decoration:none;}


/* gestion des cadres principaux */
.cadre1 {
border-left:solid; 
border-width:1px; 
border-color:black; 
}

/* gestion des cadres */
.cadrefull {
border:solid;
border-width:1px; 
border-color:black; 
}

.titre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:24px;}
