/****************************************/
/* FUREUR DE LIRE 2011    				*/
/* DÉPARTEMENT DE LA CULTURE 			*/
/* VILLE DE GENEVE						*/
/****************************************/

/********************/
/*MENU DE NAVIGATION*/
/********************/
.nav {list-style:none;position:absolute; left:25px;top:20px;/*margin:20px 0 0 0;*/padding:0;overflow:hidden;font-family:Arial, Helvetica, sans-serif;}
	.nav li {width:176px;height:14px;margin-bottom:10px;}
			.nav li a {display:block;text-decoration:none;}		

.detail_nav{display:block;}
	.detail_nav li {list-style:none;margin:0 0 4px 1px;font-size:11px;}
	.detail_nav li a{color:#666;text-decoration:none;}
	.detail_nav li a:hover{color:#f00;}


.n_programme{background:url(../img/nav_programme.gif) top left no-repeat;}	
.n_calendrier{background:url(../img/nav_calendrier.gif) top left;margin-top:20px;}
.n_calendrier:hover{background:url(../img/nav_calendrier.gif) bottom left;}
.n_bios{background:url(../img/nav_biosExpress.gif) top left;}
.n_bios:hover{background:url(../img/nav_biosExpress.gif) bottom left;}
.n_infosPratiques{background:url(../img/nav_infosPratiques.gif) top left;}
.n_infosPratiques:hover{background:url(../img/nav_infosPratiques.gif) bottom left;}
.n_esprit{background:url(../img/nav_esprit.gif) top left;}
.n_esprit:hover{background:url(../img/nav_esprit.gif) bottom left;}
.n_organisation{background:url(../img/nav_organisation.gif) top left;}
.n_organisation:hover{background:url(../img/nav_organisation.gif) bottom left;}
.n_partenaires{background:url(../img/nav_partenaires.gif) top left;}
.n_partenaires:hover{background:url(../img/nav_partenaires.gif) bottom left;}
.n_liens{background:url(../img/nav_liensUtiles.gif) top left;}
.n_liens:hover{background:url(../img/nav_liensUtiles.gif) bottom left;}
.n_coinPresse{background:url(../img/nav_coinPresse.gif) top left;}
.n_coinPresse:hover{background:url(../img/nav_coinPresse.gif) bottom left;}
.n_dernieresNews{margin:15px 0 0 0;background:url(../img/nav_dernieresNews.gif) no-repeat;}
			
