body {
margin: 0;
padding: 0;
background: #bac7f4;
font: 80% georgia, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: fixed;
	top: 100px;
	left: 3px;
	background-color: #bac7f4;
	
}
#menu {
	width: 22%;
	border: none;
}
#menu dt {
	margin: 2px 0;
	;
	height: auto;
	text-align: left;
	border: none;
	background: #bac7f4;
}
#menu dd {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#menu li {
text-align: center;
background: #bac7f4;
}
#menu li a, #menu dt a {
color: #bac7f4;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #38a9cb;
color:#033f40;
}


.centre
{
	position: absolute;
	top: 0;
	left:22%;
	width:79%;
	background: #bac7f4;
	cursor: hand;
}
H1 {color: navy; font-family: georgia; font-size: 13pt; text-align: center ;<br><br> }

.bouton
{

}
/* Police de cellule */
td {
	font-size: 12px;
	background: #bac7f4
	text-align: center;
}


/* En-tête de tableau */
th {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #bac7f4;
}
.centre a:hover{
background: #ff7a00;

}
a /* couleur des liens */
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: black; /* Les liens seront en rouge au lieu de bleu */
 
}
a:hover /* Quand le visiteur pointe sur le lien */
{
background: #fe6307;
}
