body {
	background:#ffff00;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
img { border:0; }

.titre {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 600px;
	border: 1px solid #FFFFFF;
	background: #ff0000;
	margin: auto;
}

div.box  {
	font-size: 11x;
	text-align: center;
	width: 600px;
	border: 3px solid #ff0000;
	margin: auto;
	padding: 3px;
}
.box a:link, .box strong {
	font-size: 12px;
	font-weight: bold;
	//text-decoration: none;
	color: #ff0000;
	padding: 3px;
}
.box a:visited {
	font-size: 12px;
	font-weight: bold;
	//text-decoration: none;
	color: purple;
	padding: 3px;
}

.thumb img { 
	margin: 2px;
}
.box strong { color:red; }
