html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.zoneform{
border: 1px solid #a5acb2;
background-color: #ffffff;
font-size: 12px;
}

.zoneform-oblig{
border-top: 1px solid #a5acb2;
border-right: 1px solid #a5acb2;
border-bottom: 1px solid #a5acb2;
border-left: 4px solid #cc0000;
background-color: #ffffff;
font-size: 12px;
}

input.boutonform{
	 font-size :10px;
	 text-align : center;
     border:none;
     color:#fff;
     background: transparent url('../images/envoyer2.gif');
     background-repeat: no-repeat;
     background-position : center center;
     width:85px;
     height:20px;
     text-align:center;
     cursor:pointer;
}
