/*-----------------------*/
/*-- Menu Profils --*/
/*-----------------------*/
#menu {
	width: 174px;
	float:left;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0;
	border: 0;
	list-style-type: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu li a:link {
	color: #666666;
	text-decoration: none;	
}

#menu li a:visited {
	color: #666666;
	text-decoration: none;	
}

#menu li a:active {
	color: #666666;

	text-decoration: none;	
}

#menu li a:hover {
	display:block;
	background:#d9e1e4; 
	color : #80cc28;
	text-decoration: none;
}


/*---------------------*/
/* Menu Pratique */
/*---------------------*/
#menuP {
	width: 174px;
	float:left;
	margin-left: 15px;
	margin-top: 0px;	
	padding: 0;
	border: 0;
	list-style-type: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

#menuP li a:link, #menuP li a:visited {
	color: #666666;
	text-decoration: none;
}

#menuP li a:hover {
	display:block;
	background:#d9e1e4; 
	color : #80cc28;
	text-decoration: none;
}


/*-----------------------------------------*/
/* Sous Site 
/*-----------------------------------------*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
}
#menuSS dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
}

#menuSS dd {
	margin-left: 5px;
}

#menuSS dt a {
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menuSS li a {
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-size: 10px;
}

#menuSS li a:hover, #menuSS dt a:hover {
	background: #eee;
}


#menuSS {
	width: 130px;
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
	border: 0;
	list-style-type: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
