html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border:none;
  background-color: #CCCCCC;
}
#centpourcent {
  height: 100%;
  }
.bordure-g {
	background-image: url(images/bordure-g.jpg);
	background-repeat: repeat-y;
	border-right-width: 2px;
	border-right-color: #FAD876;
	border-right-style: solid;
}
.police {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00923D;
	font-variant: small-caps;
	letter-spacing:5px;
}
/*h1{
	font-family: Verdana;
	font-size: 16px;
	color: #00923D;
	letter-spacing:-1px;
	font-weight:bold;
}*/

h2{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing:2px;
}
.menutitre{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing:1px;
}
p {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
}
a:link {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00923D;
	text-decoration: none;
}
.img-lien-bas {
	background-image: url(images/lien-bas.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.img-table {
	background-image: url(images/table.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bordure-d {
	background-image: url(images/bordure-d.jpg);
	background-repeat: repeat-y;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FAD876;
}
ul {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	/*list-style-image: url(../images/puce.gif);*/
}
td.marge{
	padding:12px;
}
.bord{
	border : solid 1px #FAD876;
}
.bordplein{
	border : solid 1px #FAD876;
	background-color:#EEEEEE;
}
.blanc{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.petit{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
input{
	font-size: 10px;
}
.hautlig{
	line-height:10px
}
a.blanc:link {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a.blanc:visited {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a.blanc:hover {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}

