<!-- start Simple Custom CSS and JS -->
<style type="text/css">
a:link 
{ 
 text-decoration:none; 
} 

#categorie_etudier_avignon{
	position: relative;
	margin: 15px;
	width: 100%;
  	
}


#Inscription{
	box-shadow: 2px 2px 2px 1px grey;
	padding: 10px;
	display:inline-block;
	height: 250px;
	text-align: center;
  	cursor:pointer;
  	min-height: 10em;
    display: table-cell;
    vertical-align: middle;
    background-image: url("https://terre-et-eau.univ-avignon.fr/wp-content/uploads/sites/54/2020/02/57.jpg");
	background-size:cover;
}

#Inscription h3{
  color:white;
}

#Avignon{
	box-shadow: 2px 2px 2px 1px grey;
	padding: 10px;
	display:inline-block;
	height: 250px;
	text-align: center;
  	cursor:pointer;
  	min-height: 10em;
    display: table-cell;
    vertical-align: middle;
    background-image: url("https://terre-et-eau.univ-avignon.fr/wp-content/uploads/sites/54/2020/02/3.jpg");
	background-size:cover;
}


#Avignon h3{
  color:white;
}

#Pourquoi{
	box-shadow: 2px 2px 2px 1px grey;
	padding: 10px;
	display:inline-block;
	height: 250px;
	text-align: center;
  	cursor:pointer;
  	min-height: 10em;
    display: table-cell;
    vertical-align: middle;
    background-image: url("https://terre-et-eau.univ-avignon.fr/wp-content/uploads/sites/54/2020/02/2.jpg");
 	background-size:cover;
  	background-color: rgba(255, 255, 255, 1);
}

#Pourquoi h3{
  color:white;
}
#Pourquoi li p{
  font-style: italic;
}

#Affichage_etude{
	position: relative;
	margin: 15px;
	height: 100%;
	visibility: hidden;
  	
}

#Affichage_etude li{
	list-style-type: none;
	box-shadow: 2px 2px 2px 1px grey;
	line-height: 3em;
   	padding:10px;
  	margin:10px
}

</style>
<!-- end Simple Custom CSS and JS -->
