body 
{
 background-color:#FFE6C0;
 color:black;
 font-family:"Arial";
 font-size:1em;
}

thead
{
 font-weight:bold;
}

table 
{
 border-collapse: collapse;
}

td
{ 
 text-align:center;
 border:1px solid black;
}

input
{
 width:20px;
 text-align:center;
}

#tout
{
 position:absolute;
 left:150px;
 top:50px;
}

.menu ul
{
 margin-left:0px;
}

.menu li
{
 list-style-type:none;
 margin-left:-30px;
 margin-top:10px;
}

.menu li a
{
 text-decoration:none;
 color:#FF9400;
 background-color:#FFDB8A;
 font-size:1em;
 font-weight:bold;
}

#menu
{
position:absolute;
left:0px;
margin-left:0px;
top:100px;
width:150px;
}

#tete
{
position:absolute;
top:0;
width:100%;
height:50px;
left:0;
background-image:url(fondTete.jpg);
color:white;
}

a img
{
border-style:none;
}
#tete h1
{
text-align:center;
font-size:1.5em;
}