/*
	Feuille de style de la 
	liste du personnel.
	
	16 mai 2008
	Alexandre Lepage
	alex@difuzer.com
*/

.prof {
	background-color: #e9f0f5;
	border: 1px solid black;
	padding: 10px;
	
	width: 395px;
	margin-bottom: 20px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.prof h2 {
	font-size: 15px;
	margin: 0;
}
.prof .img {
	float: left;
	width: 100px;
	margin: 5px;
	height: 100px;
	overflow: hidden;
}
#tblProfs {
	border-collapse: collapse;
}
#tblProfs td {
	padding: 5px;
	border-bottom: 1px solid #c1c1c1;
}


