@charset "utf-8";
/* CSS Document */

/* changer les style sexistants */
#content {
	margin-top				: 0px;
	background-color		: #FCECC0;
}
#header { 
	background-image		: url('/img/head_detail.jpg');
	height					: 269px;
}

/*******
detail_header
*******/
#detail_header {
	margin-top				: -65px;
	margin-left				: 10px;
	width					: 905px;
	background-repeat	    : no-repeat;
	background-position		: 25px 15px;
	margin-bottom			: 5px;
}
#detail_carte {
	float:left;
	margin-right:10px;
}
#detail_img_region {
	border 					: 2px solid #BABE1A;
	float					: left;
	margin-bottom			: 10px;
}
#detail_nom_pays {
	padding-top				: 2px;
	margin-bottom			: 3px;
	width					: 600px;
	color					: #FCECC0;
	font-size				: 10pt;
	font-weight				: bold;
}
#detail_nom_region {
	font-size				: 9pt;
}
#detail_nom_region A {
	color					: #FCECC0;
	text-decoration			: none;
}
#detail_nom_region A:hover {
	color					: #6B5645;
	text-decoration			: underline;
}
#detail_img_pays {
	border					: none !important;
	vertical-align			: middle;
	margin-left				: 10px;
	margin-right 			: 10px;
}
#detail_description {
	height					: 39px;
	width					: 835px;
	overflow				: hidden;
	font-size				: 8pt;
	font-style				: italic;
	color					: #FCECC0;
	text-align				: left;
	/*white-space				: nowrap;*/
}
