html, body {
  height: 100%;
  width: 100%;
  }
	
.hautercentpourcent {
  height: 100%;
  }

.centpourcent {
  height: 100%;
  width: 100%;
  }

td {
	font-size: 11px;
	font-family: Helvetica;
	font-style: normal;
}

.gauche {
	BACKGROUND-POSITION: right top;
	BACKGROUND-REPEAT: repeat-y;
	background-image: url(/images/hgauche.jpg);
}

.droite {
	BACKGROUND-POSITION: left top;
	BACKGROUND-REPEAT: repeat-y;
	background-image: url(/images/hdroite.jpg);
}

.td_centre {
	BACKGROUND-POSITION: left top;
	BACKGROUND-REPEAT: repeat-y;
	background-image: url(/images/arriere_2.gif);
	background-color: #CBCBCB;
}

.td_principal {
	background-color: #CBCBCB;
}

.entete {
	background-color: #780002;
	color: #FFFFFF;
}
.titre {
	font-size: 12px;
	font-weight: bold;
	color: #7B0100;
	font-family: Helvetica;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #7B0100;
	font-family: Helvetica;
	margin-top: 5px;
}
b {
	color: #7B0100;
}

a {
	color: #7B0100;
	text-decoration: none;
}

a:hover {
	color: #7B0100;
	text-decoration: none;
}

a:link {
	color: #7B0100;
	text-decoration: none;
}
a:visited {
	color: #7B0100;
	text-decoration: none;
}
a:active {
	color: #7B0100;
	text-decoration: none;
}
