body {
  background: #f0f0f0;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

h1 {
  font-size: 18x;
	font-weight: bold;
	color: #4F5688;
	text-align: center;
}

h2 {
  font-size: 14x;
	font-weight: bold;
	color: #4F5688;
	text-align: center;
}

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

.url_titre {
  font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px;
}

a {
  font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: #4F5688;
	padding: 3px;
}

a:visited {
  font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: #4040FF; // 8080FF
	padding: 3px;
}

a:hover {
  font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: #8080FF; // 4040FF
	padding: 3px;
}

.txt { font-size: 11px; text-align: justify; }

.thumb { padding: 2px; border: 0; }

.box {
  font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 600px;
	margin: auto;
}

ul.box {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

li.box {
  width: 198px;
	height: 15px;
	float: left;
	border: 1px solid #FFFFFF;
}



