<style>

/* BASE:0d6e31  BOUTONS:#1f944a;  HOVER:2dbd62  POLICE:280347 */



#hover {
	background-color: #0d6e31;
}

#hover:hover {
	background-color: #2dbd62;
}




.poeme {
	margin: 0 auto;
	width: 400px;
	text-align:center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	filter: blur(0.3px);
	background-color: #0d6e31;
	color: #280347;
}


.poeme:hover {
	filter: blur(0px);
}




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


body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("assets/background.jpg");
    background-size: 33%;
    filter: blur(1px); /* Ajustez la valeur de flou selon vos préférences */
    z-index: -1;
}


.titre {	
	padding : 10px 25px 10px 25px; 	/*haut - droite - bas - gauche*/
	width: 325px;
	height : auto;
	background-color : #1f944a;
	text-align: center;
	margin: 0 auto;
	font-family: Arial,Calibri;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	color: #280347;
}



.lien {
		
	padding : 20px 20px 20px 20px; 	/*haut - droite - bas - gauche*/
	width: auto;
	height : auto; 
	position: absolute;
    top: 100px;
    left: 35px;
	background-color : #0d6e31;
	text-align: center;
	border-radius: 30px;
}

.Wiki {
	padding : 16px 25px 15px 25px; 	/*haut - droite - bas - gauche*/
	width: auto;
	height : auto;
	background-color : #1f944a;
	text-align: center;
	color: red;
	font-family: Arial,Calibri;
	font-size: 18px;
	font-weight: 600;
}

.Wiki:hover {
	background-color : #2dbd62;
}

.LienCommentaire {
	padding : 15px 25px 15px 25px; 	/*haut - droite - bas - gauche*/
	margin-top: 5px;
	width: auto;
	height : auto;
	background-color : #1f944a;
	text-align: center;
	font-family: Arial,Calibri;
	font-size: 18px;
	font-weight: 600;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.LienCommentaire:hover {
	background-color : #2dbd62;
}










.BoiteLiensDroite {
	padding : 20px 20px 20px 20px; 	/*haut - droite - bas - gauche*/
	width: auto;
	height : auto; 
	position: absolute;
    top: 100px;
    right: 70px;
	background-color : #0d6e31;
	text-align: center;
	border-radius: 30px;
	font-family: Arial,Calibri;
	font-size: 18px;
}




.Youtube {
	padding : 16px 25px 15px 25px; 	/*haut - droite - bas - gauche*/
	width: auto;
	height : auto;
	background-color : #1f944a;
	text-align: center;
	color: red;
	font-family: Arial,Calibri;
	font-size: 30px;
	font-weight: 600;
	border-top-left-radius : 20px;
	border-top-right-radius : 20px;
}

.Youtube:hover {
	background-color : #2dbd62;
}

#redYTB {
	color: #ffffff;
}

#YoutubePicture {
	height : 200px;
	border-radius: 10px;

}


.Accueil {
	padding : 15px 0px 15px 0px;
	text-align: center;
	border-bottom-left-radius : 20px;
	border-bottom-right-radius : 20px;
	font-family: Arial,Calibri;
	font-size: 30px;
	background-color : #1f944a;
	font-weight: 600;
	margin-top: 5px;
}



.Accueil:hover {
	background-color : #2dbd62;
}




#ColdplayPicture {
	height : 360px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}


a {
    text-decoration: none;
    color: #ffffff;
}

#blanc {
	color: #ffffff;
}





</style>