/*
// PERSONNALISATION ////////////////////////////////////////////////////////
*/

/* h2 */
h2 {
	color: #0589E0;
}


/* Fil ariane */
#fil-ariane a {
	color: #0589E0;
}
#fil-ariane a:hover {
	color: #0589E0;
}


/* Titre */
#titre #titre-cabinet, #titre #titre-honoraires, #titre #titre-fiches, #titre #titre-urgence, #titre #titre-acces {
	color: #0589E0;
}


/* Texte */
.texte {
	color: #333333;
}
.texte-titre {
	color: #0589E0;
}
.texte-gras {
	color: #333333;
}
.texte a {
	color: #333333;
}
.texte a:hover {
	color: #0589E0;
}


/* Equipe */
.equipe-photo {
	border: 2px solid #D3D7D6;
}


/* Fiche */
.fiche-photo {
	border: 2px solid #333333;
}
.fiche-theme-texte a {
	color: #0589E0;
}
.fiche-theme-texte a:hover {
	text-decoration: none;
}


/* Cadre */
.cadre {
	background-color: #EFEFEF;
	padding: 10px;
}