body{
	width: 90%;
	text-align:center;
	font-size:2em;
}

div{
	margin:50px;
}

h3{
	color: red;
}

.indice{
	background-image: url('Parchemin.jpg');
	padding: 20px;
	border-width: 4px;
	border-color: black;
	border-style: groove;
	border-radius: 10px;
	font-variant: small-caps;
	
	
}

.indice h3{
	color: black;
	font-variant: small-caps;
}

.gras{
	font-weight: bold;
	font-variant: none;
}
