body
{
background-color: #e1eeff;
}

h1
{
font-size: 300%;
text-align: center;
color: white;
font-style: normal;
}

#menu
{
position:absolute;
left:0px;
top:150px;
height:100%;
width: 150px
}

#menu a
{
font-weight: bold;
font-size: 90%;
}

#corps
{
margin-left: 150px;
}

#menu a:link
{
text-decoration : none ;
color : #000000
}

#menu a:visited  
{
text-decoration : none ;
color : #000000
}

#menu a:active    
{
text-decoration : none ;
color : #000000
}

#menu a:hover 
{
text-decoration : none ;
color : #FFFFFF;

}
.titre
{
font-weight: bold;
background-repeat: no-repeat;
background-image: url('bouton.GIF');
width:150px;height:22;
padding-left:10px;
}
#menuinterieur
{
padding-left: 5px;
background-color:#9bb0d5;width:135px;
}

