/* @group navigation revue */

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

#navrevue_vol2no5 li { 
	float: left; 
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#body_revue_vol2no5.granit li#navrevue_granit a {
	background-position: -39.3px -205.3px;
}

/* @end */