#nom_pays {
	font-size:25px;
	font-weight:normal;
	font-family:'Time New Roman';
	color:#008000;
	margin-right:10px;
}

#volet {
	float:left;
}

#liste_pays {
	width:200px;
	
	height:350px;
	overflow:auto;
}

#liste_pays li {
	padding:7px;
	border-bottom:1px dashed #c8c8c8;
}

#liste_pays .desactive {
	color:gray;
}

#donnees {
	margin-left:210px;
}

.masquer {
	color:gray;
	display:none;
}

.selected {
	font-weight:bold;
}

span.r1 {
	color:green;
	font-weight:bold;
}

a.r1 {
	font-weight:bold;
}

.message {
	padding-top:175px;
	
	text-align:center;
	font-size:20px;
}

#liste_bibli li {
	margin:10px;
}