/* CSS Document */
.contact_nom {
	font-size: 22px;
	font-weight: bold;
	color: #336666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336666;
}
.contact_adresse_complete {
	padding-left: 25px;
}
.contact_titre_siret, .contact_titre_ape, .contact_titre_tva, 
.contact_titre_tel, .contact_titre_portable, .contact_titre_fax, .contact_titre_mail  {
	font-weight: bold;
	color: #990000;
	padding-left: 25px;
}
.contact_siret, .contact_ape, .contact_tva {
}
.contact_tel, .contact_portable, .contact_fax, .contact_mail {
}
.contact_titre_tel {
	background-image: url(tel.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contact_titre_portable {
	background-image: url(portable.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contact_titre_fax {
	background-image: url(fax.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contact_titre_mail {
	background-image: url(mail.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contact_titre_horaires {
}
.contact_infos {
}
.contact_titre_horaires {
	font-weight: bold;
	color: #990000;
}
.contact_img {
	border: 1px solid #000000;
	margin: 10px;
}

