html{
height:100%;
}
body {
height: 100%;
margin: 0px;
background-image: url(../images/background.gif);
background-repeat: repeat;
}
.maintable{
height:100%;
text-align:left;
vertical-align:top;
}

td {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
h4{
margin-bottom:0px;
font-size: 14px;
font-family: Arial;
color: #333333;
font-weight:bold
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.address, a.address:hover{
	padding-top:3px;
	font-family: arial;
	font-size: 9px;
	color: #859535;
	text-decoration: none;
}
a.adresse, a.address:link, a.address:visited, a.address:active{
	padding-top:3px;
	font-family: arial;
	font-size: 9px;
	color: #859535;
	text-decoration: underline;
}
.input{
font-size: 11px;
font-family: Arial;
color: #333333;
border-right: #333333 1px solid;
border-top: #333333 1px solid;
border-left: #333333 1px solid;
border-bottom: #333333 1px solid;
width: 215px;
height: auto; 
background-color: #ffffff;
}
.input_text{
font-size: 11px;
font-family: Arial;
color: #333333;
border-right: #333333 1px solid;
border-top: #333333 1px solid;
border-left: #333333 1px solid;
border-bottom: #333333 1px solid;
width: 215px;
height: 120px; 
background-color: #ffffff;
}
.input_submit {
font-size: 11px;
font-family: Arial;
color: #333333;
border-right: #333333 1px solid;
border-top: #333333 1px solid;
border-left: #333333 1px solid;
border-bottom: #333333 1px solid;
width: 106px;
height: auto; 
background-color: #ffffff;
}