h1{
	color: red;
	background-color: yellow;
}
h2{
	color: orange;
	background-color: lightgreen;
}
.box {
            display: flex; 
            justify-content: space-around;
            text-transform : uppercase
        }
        .souligne {
        	text-decoration: underline;
        }
        .centre {
        	text-align: center;
        	color: white;
        }
        .photo {
        	
        	display: flex;
        	justify-content: space-around;
        	background-color: gold;
        }
        .photo > img {
        	width: 30%;
        }
        .marge {
        	margin-left: 50px;
        	text-align: center;
        	padding-top: 200px;
			width: 500px
        }
        .photo {
        	margin-bottom: 50px;
        }
        .espace {
        	margin-bottom: 50px;
        }
        .place {
        	margin-left: 300px;
        	margin-right: 300px;
        	margin-top: 50px;
        	margin-bottom: 50px;
        	text-align: center;
        }
        .image {
        	width: 500px;
        }
        #Resultat {
        	color: red;
        	 font-weight: bold ;
        }

        .couleur {
            transform: rotate(180deg);
          display: flex;
         justify-content: center;  
        }
        .couleur > img {
            width: 50px;
            
            margin-left: 15px;
        }
        #bouton {
            
        }
        p {
        	color: white;
        }
        .titresimple {
            color: red;
            background-color: green;
        }
        h3 {
            text-align: center;
            color: white;
        }
        #joli {
            margin-top: 20px;
        }