@charset "utf-8";
/* CSS Document */
#page-contacts {
	width: 919px;					/*pour s'adapter a toutes les tailles d'écran, la + petite étant du 760 pixels*/
	height: 602px;
	background-image: url(../images/fond-contacts.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
#contenu-texte-gauche {
	position: absolute;
	left: 66px;
	top: 210px;
	width: 323px;
	height:295px;
	text-align: left;
}
.telephone {
	position: absolute;
	left: 74px;
	top: 148px;
	font-size: 18px;
	color: #cb0233;
	text-align: left;
	width: 209px;
}
#contenu-texte-droit {
	position: absolute;
	left: 433px;
	top: 210px;
	width: 415px;
	height:297px;
	text-align: left;
}
.email {
	position: absolute;
	left: 93px;
	top: 149px;
	width: 272px;
}
.email a {
	text-decoration: none;
	display: block;
	font-size: 18px;
	color: #cb0233;
	text-align: left;

}
.email a:hover {
	color: #000;
}
