body
{
margin: 10px 0 ;
padding: 0 ;
text-align: center ;
font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
background: indianred ;
}

div#conteneur
{
width: 770px ;
margin: 0 auto ;
text-align: left ;
border: 2px solid #ab4 ;
background: #fff ;
}

h1#header
{
height: 250px ;
margin: 0 ;
background: url('sable.jpg') no-repeat left top ;

}

h1#header a
{
width: 40px ;
height: 70px ;
display: block ;
background: url('Iceberg.gif') no-repeat ;
position: relative ;
left: 350px ;
top: 15px 
}

h1#header a span
{
display: none ;
}

ul#menu
{
height: 24px ;
margin: 0 ;
padding: 0 ;
// background: url('sablerouge.jpg') repeat-x 0 -5px ;
list-style-type: none 
}

ul#menu li
{
float: left ;
text-align: center ;
}

ul#menu li a
{
width: 130px ;
line-height: 25px ;
font-size: 1.2em ;
font-weight: bold ;
letter-spacing: 2px ;
color: indianred ;
display: block ;
text-decoration: none ;
border-right: 5px solid #dea ;
}

ul#menu li a:hover
{
color: #dea;
background: url('sablenoir.jpg') repeat-x 0 0px ;
}

div#contenu
{
background-position: 15px 15px; padding-left:100px; padding-right:25px; padding-top:0; padding-bottom:0; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll
}

div#contenu h2
{
padding-left: 25px ;
line-height: 25px ;
font-size: 1.4em ;
background: url('little_apple.gif') no-repeat left bottom ;
color: indianred ;
border-bottom: 1px solid #9b2 
}

div#contenu h3
{
margin-left: -40px ;
padding-left: 5px ;
border-top: 1px solid #9b2 ;
border-left: 3px solid #9b2 ;
color: #9b2 ;
}

div#contenu p
{
text-align: justify ;
text-indent: 2em ;
line-height: 1.7em ;
}

div#contenu a
{
color: #8a0 ;
}

div#contenu a:hover
{
color: #9b2 ;
}

p#footer
{
margin: 0 ;
padding-right: 10px ;
line-height: 30px ;
text-align: right ;
color: #8a0 ;
}

pre
{
overflow: auto ;
background: #dea ;
border: 2px solid #9b2 ;
padding: 5px 0 0 5px ;
font-size: 1.2em ;
}

* html pre
{
width: 636px ;
}

pre span
{
color: #560 ;
}

pre span.comment
{
color: #b30000 ;
}