/* CSS Document */

dl, dt, dd{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_niv1 {
	position: absolute;
	top: 125px;
	left: 3px;
	z-index:100;
	width: 1000px;
	text-align:left;
	margin: 0;
	

}

#menu_niv1 dl {
	float: left;
	/*width: 200px;*/
	/*background: #3C0;*/
}



#menu_niv1 dt {
	cursor: pointer;
	text-align: center;
	margin: 0;
	padding-left: 5px;
	line-height: 20px;
	/*border-bottom: 1px solid #FFFFFF;*/
}

#menu_niv1 dd { z-index:100;
	background: #3C0;
}

#menu_niv1 td {
	text-align: left;
	background: #fff;
	border: 1px solid #218200;
}

#menu_niv1 dt a {
	color:#218200;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu_niv1 dt a:hover {
	color:#FFF;
	text-decoration:none;
	/*display: block;*/
	/*border: 0 none;*/
}

#menu_niv1 td a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu_niv1 td a:hover{
	background: #eee;
}


/* Liens */

a {
	text-decoration: none;
	color: #222;
}

a.submenuleft{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	border-bottom-color: #666666;
	margin-left: 15px;
}

a.submenuleft:hover {
	color:#3399FF;
	text-decoration: none;
}

a.submenuleft:visited {
	text-decoration: none;
}
