/***************************************/
/*                                     */
/*  Menu déroulant accessible          */
/*  Version du tutoriel                */
/*  Feuille de style tuto-menu.css     */
/*  Auteur: koala64                    */
/*  Contact: contact_koala64@yahoo.fr  */
/*                                     */
/***************************************/

*
{
	padding: 0;
	border: 0;
	margin: 0;
}
body{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	}
table{
	border-collapse:collapse;
	border:0 0 0 0;
	}
	
img{
	border:0;
	}
#menu
{
	position: absolute;
	top: -20px;
	margin: 128 64;
	left: 10px;
	width: 836px;
}
#menu dl
{
    margin: 0 2px;
    float: left;
	border: 1px solid #82AED9;
	width: 85;
    text-indent: 0px;
}
#menu dl dt
{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #4C5980;
	border: 3px solid #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#menu dl dd
{
	border-top: 1px solid #82AED9;
}
#menu dl dd ul
{
	list-style-type: none;
	border-top: 0;
    line-height: 1.5em;
}
#menu dl dt a
{
	display: block;
	text-align: center;
	border: 3px solid #FFFFFF;
	text-decoration: none;
	color: #4C5980;
	background-color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#menu dl dt a:hover
{
	background-color:#82AED9;
	border: 3px solid #82AED9;
	color: #FFFFFF;
}
#menu dl dd ul li
{
	font-weight: normal;
	font-size: .9em;
    line-height: 1.5em;
	text-align: left;
}
#menu dl dd ul li a
{
	width: auto;
	height: 1.5em;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #82AED9;
	text-align: left;
    text-indent: 10px;
    cursor: default; 
	display: block;
}
#menu dl dd ul li a:hover,
#menu dl dd ul li a:focus
{
	background: #82AED9;
	color: #FFFFFF;
}
A.menulink {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #4C5980;
	border: 3px solid #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
A.menulink:hover {
	border: 3px solid #82AED9;
	background-color:#82AED9;
	color: #FFFFFF;
}
td {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.gris {
	color: #999999;
	font-size: 9px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0980;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5980;
}
a:link {
	color: #91AFDC;
	text-decoration: none;
}
a:visited {
	color: #90A8BD;
	text-decoration: none;
}
a:hover {
	color: #425478;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

whitetext {
	color: #FFFFFF;
	text-decoration: none;
}

A.whitetext:hover {
	text-decoration: none;
}

A.whitetext {
	text-decoration: underline;
}

