a.active
{
text-decoration: none;
}
a.visited
{
text-decoration: none;
}
a.imagelink
{
 text-decoration:none; 
}  
.corps2
{
margin-bottom: 40px;
}
.numerotation
{
color: blue;
font-size: 20px;
}
.bas2
{  
margin-top:30px;  
}
a
{
text-decoration: none;
}
span
{
font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif; /* Soit mise en Arial si possible*/
color:#03039b;
font-size: 16px;
}
.corpsaction
{
margin-bottom: 130px;

}
h2:first-letter 
{
color: red;
float: left; /* Flotte à gauche */
   font-size: 2em; /* Fasse une hauteur de 3 lignes */
   font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif; /* Soit mise en Arial si possible*/
   font-weight: bold; /* Soit écrite en gras (c'est plus voyant) */
   margin-right: 3px; /* Qu'il y ait une marge de 5px à droite pour que ça colle pas trop au reste du texte */
}
h2 
{
color: blue;
   font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif; /* Soit mise en Arial si possible*/
   font-weight: bold; /* Soit écrite en gras (c'est plus voyant) */
}