﻿#titre{
	left:25px;
}
#corps{
	clear:both;
	display:block;
	padding:1em;
	width:564px;
	margin-left:15px;
	margin-bottom:15px;
}
#corps .txt{
	height:339px;
	padding-top:10px;
}
#corps .txt .scrollable{
	height:339px;
	overflow:auto;
}


/* image format 237x145px */
#corps .txt img{
	display:block;
	margin-bottom:1px;
	width:237px;
	height:145px;
	background-color:#D4DFED;
}
#corps .txt .img{
	float: left;
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	width:237px;
	overflow:hidden;
}
/* fin image format template1bis 159x185px */

/* IE6 bug des objets qui débordent et ne sont plus scrollables !*/
#IE6 #corps .txt .scrollable{
	height:339px;
	overflow:auto;
	display:block;
	position:relative;
}
