html,body {
background-color : white; 
}

p,ul,li,td {
font-size : 100%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : black; 
background-color : white; 
}

h1 {
font-size : 200%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
color : black; 
text-align: center;
}

h2 {
font-size : 150%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : red; 
padding-left:15px;
}

a:link {color: green; text-decoration:underline;}
a:visited {color: gray; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}

.haut {
text-align:right;
}

#menu {
background-color:silver;
width:100px;
float:left;
}
#contenu {
margin-left:110px;
}

table {
border-style:solid; 
border-width:1px; 
border-color:black;
border-collapse:collapse;
width:50%;
}
td { 
border-style:solid; 
border-width:1px; 
border-color:red;
width:50%;
}

.grise {
border-style:solid; 
border-width:1px; 
border-color:black; 
background-color:silver;
}

.blue {
border-style:solid; 
border-width:1px; 
border-color:blue;
}

.none {
border-style:none;
}  

p {
background-color:transparent;  
color:black;
}

li {
 font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
 font-size: 100%;
 color: black;
  display : list-item;
  list-style-type:none;
 display : list-item;
 list-style-image : url(puce.gif);
 list-style-position: outside;
} 




