body{
	margin: 0px ;
	padding: 0px ;
	background-color: #FFE7DC ;
}

.Texte{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000 ;
}

.TexteGras{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold ;
	color: #000000 ;
}

.TexteGrasRouge{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold ;
	color: #CC0000 ;
}

.TexteGrand{
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000000 ;
}

.TexteGrandGras{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold; 
	color: #000000 ;
}

.TexteBrun{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold ;
	color: #6F030F;
}

.TexteVert{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold ;
	color: #009900;
}

.TexteRouge{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold ;
	color: #CC0000;
}

.TexteBleu{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold ;
	color: #000066;
}

a {
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

a.menu1 {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000066;
  text-decoration: none;
  font-weight: bold;
  padding: 3px;
  display: block;
  width: 200px;
  background-color: #FFFFFF;
}
a.menu1:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000066;
}

a.menu2 {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
  padding: 3px;
  display: block;
  width: 200px;
  background-color: #FFFFFF;
}

a.menu2:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #CC0000;
}

a.menu3 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #000066;
  text-decoration: none;
  font-weight: bold;
  padding: 3px;
  display: block;
  width: 200px;
  background-color: #FFFFFF;
}

a.menu3:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000066;
}

a.menu4 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #009900;
  text-decoration: none;
  font-weight: bold;
  padding: 3px;
  display: block;
  width: 200px;
  background-color: #FFFFFF;
}

a.menu4:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #009900;
}

a.menupage1 {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: 3px;
  display: block;
  width: 200px;
  background-color: #000066;
}

a.menupage2 {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: 3px;
  display: block;
  width: 200px;
  background-color: #CC0000;
}

a.menupage3 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: 3px;
  display: block;
  width: 200px;
  background-color: #000066;
}

