#menu_principal {
	height: 24px ;
	border-left : 1px solid #cccccc ;
	border-right : 1px solid #cccccc ;
	margin-top : -1px ;
	padding-bottom : 15px ;
	text-align : center ;
	color : #000000 ;
	background: #ffffff url('/interface/images/template_mai09/ombre_villesinternet.png') bottom right;
}

/* --------------------------------------------------------------------------------------------------- */

ul#menu_principal_gauche {	
	float : left ;
	list-style : none ;
	margin : 0 ;
	padding : 0 ;
}
			#menu_principal_gauche li {
				float: left ;
				display: inline ;
			}			
						#menu_principal_gauche a.align_droite {
							display: block;
							height: 20px;
							width: 110px;
							padding-top: 4px;
							text-align: center;
							background: url('/interface/images/menus/bg1.gif') bottom;							
							color: #ffffff;
							font-size : 0.8em ;
							text-decoration : none;									
						}			
						#menu_principal_gauche a.align_droite_select {
							display: block;
							height: 20px;
							width: 110px;
							padding-top: 4px;
							text-align: center;
							background: url('/interface/images/menus/bg4.png') bottom;
							color: #ffffff;
							font-size : 0.8em ;
							text-decoration : none;			
						}
								#menu_principal_gauche a.align_droite:hover {
									background-position: top;
									color: #000000;
									text-decoration : underline;	
								}

/* -------------------------------------------------------------------------------------------------- */

ul#menu_principal_droite {	
	float : right ;
	list-style : none ;
	margin : 0 ;
	padding : 0 ;
}
			#menu_principal_droite li {
				float: left ;
				display: inline ;
			}	
						#menu_principal_droite a.align_gauche {
							display: block;
							height: 20px;
							width: 98px;
							padding-top: 4px;
							text-align: center;
							background: url('/interface/images/menus/bg2.gif') bottom;
							color: #ffffff;
							font-size : 0.8em ;
							text-decoration : none;								
						}			
						#menu_principal_droite a.align_gauche_select {
							display: block;
							height: 20px;
							width: 98px;
							padding-top: 4px;
							text-align: center;
							background: url('/interface/images/menus/bg3.png') bottom;
							color: #ffffff;
							font-size : 0.8em ;
							text-decoration : none;							
						}
								#menu_principal_droite a.align_gauche:hover {
									background-position: top ;
									color: #000000;
									text-decoration : underline;
								}
