@charset "utf-8";


/*******
	titre et image
*******/
#img_region {
	border					: 1px dashed #BABE1A;
}

#region_titre {
	color					: #949D1A;
	border-bottom			: 2px solid #949D1A;
	margin-bottom			: 5px;
}
#region_titre .nom_region {
	font-size				: 14pt;
	font-weight				: bold;
}
#region_titre .nbAttraits {
	font-style				: italic;
}
#region_description {
	margin-bottom			: 5px;
	font-size				: 8pt;
	font-style				: italic;
	color					: #949D1A;
	text-align				: justify;
}
/*******
	pays
*******/
#les_pays_title IMG {
	margin 					: 5px;	
	margin-right			: 0;
}
#les_pays_title {
	margin-top				: 5px;
	margin-bottom: 10px;
	font-size 				: 13pt;
	font-weight				: bold;
}
#pays_table {
	margin-bottom			: 10px;
	margin-left				: 5px;
}
#pays_table .nom_capitale {
	font-size				: 8pt;
}
#pays_table A {
	text-decoration			: none;
	font-weight				: bold;
	color					: #6B5645;
}
#pays_table A:hover {
	text-decoration			: underline;
	color					: #000;
}
.pays_item_left {
	width					: 180px;
	padding-bottom			: 5px;
	padding-right			: 5px;
}
#pays_table EM {
	font-size 				: 8pt;
}
