@charset "utf-8";

/** Colonne Suggestions **/

#suggestions_column {
/*	z-index : -1 ;*/
}

.z-1{
	z-index:-1;
}

#suggestions_column .title {
	margin-bottom : 20px ;
}

#suggestions_column a {
	text-decoration : none ;
	color : #EA6921 ;
	display:block;
}

#suggestions_column a:hover {
	color : #EA6921 ;
	text-decoration : underline;
}

.thumb_block {
	text-align : center ;
	margin : 10px 0 20px 0;
	cursor : pointer ;
}

.suggestion_block {
	margin-bottom : 10px ;
	padding : 0 10px ;
}

.subtitle {
	margin-bottom : 5px ;
	font-size : 11px ;
}

#suggestions_column ul, .suggestion_list {
	padding : 5px 0 15px 0 ;
	position : relative ;
}

#suggestions_column ul li, .suggestion_item {
	padding : 3px 0 0px 15px ;
	background : transparent url('../images/puces_fleches/double_arrow.gif') scroll no-repeat left 5px;
	font-size : 10px ;
	position : relative ;
	border : none !important ; /* IE display BUG Hack */
	border : 1px solid white ;
}



/** Fin section colonne Suggestions **/	
