html
{
height:101%;
}

body
{
color: blue;
width: 1000px;
margin: auto;
font-family: Consolas, "Times New Roman", Times, serif;
padding: 0;
border-left:thin solid green;
border-right:thin solid green;
background-image: url(images/fond5.gif);
}

a
{
text-decoration: none;
}

a:visited 
{
color: blue;
}

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

#haut
{
text-align: center;
width: 1000px;
height:100px;
background-color: white;
background-image: url(images/circuit.jpg);
}

#menu
{
width: 165px;
text-align:left;
float:left;
padding-top:50px;
padding-left:5px;
background-color: white;
border-right:thin solid #bdf8b8;
}

#corps
{
margin-left: 170px;
background-color: white;
border-left:thin solid #bdf8b8;
}

#milieu
{
background-color: white;
}

#contenu
{
padding: 20px;
padding-top:50px;
background-color: white;
}

#bas
{
width:1000px;
padding-top: 15px;
padding-bottom: 5px;
background-image: url(images/matricewebas5.jpg);
background-repeat:repeat-x;
text-align: center;
background-color: white;
border-top:thin solid #bdf8b8;
}

h1
{
text-align: center;
}

p.gros
{
font-size:150%;
}

p.gr120
{
font-size:120%;
}
