body {
	background-color : white;
	color : black;
	font-size : small;
	font-family : Verdana, sans-serif;
}

h1 {
	font-size : x-large;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
	margin-bottom : 20px;
}

sup {
	font-size : small;
}

#adresse {
	font-size : x-small;
	color : navy;
	margin-top : 20px;
}

.petittitre {
	color : maroon;
	font-weight : bold;
	margin-top : 20px;
	margin-bottom : 10px;
}

table {
	border : outset teal 3px;
	border-collapse : collapse;
	width : 100%;
}

td.miniature {
	width : 15%;
	text-align : center;
	border : solid gray 1px;
	height : 100px;
}

td.legende {
	width : 35%;
	border : solid gray 1px;
	height : 100px;
	padding : 5px;
}

img {
	border : none;
	vertical-align : middle;
}

#retour {
	margin-top : 10px;
}

