/* CSS Document */

.photo {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 40px;
}
.photo img {
	padding: 20px;
	width: 85px;
	height: 85px;
	background-color: #DFDFDF;
	opacity:0.7;
}
.description {
	display: inline-block;
}
.telephone a {
	background: transparent url("../images/icones/mauve/telephone.png") no-repeat scroll top right;
	background-size: 32px;
	padding: 0 60px 5px 0;	
}
.telephone a:hover  {
	background: #8fa7c8 url("../images/icones/blanc/telephone.png") no-repeat scroll top right;
	background-size: 32px;
	color: #FFFFFF;
}
.email a {
	background: transparent url("../images/icones/mauve/enveloppe.png") no-repeat scroll top right;
	background-size: 32px;
	padding: 0 60px 5px 0;
	
}
.email a:hover  {
	background: #8fa7c8 url("../images/icones/blanc/enveloppe.png") no-repeat scroll top right;
	background-size: 32px;
	color: #FFFFFF;
}
.adresse a {
	background: transparent url("../images/icones/mauve/googleMap.png") no-repeat scroll top right;
	background-size: 32px;
	padding: 0 60px 5px 0;
	
}
.adresse a:hover  {
	background: #8fa7c8 url("../images/icones/blanc/googleMap.png") no-repeat scroll top right;
	background-size: 32px;
	color: #FFFFFF;
}
.telephone, .email, .adresse {
	margin-bottom: 20px;
}