html, body {
	height: 100%;
	width: 100%;
	background-color: #33ffcc;
  }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin: 0;
	padding: 0;
}

td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000
}

#centpourcent {
  height: 100%;
  width: 790;
  }
  
   .Menu:link{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
   .Menu:visited{
	color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
   .Menu:active{
	color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
   .Menu:hover{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
a:link {
	color: #ff9933;
	text-decoration: none;
}
a:visited {
	color: #ff9933;
	text-decoration: none;
}
a:hover {
	color: #33ffcc;
	text-decoration: none;
}
.titre {
	color: #ff9933;
	text-align: center;
	font-size: 18px;
}
a:active {
	color: #ff9933;
	text-decoration: none;
}
b {
	font-weight: bold;
	color: #ff9933;
}
strong {
	font-weight: bold;
	color: #ff9933;
}

