/*Mon CSS perso*/
h1{
text-align:center; 	/*le texte sera aligné au centre*/
color : #0000FF; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
background-color: #3EECEA
}

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

.strophe {
	text-align:center;
	color:#FCFCF9
}
body {
	background-color: #BACFE5
}
body {
	background-image: url("freddy.jpg");
}

h2{
	font-size :50px ;
    font-family : century ;
	color : Blue;
	text-align: center;
}
	
.liens {
	background-color:#9FD0D3;
	float: left;
	width: 30%;
	height: auto;
	text-align: center;
	
}
.paroles {
	margin-left: 30%;
	padding: 15px 10px 15px 25px;
	width: 68%;
	height: auto;
	float: left;
}
http://jigsaw.w3.org/css-validator/validator$link