h2 {
 font-family: Arial, Helvetica, sans-serif; 
 font-weight: bold;
 text-align: center
}
h3 {
 font-family: Arial, Helvetica, sans-serif; 
 font-weight: bold
}
p {
 text-align: justify
}
.chapeau {
 font-size: large; 
 text-align: center
}
.lien {
 background-color: #FFCCFF;
}
.copy {
 font-size: small; 
}
A:link {
 color: #FF00FF; 
 text-decoration: none;
 font-weight: bold;
}
A:visited {
 color: #FF00FF;
 font-weight: bold;
}
A:active {
 color: #FF00FF; 
 text-decoration: none;
}

