.committees_title{
	text-decoration: none;
	color: #376092;
	font-size: 25px;
}

.committees_title:hover{
	text-decoration: underline;
}

.name{
	width: 100px;
}

.name a{
	text-decoration: none;
	color: #7C7C7C;
}

.member:hover .name a{
	text-decoration: underline;
}

.first_name{
	width: 90px;
}

.first_name a{
	text-decoration: none;
	color: #7C7C7C;
}

.member:hover .first_name a{
	text-decoration: underline;
}

.organism{
	width: 310px;
}

.organism_link{
	text-decoration: none;
	color: #483D8B;
}

.organism_link:hover{
	text-decoration: underline;
	color: #556B2F;
}

.country{
	width: 120px;
}

.separateur_groupe{
	height: 20px;
}