.strophe{
    color:black;
    text-align:center;
}

.surligner{
	color:red;
	font-weight: bold;
	/*text decoration: underline*/
}

h1{/* titre*/
    font-size: 60px;
    background-color:#DA5040;
    font-family: Calibri Light;
    color: White;
    text-align: center;
    margin-right: -50%;
    margin-left: -10%
    /*margin-top: 3%;*/
}
    
h2{/* signature*/
    font-size: 30px;
    /*background-color: gold*/
    color:black;
    font-family: Edwardian Script ITC;
    text-align: center;
}

h3{font-size: 25px;
    /*background-color: gold*/
    color: black;
    font-family: BahnschriftLight;
    text-align: center;
}

.entete{
    text-align:center;
}

.lien{
    float: left;
    width:30%; /*largeur du block de la page*/
    background-color: #DA5040;
    text-align: center
}

.lien2{
    float:right;
    width: 30%;
    margin-right:-40%;
    background-color: #DA5040;
    text-align: center;
}
    

.poeme{
    margin-left: 35%; /*marge de gauche*/
    width: 70%; 
    background-color: Lightgrey;
    opacity : 1;
    font-family: BahnschriftLight;
    height: 900px;
    font-size: 22px;
}

body {
    color:black;
    background-image: url("images pour snt.jpeg");
    /*background-repeat: no-repeat;*/
    background-width: 150%;
    background-height:150%;
    position: center;
    width: 70%;
    height: 70%;
}

.image_centree {
    display: block; /*block d'image*/
    border-radius: 15%; /* rayon du cerle autour de l'image*/
    margin-left: auto;
    margin-right: auto;
}

.image{
    display: block;
    border-bottom: 50%;
    margin-right: auto;
    margin-left: 5%;
    width:90%;
    height:60%
}
