html, body
{ 
	font-family: Helvetica; 
	font-size: 12px;
	padding: 0px; 
	margin: 0px; 
	border: 0px transparent none; 
	background-image: url(/images/design/bg.jpg);
	background-repeat:repeat-x; 
	background-position:top;
	background-color:#eeeeee;
	height:100%;
	color:#1f1f1f;
}



/* GENERAL */

.clear {
	clear: both;
}


/* CORPS DIPLOMATIQUE */

#dip_nav a {
	
	background-color: #500f0a;
	color: #ccc;
	padding: 5px 15px;
}

#dip_nav a:hover {
	background-color: #D1B969; /* #65150f; */
	color: #333;
}



/* HK/MEDIA */

.media_item {
	margin-top:12px;
}

	.item_thumb {
		float:left;
		width:128px;
		display: inline;
		
	}
		.item_thumb img {
			border: 3px solid #fff;
		}
		
		.item_thumb img:hover {
			border: 3px solid #aeaeae;
		}
	
	.item_text {
		float:right;
		margin:20px 0px 0px 25px;
		width:275px;
		color:#000;
		font-size:1.2em;
		display: inline;
	}
	
		.long {
			margin-top: 12px;
		}
	
		.item_text a {
			color: #000;
		}
		
		.item_text a:hover {
			color: #555;
		}

