/* CSS Document */
div#scroll div.contenu{
margin: 20px 0px 30px 0px;
}

div#scroll div.contenu div.bloc{
margin: 10px 0px 10px 0px;
text-indent:10px;
clear:both;
}

div#scroll div.contenu div.bloc div.img{
float:left;
padding: 5px 5px 5px 5px;
}

div#mask div.blocboth{
margin : 0;
padding : 0;
clear: both;
}

div.image {
float:left;
margin: 5px 5px 5px 0;
position:relative;
}
div.image img {
border: 0;
}
div.image a {
cursor: pointer;
}
div.image span.Masque {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url(images/masque.png);
	background-repeat: no-repeat;
	background-position: top left;
}
ul.ListeClients {
margin: 0;
padding: 0;
}
ul.ListeClients li {
list-style-type: none;
margin: 0;
padding: 0;
}

