@charset "iso-8859-2";
/* CSS Document */
style type="text/css" media="screen">

dl, dt, dd, ul, li, table, td, tr {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
/*	position: absolute; /* placement du menu, a modifier selon vos besoins */
	margin-top: 30px;
}
#menu {
	width: 540px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menu dt {
	cursor: pointer;
	height: 27px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	background:url(../images/menu-deroulant.gif) repeat-x;
	color:#691816;
}
#menu dd {
	border: 1px solid gray;
	margin:0;
	padding:0;
}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu li a:hover {
	background: #eee;
}
#menu dt a{
	color:#691816;
	text-decoration:none;
}
#menu dt a:hover{
	text-decoration:underline;
}

#menu dt table{
	width:520px;
	margin:0 auto;
	text-align:left;
}
#menu dt table td.nom{
	width:270px;
}
#menu dd table{
	width:540px;
	text-align:left;
}
#menu dd table td{
	text-align:center;
}
}
tr.impair{
	background-color:#F8D883;
}
tr.pair{
	background-color:#F8DD83;
}




</style>
