/* ---------------------------------------- */
/* Navigation                               */
/* ---------------------------------------- */

#navigation{
	width:900px;
	background-color:#CCC;

	height: 30px;
}

#navigation{
	width: 900px;
	
	background-color:#3495E8;
}

#navigation dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size:11px;
	line-height: 1.5em;
}

#navigation dl {
	cursor: pointer;
	float: left;
}

#navigation dt {
	cursor: pointer;
	text-align: center;
	color: ffffff;
}

#navigation dd {
	position: absolute;
	display: none;
	z-index:100;
	background-color:#FFF;
	padding-top:3px;
}

#navigation li {
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;
	list-style-type: none;
	background-color: #ADD058;
	font-size:12px;
	
}

#navigation li:hover{
	background-color:#8d95aa;
}

#navigation li a{
	color: #fffefe;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: none;
}

.rubrique {
	height: 24px;
	
	color:#fffefe;
	background-color:#3495E8;
	text-align: center;
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	
	padding-top:6px;
}

.rubrique A{
	color:#fffefe;
	text-decoration:none;
	text-align: center;
}

.rubrique A:hover{
	color:#fffefe;
	text-decoration:none;
}

