@charset "utf-8";
/* CSS Document */
.nav-global	{
	width:960px; 
	height:50px; 
	float:center;
}
.nav-gauche {
	width:300px; 
	float:left; 
	text-align:right;
}
.nav-centre {
	width:358px; 
	float:left; 
	text-align:center;
}
.nav-droite {
	width:300px; 
	float:left; 
	text-align:left;
}
.nav-texte {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:15px; 
	color:#070707; 
}

