/*Mon CSS perso*/
.texte{
text-align: center; /*le texte sera aligné au centre*/
color : black; /*le texte est en rouge, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}
.surligner {
color : black;

}
h1{
text-align : center; /* Alignement du texte */
font-family : italic;
font-size : 60px;
}
h2{
font-family : Cursive;
font-size : 20px;
}
body{
background-color : #white; /*couleur de fond arbitraire afin de voir le bloc */
text-align : left;
color : black;
background-image : url("");
background-size : 15%;
background-attachment : scroll;
background-repeat : no-repeat;
background-position : top left;
}
.sous-titre{
font-size : 26px;
}
.jpg{
	display : flex;
	flex : 1 1 10rem;
}
.Programme{
	display : flex;
	flex : 1 1 10rem;
}