body {
	background: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	color: #0B53AC;
	text-align: center;
}
h1 {
	font-size: 18x;
	font-weight: bold;
	color: #0B53AC;
	text-align: center;
}
img { border:1; }

.titre {
	font-size: 14x;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 600px;
	height: 20px;
	border: 1px solid #FFFFFF;
	background: #0B53AC;
	margin: auto;
}

div.box  {
	font-size: 11x;
	text-align: center;
	width: 600px;
	border: 1px solid #FFFFFF;
	margin: auto;
	padding: 0px;
	background: #E2E2E2;
}
.box a:link, .box strong {
	font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: #0B53AC;
	padding: 3px;
}
.box a:visited {
	font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: #0B53AC;
	padding: 3px;
}
.box a:hover {
	font-size: 11x;
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
	padding: 3px;
}
.thumb img { 
	margin: 2px;
}
.box strong { color:black; }