/* CSS Document */


td {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.textegras {
	font-size: 14px;
	font-weight: bold;
}

.textevert {
	font-size: 14px;
	font-weight: bold;
	color: #339900;
}

.textebleu {
	font-size: 14px;
	font-weight: bold;
	color: #517BE9;
}

.textejaune {
	font-size: 14px;
	font-weight: bold;
	color: #F49F0A;
}

.texteorange {
	font-size: 14px;
	font-weight: bold;
	color: #F27C1D;
}

.texterose {
	font-size: 14px;
	font-weight: bold;
	color: #E3339A;
}

.mention {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.papillonvert {
	background-image: url(images/gd-papillon-vert.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
.papillonbleu {
	background-image: url(images/gd-papillon-bleu.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
.papillonjaune {
	background-image: url(images/gd-papillon-jaune.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
.papillonorange {
	background-image: url(images/gd-papillon-orange.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
.papillonrose {
	background-image: url(images/gd-papillon-rose.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
