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

blockquote
{
font-family:"Comic sans MS", Verdana, serif;
 font-size: 17px;
 text-align: left; 

}

.retour
{
	font-size: 15px;
	text-align: center;
	}
.important
{
font-weight:bold;
color:#5a98ff;
}
.lien
{
	font-size: 10px;
	text-align: center;
	}
	
.titre
{
font-weight:bold;
color:#6e70f1;
font-size:17px;

}	
body
{
   width: 900px;
   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;
}
