html,body {
background-color : #EAE8E1; 
}
ul#menu {list-style-type: none;} 

ul#menu li {margin-bottom: 5px;}

ul#menu a {
     margin: 0 2px;
     width: 120px; 
     height: 20px;
     display: block;
     text-align: center;
     border: 1px solid gray;
     text-decoration: none;
     color: #4E6172;
     background: #fff;
	 }
	 
ul#menu a:hover {
     background: #ccc;
     border: 1px solid gray; 
     }
	 
 li {
 font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
 font-size: 100%;
 color: bleu;
 display : list-item;
 list-style-image : url(puce-rouge.gif);
 list-style-position: outside;
} 
 
p,ul{
font-size : 100%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : black; 
background-color : white; 
}

table{
font-size : 100%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : black; 
background-color :white; 
}
tr{
font-size : 100%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : black; 
background-color :white; 
}
td{
font-size : 100%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : black; 
background-color :white; 
}

h1 {
font-size : 150%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
color : #002f57; 
text-align: center;
}

h2 {
font-size : 66%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : #908B72; 
padding-left:15px;
}

h3 {
font-size : 66%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : #4E6172; 
padding-left:15px;
}

r{
font-size : 100%;
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : #D1481B;
padding-left:15px;
}

a:link {color: gray; text-decoration:none;}
a:visited {color: gray; text-decoration:none;}
a:hover {color:red; text-decoration:none;}


a.bouton:link{
width:150px; 
height:30px; 
text-decoration:none; 
color:white;
text-align:center; 
font-weight:bold; 
background-color:#D1481B;
padding:5px}

a.bouton:visited{
width:150px; 
height:30px;
text-decoration:none; 
color:white; 
text-align:center;
font-weight:bold;
background-color:#D1481B;
padding:5px}

a.bouton:hover{
width:150px; 
height:30px; 
text-decoration:none;
color:white; 
text-align:center; 
font-weight:bold; 
background-color:#908B72;
background-image:url(aqua.jpg);
padding:5px}

.bouton{text-align:center;padding:5px;}


/*Les liens au survol et rubrique en cours*/
#main-menu a:hover, #main-menu #selected a {
color:#D1481B;
background: #EAE8E1;
border-bottom: 3px solid #D1481B;
font-weight: normal;
text-decoration: none;
}
