body{
	background-color : black;
}
.blueberry a{
	color:rgb(213,213,213);
	text-decoration: none;
}

.blueberry a:hover{
	color:red;
}

#retour{
	width : 15%;
	position:absolute;;
	top:15px;
	left:15px;
}

#retourLink{
	text-decoration: none;
	color : black;
}
#retourLink:hover{
	text-decoration: none;
	color : black;
}
#retourLink:active{
	text-decoration: none;
	color : black;
}
.pager{
	margin:50px;
	}