@charset "utf-8";
/* Feuille CSS - Copyright Julien Castanier */

p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	display: table-cell;
}

.news {
	margin-left: 0px;
	height: 0px;
}

.carousel-wrap {
	width: 530px;
}

.previous {
	background: url("../images/prev.png") 0 0 no-repeat;
	height: 40px;
	width: 20px;
	float: left;
	background-color: #555555;
	margin-left: -20px;
	cursor: pointer;
}

.previous:hover {
	background: url("../images/prev-hover.png") 0 0 no-repeat;
	background-color: #1A2025;
}

.next {
	background: url("../images/next.png") 0 0 no-repeat;
	height: 40px;
	width: 20px;
	float: left;
	background-color: #555555;
	margin-top: -130px;
	margin-left: -20px;
	cursor: pointer;
}

.next:hover {
	background: url("../images/next-hover.png") 0 0 no-repeat;
	background-color: #1A2025;
}
