body {text-align:center; margin:auto; background-color:rgb(220,220,220);font-family:comic sans ms; width:950px;}
h1 {background-color:yellow; border:5px ridge red; font-size:2.5em; }
ul {text-align:left;}
ul > li {font-weight:bold;}
ul > li > ul > li {font-weight:normal; background-color:black; color:white; cursor:pointer; border:1px solid white; margin:5px;}
ul > li > ul > li:hover {color:yellow;}
.selection {border:2px solid red;}
#fenetre {border:25px ridge red; background-color:black;font-size:3em; line-height:1.5em; }
#fenetre > span {color:white; cursor:pointer; margin:0px; padding:0px;}
#fenetre > span.affixe {color:red;}
#baspage {margin:20px;}
a {text-decoration:underline overline;}