﻿#titre{
	left:25px;
}

#corps{
	clear:both;
	display:block;
	padding:1em;
	width:730px;
	margin-left:25px;
	margin-bottom:15px;
}
#corps .txt{
	height:300px;
	clear:left;
	padding-top:10px;
}
#corps .txt .scrollable{
	height:280px;
	overflow:auto;
}

#IE6 #corps .txt .scrollable{
	height:280px;
	overflow:auto;
	display:block;
	position:relative;
}
