/* CSS Document */

#navigBarre{
	float:right;
	margin:5px;
}

#navigBarre img{
	float:left;
}

#navigBarre a{
	border:solid 1px #a1cc82;
	color:#6aa142;
	font-size:9pt;
	width:16px;
	line-height:14px;
	text-align:center;
	text-decoration:none;
	margin:0 1px;	
	float:left;
	background-color:#ccebeb;
}

#navigBarre a:hover{
	border:solid 1px #FFF;
	background-color:#a1cc82;
	color:#fff;
	font-weight:bold;
}

#navigBarre span{
	border:solid 1px #000;
	font-weight:bold;
	color:#000;
	font-size:9pt;
	width:16px;
	line-height:14px;
	text-align:center;
	margin:0 1px;	
	float:left;
	background-color:#ccebeb;
}

#navigBarre span.apres{
	border:solid 1px #a1cc82;
	border-right:0;
	width:4px;
	height:14px;
}

#navigBarre span.avant{
	border:solid 1px #a1cc82;
	border-left:0;
	width:4px;
	height:14px;
}

#navigBarre a.first{
	background:url(../images/btnavig_first.gif) no-repeat;
	background-position: 0 -16px;
	width:14px;
	height:16px;
	border:0;	
}

#navigBarre a.first:hover{
	background:url(../images/btnavig_first.gif) no-repeat;
	background-position: 0 0;
	border:0;	
}

#navigBarre span.first{
	background:url(../images/btnavig_first_off.gif) no-repeat;
	width:14px;
	height:16px;
	border:0;	
}


#navigBarre a.back{
	background:url(../images/btnavig_back.gif) no-repeat;
	background-position: 0 -16px;
	width:14px;
	height:16px;
	border:0;	
}

#navigBarre a.back:hover{
	background:url(../images/btnavig_back.gif) no-repeat;
	background-position: 0 0;
	border:0;	
}

#navigBarre span.back{
	background:url(../images/btnavig_back_off.gif) no-repeat;
	width:14px;
	height:16px;
	border:0;	
}

#navigBarre a.next{
	background:url(../images/btnavig_next.gif) no-repeat;
	background-position: 0 -16px;
	width:14px;
	height:16px;
	border:0;	
}

#navigBarre a.next:hover{
	background:url(../images/btnavig_next.gif) no-repeat;
	background-position: 0 0;
	border:0;	
}

#navigBarre span.next{
	background:url(../images/btnavig_next_off.gif) no-repeat;
	width:14px;
	height:16px;
	border:0;
}

#navigBarre a.last{
	background:url(../images/btnavig_last.gif) no-repeat;
	background-position: 0 -16px;
	width:14px;
	height:16px;
	border:0;	
}

#navigBarre a.last:hover{
	background:url(../images/btnavig_last.gif) no-repeat;
	background-position: 0 0;
	border:0;	
}

#navigBarre span.last{
	background:url(../images/btnavig_last_off.gif) no-repeat;
	width:14px;
	height:16px;
	border:0;	
}
