body {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #808080;
}

INPUT {
	  color: #FF8C00; 
	  background-color: #DCDCDC; 
	  font-size: 10px; 
	  font-family: Verdana; 
	  font-weight: bold; 
	  border: outset; 
	  border-width: thin
}

INPUT.button {
	  color: #000000; 
	  background-color: #DCDCDC; 
	  font-size: 10px; 
	  font-family: Verdana; 
	  font-weight: bold; 
	  border: outset; 
	  border-width: thin
}

.TitreMenu {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/titre_menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 110px;
}
.Rubrique {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/rubrique1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 30px;
	width: 110px;
}
.Rubrique:hover {
	background-image: url(images/rubrique2.jpg);
}
.BlocContenu {
	width: 270px;
	margin-bottom: 5px;
}
.TitreContenu {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: boldl;
	color: #000000;
	text-decoration: none;
	background-image: url(images/titre_bloc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 270px;
}
.Contenu {
	padding: 5px;
	width: 270px;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.Copyright {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF8C00;
	text-decoration: underline;
}