/* @group navigation revue */

#navrevue { 
	width: 37.5px; 
	height: 345.36px; 
	position: relative; 
	background: url(images_new/menu_revue.png) no-repeat; 
	margin:0; 
	padding: 0;
	top: 76px;
	left: 125px;
	list-style-type: none;
	float: left;
	
} 

#navrevue li { 
	float: left; 
}

#navrevue li a { 
	position: absolute; 
	top: 0; 
	margin: 0; 
	display: block;  
	background: url(images_new/menu_revue.png) no-repeat; 
	text-indent: -9999px; 
	overflow: hidden;
	height: 38px;
}

li#navrevue_intro a { 
	top: 0px;
	width: 39px;
	height: 39px;
	background-position: 0 0;
}

li#navrevue_edito a { 
	top: 51.3px; 
	width: 39px;
	height: 39px;
	background-position: 0 -51.3px;
}

li#navrevue_savoirs a { 
	top: 102.7px; 
	width: 39px;
	height: 39px;
	background-position: 0 -102.7px;
}

li#navrevue_projets a { 
	top: 154px; 
	width: 39px;
	height: 39px;
	background-position: 0 -154px;
}

li#navrevue_culture a { 
	top: 205.3px; 
	width: 39px;
	height: 39px; 
	background-position: 0 -205.3px;
}

li#navrevue_ecolo a { 
	top: 256.7px;
	width: 39px;
	height: 39px;
	background-position: 0 -256.7px;
}

li#navrevue_opinion a { 
	top: 308px;
	width: 39px;
	height: 39px;
	background-position: 0 -307px;
}

li#navrevue_intro a:hover {
	background-position: -39.3px 0;
}

li#navrevue_edito a:hover { 
	background-position: -39.3px -51.3px;
}

li#navrevue_savoirs a:hover {
	background-position: -39.3px -102.7px;
}

li#navrevue_projets a:hover { 
	background-position: -39.3px -154px;
}

li#navrevue_culture a:hover { 
	background-position: -39.3px -205.3px;
}

li#navrevue_ecolo a:hover {
	background-position: -39.3px -256.7px;
}

li#navrevue_opinion a:hover {
	background-position: -39.3px -307px;
}

#body_revue.intro li#navrevue_intro a {
	background-position: -39.3px 0;
}

#body_revue.edito li#navrevue_edito a {
	background-position: -39.3px -51.3px;
}

#body_revue.savoirs li#navrevue_savoirs a {
	background-position: -39.3px -102.7px;
}

#body_revue.projets li#navrevue_projets a {
	background-position: -39.3px -154px;
}

#body_revue.culture li#navrevue_culture a {
	background-position: -39.3px -205.3px;
}

#body_revue.ecolo li#navrevue_ecolo a {
	background-position: -39.3px -256.7px;
}

#body_revue.opinion li#navrevue_opinion a {
	background-position: -39.3px -307px;
}

/* @end */