@charset "UTF-8";
/* CSS Document */

h2#titre {
	height: 27px;
	background-image: url(../images/coaching/titre.gif);
}

h3#sousTitre1, h3#sousTitre2 {
	display: block;
	height: 20px;
	margin: 20px 0px 0px 0px;
	text-indent: -10000px;
	/*overflow: hidden;*/
	background-position: top left;
	background-repeat: no-repeat;
}
h3#sousTitre1 {
	background-image: url(../images/coaching/sous_titre1.gif);
}
h3#sousTitre2 {
	background-image: url(../images/coaching/sous_titre2.gif);
}
h3#sousTitre1 + p, h3#sousTitre2 + p {
	margin-top: 0px;
}

div#right ul li {
	margin: 0px;
}
