h1
{
color:rgb(145,0,255);
font-size:50px;
text-align: center;
}
p
{
   color: rgb(145,0,255);
   font-size: 18px;
   text-align: center;
   text-align: justify;
  
}
h2
{font-family:"Comic sans MS", Verdana, serif;
text-align: center;
 font-size: 17px;
color:rgb(145,0,255);

}


.important
{
font-weight:bold;
color:#5a98ff;
}
.lien
{
	font-size: 10px;
	text-align: center;
	}


	
.titre
{
font-weight:bold;
color:#6e70f1;
font-size:17px;

}	
body
{
   width: 950px;
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color: #41ecff;
   background: url(db_Background_blue_water32.jpg);
   background-attachment: fixed;
   
}
body
{
width: xxpx; /*Pour la largeur de la page, marche aussi avec xx% ou xxcm*/
margin: auto
}
a
{
text-align:center;
}