@charset "utf-8";
/* CSS Document */

#explo_sur_mesure {
	background-color: #d7dde3;
	height: 530px;
	margin: auto;
	width: 100%;
	overflow: auto;
}

	#explo_sur_mesure div.bloc {
		height: 480px;
		padding: 5px 10px;
		width: 780px;
	}
	
	.oldie #explo_sur_mesure div.bloc {
		background-color: #606060;
	}
	
	#explo_sur_mesure h1 {
		border-bottom: 1px solid;
		margin-bottom: 0;
	}
	
	#explo_sur_mesure h5 {
		font-size: 13px;
		line-height: 17px;
		margin: 15px 0 0;
	}
		
	#explo_sur_mesure p {
		display: block;
		font-size: 12px;
		line-height: 16px;
		margin: 0;
		width: 100%;
	}
	
		#explo_sur_mesure p.introduction {
			font-size: 11px;
			line-height: 15px;
		}
	
	#explo_sur_mesure form p + p {
		margin-top: 5px;
	}
	
	#explo_sur_mesure form label {
		display: inline-block;
		font-size: 12px;
		line-height: 22px;
		margin-right: 5px;
		width: 160px;
		vertical-align: top;
	}
	
		#explo_sur_mesure form label.small {
			width: 40px;
		}
		
		#explo_sur_mesure form label + input[type="checkbox"], #explo_sur_mesure form label + input[type="radio"] {
			margin-left: 10px;
		}
		
		#explo_sur_mesure form label + label {
			margin-left: 10px;
		}
				
	#explo_sur_mesure input[type="checkbox"] {
		margin-top: 3px;
	}
	
		#explo_sur_mesure input[type="checkbox"] + label {
			margin-left: 2px;
			width: auto;
		}
	
	#explo_sur_mesure input[type="radio"] {
		margin: 5px 0 0;
	}
	
		#explo_sur_mesure input[type="radio"] + label {
			margin-left: 2px;
			width: auto;
		}
	
	#explo_sur_mesure input[type=submit] {
		background-color: #A7D30E;
		border: none;
		border-bottom: 1px solid #999;
		border-top: 1px solid #333;
		border-radius: 5px;
		box-shadow: 0px 1px 1px 0px #333 inset;
		color: #FFF;
		cursor: pointer;
		font-weight: bold;
		height: 25px;
		width: 100px;
	}
				
	.oldie #explo_sur_mesure input[type=submit] {
		border: none;
	}
	
	#explo_sur_mesure input[type="text"] {
		border: 1px solid #eee;
		height: 20px;
		line-height: 20px;
		margin: 0;
		padding: 0 2px;
	}
	
		#explo_sur_mesure input[type="text"] + label {
			margin-left: 20px;
		}
		
		#explo_sur_mesure input[type="text"] + input[type="text"] {
			margin-top: 2px;
		}

	#explo_sur_mesure textarea {
		border: 1px solid #eee;
		margin: 0;
		padding: 0 2px;
		resize: none;
	}