﻿/*Mon CSS perso*/

.strophe{
text-align: center; 	
color:#0ABAB5;         
}

.surligner{
color: #FFFF00;         /*le texte est en jaune */
font-weight: bold; 	/*la police est en gras */
}

.entete{	
text-align: center;
color: #FFFF00;
}

.liens{
margin-left: 10%;
width: 25%;
float:left;
}

.poeme{
margin-left: 25%;
width: 65%;
background-color: #0E59A9;
text-align: center;
}

body{
    background-image: url( source.gif );
}


h1{
          font-family: Serif;		/* Police générique ressemblant à Times New Roman*/
          color: #0E59A9;		/* Couleur des caractères */
          font-size: 30px;		/* Taille en pixel */
          text-align: center;		/* Alignement */
          font-weight: 800;	        /*«Graisse» des caractères : donne des caractères gras doit être un multiple de 100*/
          font-style: italic;		/* Style */
          text-decoration: underline;	/* Souligné overline, underline,line-through*/
}


h2{
	      font-family: Serif;		/* Police générique ressemblant à Times New Roman*/
          color: #CCC60A;		/* Couleur des caractères */
          font-size: 22px;		/* Taille en pixel */
} 
