
body
	{background: RGB(175,200,255);
	font-family:Comic sans MS ;
	}
h1
	{color : black ;
	font-size : 200%;
	background : RGB(200,180,250);
	text-align : center;
	border : solid;
	border-width : 2px;
	border-radius: 50px;
	}
h2
	{color : black ;
	font-size : 150%;
	background : RGB(200,180,250) ;
	text-align : center;
	border : solid;
	border-width : 2px;
	border-radius: 50px;}
	
#logo { display: block;
	margin : auto;
	}
h3
	{color: red;
	text-decoration : underline ;
	}
#centre 
	{ text-align : center ;
}
	
	p1
	{text-align : center ;
	
	}
	
	p { text-align : left; }
	
	ul
	{color:black;
	list-style-type : circle;
	}
a
	{color:black;
	}

section
	{border-style : dashed;
	border-width : 2px;
	border-color : black;
	border-radius:40px ;
	padding: 15px ;



	}
table
	{width:25%;}
table, td, th
	{border: solid 1px grey;
	border-collapse: collapse;
	border-spacing: 2px;
	}

.diff
	{font-weight : bold;
	text-align : right;
	}
ol.niveau1
	{color : black;
	list-style-type : decimal;
	}	
ol.niveau2
	{color : gray;
	list-style-type : lower-latin;
	}

a:hover
	{color:white;
	background:RGB(200,180,250);
	}

.button {

  width: 230px;
  height: 55px;
  font-family: Comic sans MS;
  position: relative;
  color: white;
  z-index: 0;
  border: 3px solid #C28FF5;
  border-radius:25px ;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center ;
  margin-right:  50px ;
  margin-left : 50px ;
  margin-top: 25px ;
  margin-bottom:25px ;


}

#conteneur { display : flex;
			justify-content : center;
			text-align : center;
			list-style-type : none ; 
}
	
#plume {
	width: 25%;
	margin: auto;
	display: block;
	border-radius: 15px;
	margin-bottom: 25px;
}

#poeme1 {
	text-align: center;
	margin : 100px ;
}
#nostalgie {
		text-align: justify ;
		margin : auto ;
		display : block ;
		border:  2px solid black;
	
}
#lonely { 
text-align: justify ;
		margin : auto ;
		display : block ;
		border:  2px solid black;
}
#never {
	text-align: justify ;
		margin : auto ;
		display : block ;
		border:  2px solid black;
}
#tableau {

  width: 50% ;
  height: 50px;


}
#think {
		text-align: justify ;
		margin : auto ;
		display : block ;
		border:  2px solid black;
}

#conteneur2{
			display : flex;
			justify-content : center;
			text-align : center;
			list-style-type : none ; 
			height: 500px;
			width: 100%;
	}
#écrire{
	margin : 20px;
	width: 55px;
}
