#liste_pays {
	float:left;
    width:200px;
    height:350px;
	
    overflow:auto;
    margin-right:10px;
    margin-top:20px;
}

#liste_pays ul {
	list-style-type:none;
	margin:0px;
	padding:5px;
}

#liste_organismes {
	margin-left:200px;
}

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

.selected {
	font-weight:bold;
}

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

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