@charset "utf-8";
/* CSS Document */
<style>

.floatright{
float: right;
padding: 2%;
margin-left: 2px;
margin-top: 2px;
}

.floatleft{
float: left;
padding: 2%;
margin-left: 2px;
margin-top: 2px;
}

.bleu
{
color: blue; /* couleur bleu */
}

.rouge
{
color: red; /* couleur rouge */
}

.vert
{
color:  green; /* couleur vert */
}


</style>