﻿/*Mon CSS perso*/
.strophe{
         text-align:center; 	
         color : white; 	
}
.surligner {
            color : lightblue;	
            font-weight: bold; 	
            text-decoration:underline;
            font-style : italic;
}

hl
{
	color:lightgreen;
	font-size : 100px;
	blackgrounder-color: yellow;
	front-family: Cursive;
	text-align: center;

}
h2
{
	color:blue;
	font-size : 120px;
	blackgrounder-color: White;
	front-family: Cursive;
	text-align: center;
}
.entete{
	    background-color: green;
	    text-align:center;
		color: white;
}
.liens{
	   float:bottom;
	   margin-left:400px;
	   width: 50%;
	   height: auto;
	   background-color : lightblue;
	   
}
.principale{
            float:up;
	        margin-left:100px;
	        width: 10%;
	        height: auto;
	        background-color : red;
}
.principale1{ 
   float:up;
   margin-left:100px;
   width: 15%;
   height: auto;
   background-color : lightblue;
}
.principale2{ 
             float:up;
             margin-left:100px;
             width: 15%;
             height: auto;
             background-color : white;
}
.liens1{ 
        float:up;
        margin-left:100px;
        width: 15%;
        height: auto;
        background-color : lightyellow;
}
.liens2{ 
         float:up;
          margin-left:100px;
         width: 15%;
         height: auto;
          background-color : yellow;
}
.liens3{ 
        float:up;
        margin-left:100px;
        width: 15%;
        height: auto;
        background-color : lightgreen;
}
	
.poeme {
	    margin-left :50%;
		width: 	50%;
		height: auto;
		background-color : blue;
		text-align:center;
}
body
{
	background-repeat: repeat;
	background-image: url(fond1.jpg);
	background-position : center;
	background-size: 50%;
	
} 
div
{
	background-repeat:no-repeat;
	background-image: url(image3.jpg);
	background-position : right;
	background-size: 10%;
	background-origin: content-box;
} 


