
.story {
}

.story .date {
	width: 30px;
	float: left;
	padding: 1px 6px;
	background-color: #1776b8;
	text-align: center;

	color: #fff;	
}

.story p {
	width: 195px;
	float: right;
	margin: 0;
	
	font-size: 11px;
	text-align: justify;
}

/*------------------*/

.encartContact {
	display: block;
	width: 130px;
	height: 108px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 120px;
	background: url('images/customer/bg_encartcontact.jpg') 0 0 no-repeat;
	
	color: #646464;
	font-size: 11px;
	text-decoration: none;
}

.encartContact h2 {
	font-size: 14px;
}

/*------------------*/

.encartsContainer {
	width: 580px;

	position: relative;
	top: -20px;
	left: -20px;
}

.encartServices,
.encartDevis {
	display: block;
	width: 290px;
	height: 70px;
	float: left;
}

.fr .encartServices {
	background: url('images/customer/fr/bg_encartservices.jpg') 0 0 no-repeat;
}

.fr .encartDevis {
	background: url('images/customer/fr/bg_encartdevis.jpg') 0 0 no-repeat;
}

.nl .encartServices {
	background: url('images/customer/nl/bg_encartservices.jpg') 0 0 no-repeat;
}

.nl .encartDevis {
	background: url('images/customer/nl/bg_encartdevis.jpg') 0 0 no-repeat;
}

.encartServices:hover,
.encartDevis:hover {
	background-position: 0 bottom;
}

/*------------------*/


.linkCategories {
	display: block;
	width: 261px;
	height: 139px;
	float: left;
	background: url('images/customer/bg_linkcategories.jpg') 0 90px no-repeat;
	
	color: #fff;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
}

	.linkCategories img {
		margin: 0 0 5px 0;
		font-size: 0px;
	}

.linkCategories:hover {
	background-position: 0 bottom;
}

.linkCategories2 {
	display: block;
	width: 168px;
	height: 125px;
	float: left;
	background: url('images/customer/bg_linkcategories2.jpg') 0 89px no-repeat;
	
	color: #fff;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
}

	.linkCategories2 img {
		width: 168px;
		height: 89px;
		margin: 0 0 5px 0;
		font-size: 0px;
	}

.linkCategories2:hover {
	background-position: 0 bottom;
}

.separatorLinkCategories {
	width: 18px;
	height: 1px;
	float: left;
}

/*------------------*/

.nyroBox {
	padding: 20px;
	background-color: #fff;
}