/* CSS Document */

#baraction {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 120px;
	height: 100%;/* écran 1280(L) => 720px;*/
	background-color: #1f2735;/*#161a26;*/
	text-align: center;
	padding-top:80px;
	z-index: 10;
	
} 
#baraction a{
	display: block;
	width: 100%;
	margin-bottom: 40px;
	color: #FFFFFF;
	font-size: 86%;
}
#baraction a:hover {
	background-color: #8fa7c8;/*#2896be;*/
}

#suivant a {
	margin-bottom: 0;
	position: absolute;
	height: 68px;
	bottom: 80px;
	background-image:url("../images/icones/blanc/suivant.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 36px 10px;
	background-size: 42px;
	padding-top: 52px;
	
}
#suivant a:hover {
	background-image: url("../images/icones/blanc/suivant.png");
}
