body
{
	text-align: center;
	background-image: url("photoshop.jpg");
}
.conteneur
{
	display: flex;
	justify-content: space-around;
}
 
 .element1
 {
 	border: solid;
 	border-radius: 10px;
 	color: white;
 	background-color: black;
 	padding: 12px;

 }
.element2
 {
 	border: solid;
 	border-radius: 10px;
 	color: white;
 	background-color: black;
 	padding: 12px;
 	
}

.element3
 {
 	border: solid;
 	border-radius: 10px;
 	color: white;
 	background-color: black;
 	padding: 12px;
 	
}

.element4
 {
 	border: solid;
 	border-radius: 10px;
 	color: white;
 	background-color: black;
 	padding: 12px;
 	
}


a:hover
{
	color: green;
	font-style: italic;
}

a:active
{
	color: white;
}

a:visited
{
 color: white;
}

a
{
	color: white
}
