#flashHome{
	width:656px;
	height:386px;
}
.block-encart{
	width:158px;
	float:left;
	margin:25px 8px 0 0;
}
.block-encart.last-child{
	margin-right:0;
}
.block-encart .block-img{
	position:relative;
	width:158px;
	height:131px;
	margin-bottom:7px;
	overflow:hidden;
}
.block-encart .block-img img{
	position:absolute;
	top:0;
	left:0;
}
.block-encart .block-img h2{
	text-indent:-5000px;
	font-size:1px;
	position:absolute;
	bottom:0;
	left:0;
}
* html .block-encart .block-img h2{
	bottom:-1px;
}

.block-encart h3{
	font-weight:bold;
}

.block-encart.technologie-encart .link{
	background:url(../images/technologie/puce-carre.gif) no-repeat;
}
.block-encart.energie-encart .link{
	background:url(../images/energie/puce-carre.gif) no-repeat;
}
.block-encart.developpement-encart .link{
	background:url(../images/developpement/puce-carre.gif) no-repeat;
}
.block-encart.reseaux-encart .link{
	background:url(../images/reseaux/puce-carre.gif) no-repeat;
}
#col-left .block-encart .link{
	text-indent:11px;
	background-position:0 3px;
	margin-top:13px;
}
* html #col-left .block-encart .link{
	background-position:0 4px ;
}
*:first-child+html #col-left .block-encart .link{
	background-position:0 4px ;
}
.block-encart .link a{
	color:#000;
}

.block-encart.technologie-encart .link a:hover{
	color:#009bec;
}
.block-encart.energie-encart .link a:hover{
	color:#e2018f;
}
.block-encart.developpement-encart .link a:hover{
	color:#76c500;
}
.block-encart.reseaux-encart .link a:hover{
	color:#ff2400;
}

