body{
	background-color: #FFF;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
		}
a{text-decoration:none;}
/* MENU*/
	#menu{ 
		width:247px; 
		float:left; 
		margin-right:0px;
		padding:1px;
		}
		/* liens menu */
		#menu a{
			display:block; 
			background-color: #D8DEFC; 
			color: #003366; 
			width:247px;
			height:20px; 
			text-align:center; 
			margin-top:2px;
			margin-bottom:2px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			text-decoration:none;
			font-weight:bold;
			}
		#menu a:hover,#menu a.smenu1:hover{ 
			background-color: #D8DEFC; 
			margin-top:2px;
			margin-bottom:2px;
			color: #009933;
		    height:20px;
			}
			/* lien qui a un sous-menu*/
			#menu a.smenu:hover{ 
				/*display:block;*/ 
				background-color: #ECFFF5; 
				color: #003366; 
				width:247px;
				height:20px; 
				text-align:center;font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				text-decoration: none;
				font-weight:bold;
				}
	
/* SOUS-MENU*/
	#smenu1,#smenu2,#smenu3{
		display:none; 
		width:247px;z-index:100;
		}
	
	.smenu1,.smenu2,.smenu3{width:247px;}
	.smenu1:hover{background-color: #ECFFF5;}
	#smenu1{
		height:180px; 
		}
	#smenu2{
		height:63px;
		} 
	#smenu3{
		height:158px;
		} 
	
	
	    #smenu1:hover,#smenu2:hover,#smenu3:hover{
		display:none; 
		width:247px;} 
	  	/* lien de sous menu */
		#smenu1 a,#smenu2 a,#smenu3 a{				/*display:block;*/ 
			background-color: #ECFFF5; 
			color: #003366; 
			width:247px;height:20px; 
			text-align:center; 
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			text-decoration:none;
			font-weight:bold;
			border-bottom:1px solid #E1E1E1;
			}
	    #smenu1 a{
		height:29px;
		}
		
		
		
		#smenu1 a:hover,#smenu2 a:hover,#smenu3 a:hover{ 
			background-color: #ECFFF5; 
			color: #009900;
			font-size:11px; 
			height:20px; 
			width:247px; 
			font-weight: bold; 
			border-bottom:1px solid #E1E1E1;
			}
		#smenu1 a:hover{
		height:29px;
		}
		
		
.fn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #003366;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align:center
}
a:visited {
	text-decoration: none;
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	text-align:center
}
a:hover {
	text-decoration: none;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center
}
a:active {
	text-decoration: none;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center
}

