@charset "utf-8";
/* CSS Document */
.Entreprises {
    /* box-shadow: 0px 0px 3px #BCBCBC; */
    border-radius: 2px;
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 10px;
    width: 100px;
    height: 50px;
    transition: 0.3s;
}

.Entreprises img{
	width:100px;
	height:50px;
}

.Entreprises:hover{
	border: 1px solid #000000;
}

.Cabinet{
	
	float: left;
	width: 220px;
	border:0px solid #999;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom: 20px;
}
.Cabinet img{
	margin-left:50px;
	margin-right:50px;
	margin-bottom:20px;
	width:120px;
	height:60px;
}
.Cabinet a{
	display:block;
	margin-left:50px;
	line-height:25px;
	background-image: url('../Img/Puce.gif');
	text-indent:20px;
	background-repeat:no-repeat;
	
	
}
.Cabinet a:hover{
	font-weight:bold;
	color:#E20A16;
	
}

#Adresses{
	width:660px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	
}
.Adresse{
	
	float: left;
	width: 180px;
	border:0px solid #999;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;

}
.Adresse1{
	width: 180px;
	border:0px solid #999;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;

}
.Adresse2{
	float: left;
	width: 180px;
	border:0px solid #999;
	margin-left:110;
	margin-right:20;
	margin-top:20px;
	margin-bottom:20px;
}