body
	{
	background-color: aqua;
	background-image : url("images/bee-705412_1280.png");
	background-repeat : no-repeat;
	background-position : top right;
	background-size : 40%;
	}
#bloc_page
{
width: 900px;
margin: auto;
}
p
{
.imageflottante 
float:left;
}

body
{
background: url('images/fond_jaune.png');
font-family: 'Trebuchet MS', Arial, sans-serif;
color: #181818;
}

#conteneur
{
display: flex;
}
#EBEP
{
border: 3px blue dotted;
border-radius: 10px;
}
#classe
{
border: 3px green dotted;
border-radius: 10px;
}
p
{
padding-left : 50px; /* Marge intérieure gauche de 12px */
}
h2
{
color: red;
}
h3
{
color: green;
}
