/* auteur: Christophe Brun */
/* Date de création: 15/05/2004 */

.celluleFoncee {
	padding : 5px;
	text-align : center;
	border-style : solid;
	border-width : 1px;
	vertical-align : top;
}

.celluleSommaire {
	padding : 0px;
	text-align : left;
	border-style : none;
	border-width : 1px;
	vertical-align : top;
}

.groupe {
	font-size : small;
	font-weight : bold;
	color : gray;
	text-align : left;
	width : 100px;
	margin-right : 10px;
}

.nom {
	font-weight : bold;
	font-size : small;
	text-align : left;
	width : 100px;
}

.numero {
	font-weight : bold;
	font-size : small;
	text-align : center;
}

.prenom {
	font-weight : normal;
	font-size : small;
	text-align : left;
	width : 75px;
}

.titreDoc {
	font-weight : normal;
	font-size : small;
	text-align : left;
}

.titrePub {
	font-weight : bold;
	font-size : small;
	text-align : center;
	color : navy;
}

.typeArt {
	font-weight : normal;
	font-size : x-small;
	text-align : center;
	margin-right : 5px;
	width : 75px;
}



