/*Mon CSS perso*/
.strophe {
text-align:center; 	/*le texte sera aligné au centre*/
color : #000000; 	/*le texte est en noir*/
}

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

.entete {
		background-color: #1FA200;
		text-align:center;
		height:50px
}

.lien {
	    float:left;
		width: 30%;
		background-color: #1FA200;
}
.lien2 { 
		float:right;
		width:38%;
        background-color:#1FA200;
}
		
.strophe {
		margin-left:30%;
		width: 32%;
		background-color: #1FA200;
}

body {
		background-image: url("Fondvert.jpg");
}