html, body {
	margin:0;
	padding: 0;
	font-family:"Trebuchet MS";
	background-color:#003f8b;
}

h2{margin:0;}
a img {
	border:none;
}

input, textarea {
	border:1px solid #003f8b;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	border:1px solid #d8005a;
}

	#haut_repeat {
		background:url(../images/service/haut_repeat.jpg) repeat-x;
		height:351px;
		width:100%;
	}
		#haut {
			background:url(../images/service/haut.jpg) no-repeat;
			height:280px;
			width:960px;
			margin:0 auto;
			
		}
		
			#retour {
				position:relative;
				top:10px;
				left:100px;
				font-size:12px;
			}
			#haut_content {
				width:530px;
				
				float:right;
				color:#fff;
				margin-top:95px;
				/*border:1px solid #ccc;*/
			}
			#haut_content strong {font-size:20px;}
			
	#bas_repeat {
		background:url(../images/service/bas_repeat.jpg) repeat-x;
		height:439px;
		width:100%;
	}
		#bas {
			background:url(../images/service/bas.jpg) no-repeat;
			height:439px;
			width:960px;
			margin:0 auto;
		}
		
.type_forfait, .forfait {
	float:right;
}

#footer {
	text-align:center;
	background-color:#fff;
}

#demande_intervention {
	position:absolute;
	width:960px;
	left:50%;
	margin-left:-480px;
	z-index:100;
}
#demande_intervention_form {
	
}
#demande_intervention_btn {
	background-color:#013F8C;
}
#demande_intervention_btn a {
	color:#fff;
	padding:5px;
}


