
/*IE*/
.menutexte {
	text-decoration:none;
	color:	#ffffff;
}
.menutexte:hover {
	text-decoration:none;
	color: #666666;
}
#menu {
	height: 34px;
	width: 209px;
	padding-top:6px;
	padding-left:15px;
	margin-bottom:0px;
	margin-left:0px;
	background-image:url(images/bouton.jpg);
	background-repeat:no-repeat;
	font-size:16px; 
	text-decoration:none;
	font-weight:bold;
	color:	#ffffff;
	}

#menu:hover {
	height: 34px;
	width: 209px;
	padding-top:6px;
	padding-left:15px;
	margin-bottom:0px;
	margin-left:0px;
	background-image:url(images/bouton1.jpg);
	background-repeat:no-repeat;
	font-size:16px; 
	text-decoration:none;
	font-weight:bold;
	color:	#666666;
	}
#menuselect:hover {
	height: 34px;
	width: 209px;
	padding-top:6px;
	padding-left:15px;
	margin-bottom:0px;
	margin-left:0px;
	background-image:url(images/bouton1.jpg);
	background-repeat:no-repeat;
	font-size:16px; 
	text-decoration:none;
	font-weight:bold;
	color:	#666666;
	}
#menuselect {
	height: 34px;
	width: 209px;
	padding-top:6px;
	padding-left:15px;
	margin-bottom:0px;
	margin-left:0px;
	background-image:url(images/bouton2.jpg);
	background-repeat:no-repeat;
	font-size:16px; 
	text-decoration:none;
	font-weight:bold;
	color:	#ffffff;
	}
	

#sousmenu {
	height: 15px;
	width:190px;
	margin-bottom:10px;
	margin-left:20px;
	padding-left:17px;
	padding-top:0px;
	background-image:url(images/sousbouton.jpg);
	background-repeat:no-repeat;	
	font-size:14px;
	text-decoration:none;
	color:	#003399;
	}
#sousmenu:hover {
	height: 15px;
	width:190px;
	margin-bottom:10px;
	margin-left:20px;
	padding-left:17px;
	padding-top:0px;
	background-image:url(images/sousbouton1.jpg);
	background-repeat:no-repeat;	
	font-size:14px;
	text-decoration:none;
	color:	#CCCCCC;
}
#sousmenuselect:hover {
	height: 15px;
	width:190px;
	margin-bottom:10px;
	margin-left:20px;
	padding-left:17px;
	padding-top:0px;
	background-image:url(images/sousbouton1.jpg);
	background-repeat:no-repeat;	
	font-size:14px;
	text-decoration:none;
	color:	#333333;

}
#sousmenuselect {
	height: 15px;
	width:190px;
	margin-bottom:10px;
	margin-left:20px;
	padding-left:17px;
	padding-top:0px;
	background-image:url(images/sousbouton2.jpg);
	background-repeat:no-repeat;	
	font-size:14px;
	text-decoration:none;
	color:	#FF6600;
}