.slideShow { width: 565px; }

.slidesContainer {
	margin: 0 auto;
	width: 485px;
	height: 355px;
	overflow: auto;
}

.slide {
	margin: 0 auto;
	width: 465px;
	/*height: 360px;*/
	/* Le slide s'ajuste tout seul */
	height: auto;
	font-size: 10px;
	text-align: justify;
	overflow: hidden;
}
.texte h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

/*.texte p {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 150px;
}*/

.infos_sup {
	float: right;
	color: #D20E0E;
	text-decoration: underline;
}

.control {
	display: block;
	width: 39px;
	height: 355px;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
}

.leftControl {
	z-index: 3;
	top: 0;
	left: 0;
	background: transparent url('../images/left.png') no-repeat 0 0;
}

.rightControl {
	top: 0;
	right: 0;
	background: transparent url('../images/right.png') no-repeat 0 0;
}
