/* CSS Document */
#divUpControl{
	position:relative;
	width:13;
	left:0px;
	top:0px;
	z-index:1;
	height: 16;
} 
#divDownControl{
	position:relative;
	width:13;
	left:0px;
	top:0px;
	z-index:1;
	height: 16;

} 
#divContainer{
	position:relative;
	width:230;
	height:600;
	overflow:hidden;
	top:0px;
	left:-10px;
	visibility:hidden;
	z-index: 0;
	clip: rect(0 230 600 0);

} 
#divContent{position:relative; top:0; left:0} 
.texte2b {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2E4F0D;
	padding: 0px 20px 0px 0px;
	margin: 0px 20px 0px 0px;
	text-align: justify;
	list-style-position: outside;
	list-style-type: disc;
	line-height: normal;
}
