body{
	margin: auto;
	font-family: Arial;
    width: 100%;
	box-sizing: content-box;
	background: repeating-radial-gradient(#F2F5A9, #F7BE81, #D0F5A9, #F2F5A9);
	}

#Banniere {
	height: 222px;  
	font-size: 2em;  
	font-weight: bold;  
	color: #912d08;  
	text-align: center;  
	background-image: url("images/banniere_pierre_gilette.jpg");
}

.surf{
	text-align:left;
}

.surf a{
	text-decoration:none;
	color:black;
}

select{
	font-size:20px;
	color:purple;
}

.compositeur{
	font-size: 1.5em;  
	font-weight: bold;  
	color: #990066;
}

.oeuvre{
	font-size: 1.5em;  
	font-weight: bold;  
	color: #996666;
}

.gras{
	font-weight: bold;  
	color: #912d08;  
}

.bouton{
	margin:4px;
	border: solid 2px silver;
	border-radius: 6px;
	background-color: white;
	font-size:16px;
}

.bouton:hover{
	cursor:pointer;
	background-color:lightblue;
	border-color:blue;
}
