
.portfolio{position: absolute;}

.eco_realisation_categ{
height : auto;
width : 100%; 
float : left;
}

.eco_realisation_categ h3{
color: #DB0D1A;
}
.rouge {
color: #DB0D1A;
}
.eco_realisation_miniatures {
border: 0px solid black;
padding: 8px;
margin: 10px;
display: block;
float: left;
position: relative;
left: 0px;
top: 0px;
width: 165px;
height: 205px;
/*background: url(https://ecomiz.com/img/bg-projet-off.png) repeat-x left top;*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px 5px 5px 5px;
}
.eco_realisation_miniatures .bandeau{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
	margin: 8px;
}

.eco_realisation_miniatures .bandeau.nouveau {
	background: url(../resource/images/nouveau.png) no-repeat;
}
.eco_realisation_miniatures .bandeau.surmesure {
	background: url(../resource/images/surmesure.png) no-repeat;
}
.eco_realisation_miniatures .bandeau.prestashop {
	background: url(../resource/images/prestashop.png) no-repeat;
}
.eco_realisation_miniatures .bandeau.pack {
	background: url(../resource/images/pack.png) no-repeat;
}



.eco_realisation_miniatures h4.titre {
	margin: 0px;
	padding: 0px;
}
.eco_realisation_miniatures h4.titre a {
font-size: 14px;
margin: 0px;
padding: 0px;
color: #82A407;
text-decoration: none;
}
.eco_realisation_miniatures:hover
{
	background: url(../resource/images/bg-projet-on.png) repeat-x left top;
}
.eco_realisation_miniatures p {
margin: 0px;
padding: 0px;
font-size: 11px;
}
