#principal .categorie {
	border-bottom:1px solid #aaa;
	margin-top:20px;
	padding-bottom:15px;
	position: relative;
}

*html #principal .categorie { /** pour IE6 **/
	clear:both;
}

#principal .categorie .ligne {
	position: relative;
	overflow: auto;
	margin-bottom:5px;
}
*html #principal .categorie .ligne { /** pour IE6 **/
	clear:both;
}
#principal .categorie .collaborateur {
	float:left;
	position: relative;
	margin-right:20px;
	width:260px;
	height:100px;
}
*html #principal .categorie .collaborateur { /** pour IE6 **/
	margin-right:10px;
}
#principal .categorie .collaborateur .photo {
	float:left;
	position: relative;
	width:90px;
	height:100px;
	overflow: hidden;
	background-color: #000;
}
#principal .categorie .collaborateur .infos {
	position: absolute;
	bottom:0;
	left:95px;
	font-family: "Lucida Grande", "Lucida Sans Unicode";
}
#principal .categorie .collaborateur .infos .nom {
	font-weight: bold;
}
#principal .categorie .collaborateur .infos .coord a {
	color:#1556AC;
}

#principal .categorie .collaborateur .infos .inactif {
	font-weight: normal;
}