body {
background-color: ffffcc;
}
#navlist
{
padding: 8px;
border: 1px solid #fff;
width: 15em;
background-color: #26a;
font:  12px}

#navlist li
{
list-style: none;
border: 1px solid #26a;
}

#navlist a
{
color: #eee;
text-decoration: none;
display: block;
border-left: 1em solid #159;
border-bottom: 1px solid #159;
padding: 4px 8px;
}

#navlist a:hover { border-color: #124; }

#subnavlist li a
{
border-right:0px none; border-top:0px none; border-bottom:0px none; border-left:0.8em solid #26a; margin-left: -20px; padding-left:4px; padding-right:4px; padding-top:3px; padding-bottom:3px}

div#texte {
width: 70%;
color: #fff;
background-color: #333;
border: 1px solid #666;
line-height: 150%;
position: absolute;
top: 6em;
margin: 5% 10% 2em 18em;
text-align: center;
font-size: 12pt;}


h1{
font-size: 20pt;
color: blue;
text-align: center}

h2{
font-size: 16pt;
color:blue;
text-align: center}

h3{
text-align: center}

a:link { font-weight: bold ; color: yellow ; }

a:visited {color :white ; }

a:hover { color: red ; text-decoration: none ; }


img{
border:1px solid; float:left}

