body {
}

/* ---- links ----------------------------------------- */

.contenu a:link {color:black; text-decoration:none; border-bottom-style:dotted;  border-bottom-width:1px;  border-bottom-color:black; }
.contenu a:visited { color:black; text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black; }
.contenu a:hover { color:black; text-decoration:none; border-bottom-style:dotted; border-bottom-width:0px; border-bottom-color:black; }
.contenu a:active { color:black; text-decoration:none;border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black; }

#trad a:link {color:black; text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black; }
#trad a:visited { color:black; text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black; }
#trad a:hover { color:black; text-decoration:none; border-bottom-style:dotted; border-bottom-width:0px; border-bottom-color:black; }
#trad a:active { color:black; text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black; }

#update a:link {color:black; text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black; }
#update a:visited { color:black; text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black; }
#update a:hover { color:black; text-decoration:none; border-bottom-style:dotted; border-bottom-width:0px; border-bottom-color:black; }
#update a:active { color:black; text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black; }

#bouton a:link { color: black;  text-decoration:none; }
#bouton a:visited {  color: black;  text-decoration:none; }
#bouton a:hover {  color: black;  text-decoration:none; }
#bouton a:active { color: black;  text-decoration:none; }

/* add an icon after external links */
/* a.ext::after { content: url(images/extlink.gif); } */


/* ---- barres verticales -----------------------------------------  */

#menu {  
 position: absolute;
 left:35px;
 top: 5px;
}

#bouton {
 width: 100px;
 height: 92px;
 border: 1px grey solid;
 margin: 10px 10px 0px 10px;
}

#bouton:hover {
 width: 100px;
 height: 92px;
 border: 1px grey dotted;
 margin: 10px 10px 10px 10px;
}

#boutonsel:hover {
 width: 100px;
 height: 92px;
 border: 2px red dotted;
 margin: 10px 10px 0px 30px;
}

#boutonsel {
 width: 100px;
 height: 92px;
 border: 2px red solid;
 margin: 10px 10px 0px 30px;
 align: right;
}

div.contenu {
 width: 800px;
 border: 0px black solid;
 margin: 30px 0px 0px 180px;

 font-size: 10pt;
 font-family: Tahoma;

 text-align: justify;
}

dl.gss {
 padding-bottom: 1.5em;
}

dl.gss dt {
 margin-bottom: .5em;
 padding-right: 1em;
 font-weight: bold;
}

dl.gss dd {
 font-weight: normal;
 margin-left: .3em;
 padding-left: .5em;
 padding-bottom: .5em;
 border-left: 1px black solid;
}

ttt {
 font-weight: bold;
 padding-bottom: .3em;
}

#update {
 font-size: 9px;
 margin: 0px 10px 0px 180px;
}

#trad {
 position: fixed;
 top: 25px;
 left: 500px;

 font-family: Tahoma; 
 font-size: 10px;
}


