/***** menu CSS *****/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	top: 225;
	left: 20;
}
#menu {
width: 10em;
}
#menu dt {
	cursor: pointer;
	margin: 2px 5;;
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-weight: bold;
	border: 1px solid gray;
	background: #CCCCCC;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: left;
background: #fff;
}
#menu dt a {
color: #570606;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a {
color: #570606;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #570606;
color: #CCCCCC;
}

a:link {color : #570606; font-family: verdana; text-decoration : underline}
a:visited {color : #570606; font-family: verdana; text-decoration : underline}
a:hover {color : #570606; font-family: verdana; text-decoration : none}
a:active {color : #570606; font-family: verdana; text-decoration : underline}

.titre {
	font-family: Verdana;
	font-size: x-large;
	color: #570606;
}
.note {
	font-family: Verdana;
	font-size: xx-small;
	color: #CCCCCC;
}
.texte {
	font-family: Verdana;
	font-size: x-small;
}
.textegrand {
	font-family: Verdana;
	font-size: medium;
}
