/* Chercheurs_list.css */


#twocols {
}


.leftcol {
	float: left;
	width: 210px;
	padding: 0 10px 0 0;
	margin: 0px 0px 10px 15px;
	border: 0px red solid;	
}

.rightcol {
	width: 300px;
	float: right;
	text-align: left;
	background: #E9F1F8;
	border: 1px solid #AEC8DB;
	padding: 0px 10px;
	margin: 8px 0 0 0;

}

.rightcol p {
	font-size: 8pt !important;
	line-height: 12pt !important;
}

.clear {
	clear: both !important;
}
