.textegras {
	font-weight: bold;
}
.textecouleur {
	color: #5DB4CF;
}
.textecouleurgras {
	font-weight: bold;
	color: #5DB4CF;
}
.texteitalique {
	font-style: italic;
}
.texteagauche {
	text-align: left;
}
.texteadroite {
	text-align: right;
}
.textecentre {
	text-align: center;
}
.textejustifie {
	text-align: justify;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #57B0D1;
	line-height: 21px;
}
.imageadroite {
	float: right;
	margin-left: 10px;
}
.imageagauche {
	float: left;
	margin-right: 10px;
}
#corpsdroitetexte ul {
	list-style-image: url(../images/puces-turquoise.jpg);
}
.filetcolonne {
	background-image: url(../images/filetcentral-turquoise.gif);
	background-repeat: repeat-y;
}

