/* CSS content */

body {
	background-color: #fff;
}
.titre-vert {
	display: block;
	color: #63A224;
	font-size: 22px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	padding: 0px 0 3px 22px;
	margin: 0 0 10px 0;
	background: url(../images/puce_title_vert.gif) left top no-repeat;
	line-height: 100%;
}
	.titre-vert a {
		color: #63A224;
		text-decoration: none;
	}
	.titre-vert a:hover {
		color: #63A224;
	}
	.titre-vert a span {
		font-size: 18px;
		color: #999;
	}
	
.titre-gris {
	font-size: 22px;
	color: #999;
	margin: 1px 0 7px 0;
	padding: 0;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 100%;
}

.pad-txt-vert {
	color: #63A224;
	background: url(../images/puce_pad_vert.gif) left 8px no-repeat;
	padding: 7px 0 0 13px;
	margin: 10px 0 0 0;
	border-top: 1px dotted #879696;
}

.pad_fleche_bleu {
	background: url(../images/puce_fleche_bleu.gif) left 1px no-repeat;
	padding: 0 0 0 15px;
	margin: 10px 0;
}
.txt-11 {
	font-size: 11px;
}
.txt-12 {
	font-size: 12px;
}
.txt-13 {
	font-size: 13px;
}
.txt-14 {
	font-size: 14px;
}
.bleu {
	color: #0093D3;
}
.vert {
	color: #63A224;
}