HTML{
  height:100%
}
BODY{
  margin:0px;
	padding:0px;
	overflow:hidden;
	height:100%;
	background-color: #efe0aa;
	background-image: url(fond.gif);
		
}



#imagefixe{
  	position:absolute;
	top:20px;
	left:15px;
	width:150px;
	height: 150px;
	background:url(roquebrun.gif) no-repeat top left;
}
#formulaire{
 	height:100%;
 	overflow:auto;
	padding:50px 30px 30px 110px;
	font-size:0.8em;
	text-align:justify;

}
#formulaire .liboblig{
  	font : bold 1em Verdana, Arial, Helvetica, sans-serif;
}

#formulaire .titre_paragraphe{
	background-color:#6666CC;
	color : white;
}

.inputBouton { 
	background:#004c7d; 
	border: black;  
	border-top-style: solid ;  
	border-bottom-style: solid ;  
	border-right-style: solid ;   
	border-left-style: solid ; 
	border-width: 1px 1px 1px 1px;  
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;  
	color: white;  
	cursor: hand; 
}

