h3
{
background-image : url("blanc.png") ;
text-align : center ;
}
.menu
{
padding-right : 30px;
background-image : url("bleu.png") ;
text-align : center ;
position : absolute ;
top : 150px ;
left : 10px ;
border : 2px inset white ;
width : 140px ;
height : 500px ;

}

.menu2
{

background-image : url("bleu.png") ;
text-align : center ;
position : absolute ;
top : 150px ;
left : 190px ;
border : 2px inset white ;
width : 800px ;
}
body
{

	background-repeat : no-repeat ;
	background-attachment : fixed ;
background-image : url("wallpaper.jpg") ;
color : black ;
text-align : center ;
}
h1
{
font-family : impact ;
text-decoration : overline underline ;
background-image : url("bleu.png") ;
border : 2px inset white ;
padding : 10px;
width : 960px ;
}
.corps
{
padding : 10px ;
width : 780px ;
background-image : url("bleu.png") ;
border : 2px inset white ;
position : absolute ;
top : 220px ;
left : 190px ;
}
.corps2
{
padding : 10px ;
width : 780px ;
background-image : url("bleu.png") ;
border : 2px inset white ;
position : absolute ;
top : 250px ;
left : 190px ;
}

.image
{
float : right ;
}
li
{
list-style : none ;
}
h2
{
text-decoration :underline ;
}
p
{
text-align : left ;
}
li
 {
  margin-bottom : 2px;
 border : 2px inset white ;
 }
 .titremenu
 {
 padding-bottom : 10px;
 border : none ;
 font-family : impact ;
 font-size : 1.3em ;
 }
  .titremenu:hover
  {
  width : 100px
  }
 a
{
text-decoration:none; 
color : black ;

}
a:hover
{
color :yellow ;

}
#calcul
{
text-align : left ;
position: relative ;
left : 230px ;
}
#reponse
{
font-weight : bold ;
}


