
/*---------------------------------------------------------------------
				bloc NavigationListeArticle
----------------------------------------------------------------------*/


#blocNavigationListeArticle {

	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	overflow:hidden;
margin-left:8px;
margin-right:10px;
	
	clear:both;
	padding-top:15px;
	height:30px;
	width:581px;
	margin-left:167px;

	
	
}
#blocNavigationListeArticle .container {

	padding-top:5px;	
	position:relative;
	overflow:hidden;
	height:25px;
	background-color:#9fa0a1;
	/*background-image:url(../../../../images/b_fondBarreNav.gif);*/
	background-repeat:repeat-x;
}

#blocNavigationListeArticle .corps {

	padding-bottom:0px;
	
	padding-top:4px;
	position:relative;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	width:60%;
	
}

#blocNavigationListeArticle #precedent {
	display:block;
	color:#fff;
	text-decoration:none;
	width:100px;
	margin-top:5px;
	font-size:10px;
	
	margin-left:20px;
	position:absolute;
		top:5px;
	left:0px;
}

#blocNavigationListeArticle #suivant {
	position:absolute;

	display:block;
	color:#fff;
	text-decoration:none;
	margin-top:5px;
	width:100px;
	text-align:right;
	font-size:10px;
	margin-right:20px;
	top:5px;
	right:0px;
}

#blocNavigationListeArticle a#precedent:hover, #blocNavigationListeArticle a#suivant:hover {
	text-decoration:underline;
}

/*---------------------------------------------------------------------
				numero
----------------------------------------------------------------------*/	
#blocNavigationListeArticle .corps a {
	background-image:url(../../../../images/numPageUnSelected.gif);
	background-repeat:no-repeat;
	width:13px;
	height:14px;
	float:left;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#313b72;
	margin-right:3px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow:hidden;
	text-indent:-200px;
}

#blocNavigationListeArticle .corps a.selected {
	background-image:url(../../../../images/numPageSelected.gif);
	color:#FFF;
}

#blocNavigationListeArticle .corps a:hover {
	text-decoration:underline;
}
