body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:130%;
}


/* CONTENU PRINCIPAL */

.site {
	height:80%;
	max-height:80%;
}

.contenu {
	height:90%;
	max-height:90%;
	overflow:auto;
}
	



a.lien:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
}

a.lien:hover {
	text-decoration:underline;
}

a.lien:visited{
color:#FFD8B0;
text-decoration:none;
}

a.lien:active{
	color:black;
	text-decoration:underline;
}