body {
  background: #996677;
	font-family: Verdanna;
	font-size: 12px;
	color: #000000;
}

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

.titre {
  font-size: 14x;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 630px;
	border: 1px solid #FFFFFF;
	background: #8F4078;
	margin: auto;
}

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

a {
  font-size: 12x;
	font-weight: bold;
	text-decoration: none;
	color: #FFAABB;
	padding: 3px;
}
a:hover {
  font-size: 12x;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px;
}

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

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

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

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

li.box {
  width: 208px;
	height: 15px;
	float: left;
	border: 0px;
}



