/* =Phototheque
----------------------------------------------- */
.bloc-phototheque {
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #eee;
	box-shadow: 0 3px 8px #ededed;
	border-radius: 3px;
	float: left;
	height: auto;
	margin: 0 10px 10px 0;
	padding: 10px;
	width: 170px;
}

.bloc-phototheque h6 {
	border-bottom: 2px solid #F8F8F8;
	color: #DA4B4D;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
}

.bloc-phototheque a {
	border: 0 none;
	color: #DA4B4D;
	font-weight: normal;
	text-decoration: none;
}
	