/* CSS Document */
html{
	background:url(../images/fond_accueil.gif) 0 0 repeat-x;
	}

#mere{
	background:url(../images/bandeau_fd.jpg) center 120px no-repeat;
	}

#formuDevis{
	margin:0 80px;
	font-size:9pt;
	}
	

	#formuDevis H2{
		margin-left:20px;
		}
	

	#formuDevis DIV.champ{
		float:left;
		display:block;
		width:290px;
		margin:3px 0;
		}

	#formuDevis LABEL{
		display:inline-block;
		width:120px;
		font-weight:bold;
		color:#666;
		}
		
	#formuDevis INPUT{
		width:140px;
		padding:1px;
		margin:0;
		height:16px;
		border:solid 1px #999;
		}
		
	#formuDevis BUTTON{
		padding:2px 10px;
		margin:0;
		border:solid 1px #999;
		background:url(../images/bt_fond.gif) 0 0 repeat-x;
		background-color:#cdcdcd;
		color:#666;
		font-size:10pt;
		font-weight:bold;
		}
		
	#formuDevis TEXTAREA{
		width:550px;
		}
	
	#listeOutils LABEL{
		width:150px;
		font-weight:normal;
		margin:2px 0 0 15px;
		}
	
	#listeOutils INPUT{
		width:auto;
		padding:auto;
		margin:auto;
		height:auto;
		border:0;
		margin-right:5px;
		}
		
	

