* {
	margin: 0px;
	padding: 0px;
	}
		
body {
	font-size : 18px;
	font-family :serif;
	}
	
h1 {
	font-size : 30px;
	}
	
a {
	color: #930fa3; 
	}
	
.bouton_voir{	
	background-color: green; 
	color: white; 
	width: 50px;
	border-radius: 5px;
	cursor: pointer;
	}
	
.bouton_ajouter{	
	background-color: green; 
	color: white; 
	width: 120px;
	border-radius: 5px;
	cursor: pointer;
	}
	
.bouton_supprimer{	
	background-color: red; 
	color: white; 
	width: 80px;
	border-radius: 5px;
	cursor: pointer;
	}
	
.bouton_menu {
	background-color: #930fa3; 
	color: white;
	width: 150px;
	height : 30px;
	border-radius: 10px;
	font: 1em sans-serif;
	margin-right : 10px;
	cursor: pointer;
	}
	
.bouton_menu_actif{
	background-color: white; 
	border : 3px solid #930fa3; 
	color: #930fa3; 
	width: 150px;
	height : 30px;
	border-radius: 10px;
	font: 1em sans-serif;
	margin-right : 10px;
	}
	
