/* Guide */

.grey {
	color : #404040;
}

.box {
	text-align : left;
	width  : 640px;
	height : 125px;
	margin-top : 20px;
	padding : 5px;
	padding-top:10px;
	border-top : 1px solid #333333;	
	border-left : 1px solid #333333;	
	border-right : 1px solid #333333;
}

.box a {
	font-size : 11px;
}

.box_featured {
	text-align : left;
	width  : 624px;
	height : 112px;
	padding : 15px;
	border : 1px solid #deab3f;
	background : #0e0e0e;
}


.thumbnail {
	background : #000000;
	width  : 150px;
	height : 112px;
	border : 1px solid #555555;
	float : left;
	margin-right:10px;
}

.text {
	width  : 460px;
	height : 50px;
	float  : left;
	margin-left : 5px;
}

.title {
	color : #deab3f;
	font-size : 14px;
}

.adresse {
	color : #FFFFFF;
	font-size : 12px;
}

.desc {
	color : #fefefe;
	font-size : 11px;
}

.url {
	color : #deab3f;
	font-size : 10px;
}

.divider {
	width : 624px;
	height : 1px;
	border-bottom : 1px dotted #262626;	
}

.formule {
	text-align : left;
	width  : 640px;
	padding : 5px;
	padding-top:10px;
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
	border-bottom : 1px solid #333333;
}

.imagenes {
	float : left;
	width  : 300px;
	margin-top : 15px;
	margin-left : 10px;
	padding : 2px;
	border: 1px solid #333333;
}


/* Legende */

#legend {
	font-size : 10px;
	width : 298px;
	height : 142px;
	border-top : 1px solid #333333;	
	border-left : 1px solid #333333;	
	border-right : 1px solid #333333;	
}

#legendtitre {
	font-size : 13px;
	color : #DEAB30;
	width : 297px;
	height : 20px;
	border-bottom : 1px solid #333333;	
}


#legendleft {
	float : left;
	width : 149px;
	height : 120px;
}


#legendright {
	float : right;
	width : 146px;
	height : 120px;
	border-left:1px solid #333333;
}

.infoleft {
	width : 148px;
	height : 29px;
	border-bottom:1px solid #333333;
}

.inforight {
	width : 148px;
	height : 29px;
	border-bottom:1px solid #333333;
}

.info {
	margin-top : 6px;
	height : 15px;
	float:left;
}

.infoimg {
	width : 30px;
	height : 29px;
	float:left;
}

