img.floated {
	float: left;
	position: relative; /* fixes many nasty IE bugs */
	padding: 0.5em;
	}
	
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}

#scroll_maisencore {
	/* Typical fixed height and fixed width example */
	width: 491px;
	height: 307px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
/*	background-color: #E7EADE;*/
/*	margin: 0.3em auto;*/
	padding: 0px;
	padding-right:15px;
}
#scroll_page{
	width: 491px;
	height: 401px;
	overflow: auto;
	position: relative;
	padding: 0px;
	padding-right:15px;
}
#scroll_spec {
	width: 360px;
	height: 401px;
	overflow: auto;
	position: relative;
	padding: 0px;
}
#scroll_page_spec {
	width: 494px;
	height: 346px;
	overflow: auto;
	position: relative;
	padding: 0px;
	padding-right:15px;
}
#scroll_page_horaires{
	width: 260px;
	height: 236px;
	overflow: auto;
	position: relative;
	padding: 0px;
	padding-right:5px;
}
