.ib-container article_menu_gauche{
	display: block;
	width: 140px;
	/*height: 150px;*/
	min-height:150px;
	background: #fff;
	cursor: pointer;
	float: left;
	border: 10px solid #fff;
	text-align: left;
	text-transform: none;
	margin: 5px;
	margin-left: 20px;
	margin-top: 10px;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	box-shadow: 
		0px 0px 0px 0px rgba(255,255,255,1), 
		1px 1px 3px 0px rgba(0,0,0,0.2);
}
.ib-container article_menu_gauche h3 a{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	color: rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
}
.ib-container article_menu_gauche header span a{
	font-size: 11px;
	font-family: 'Bitter', serif;
	padding: 0 0;
	display: block;
	color: #FF6633;
	color: rgba(255, 109, 39, 1);
	text-shadow: 0px 0px 0px rgba(255, 210, 82, 1);
	text-transform: none;
}
.ib-container article_menu_gauche header span a:hover{
	color: #FF0000;
	color: rgba(255, 0, 0, 1);
	text-shadow: 0px 0px 0px rgba(255, 210, 82, 1);
	text-transform: none;
}	
.ib-container article_menu_gauche p{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333;
	color: rgba(51, 51, 51, 1);
	text-shadow: 0px 0px 0px rgba(51, 51, 51, 1);
	opacity: 1;
}