#form_salaires .salaire_etape{
	width:90%;
	text-align:center;
	margin:auto;
}
#form_salaires #salaire_etape_2, #form_salaires #salaire_etape_3, #form_salaires #salaire_etape_4, #form_salaires #salaire_etape_5 {
	display:none;
}
#form_salaires .salaire_intro {
	margin-bottom:20px;
}
#form_salaires .salaire_etape label{
	display:block;
}
#form_salaires .salaire_etape label.unknow{
	display:inline-block;
	margin-left:20px;
}
#form_salaires .salaire_etape input[type=text] {
	display:inline-block;
	width:20%;
	margin:auto;
	text-align:center;
}
#form_salaires .error_salaire{
	display:block;
	color:red;
}
#form_salaires .salaire_etape input[type=button] {
	display:block;
	margin:auto;
	margin-top:10px;
	padding:10px;
	font-size:14px;
	background: #AAD75B;
	color: #fff;
	border:none;
	background-image: -webkit-gradient( linear, left bottom, left top, from( #D1E990 ), to( #AAD75B ) );
	background-image: -webkit-linear-gradient( bottom, #D1E990, #AAD75B );
	background-image: -moz-linear-gradient( bottom, #D1E990, #AAD75B );
	background-image: -o-linear-gradient( bottom, #D1E990, #AAD75B );
	background-image: linear-gradient( to top, #D1E990, #AAD75B );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAD75B', endColorstr='#D1E990');
}
#form_salaires #salaire_etape_5 label{
	display:inline-block;
	margin-right:10px;
	width:30%;
	text-align:left;
}
#form_salaires #salaire_etape_5 input[type=text]{
	display:inline-block;
	width:40%;
	margin:auto;
	text-align:left;
}

/* les résultats */
#salaire_resultats .encart_resultat{
	display:inline-block;
	width:255px;
	min-height:355px;
	vertical-align:top;
	margin-bottom:10px;
	margin-right:20px;
	text-align:center;
}
#salaire_resultats .encart_resultat #legendDiv{
	text-align:left;
}
#salaire_resultats .encart_resultat #legendDiv ul{
	list-style:none;
}
/* la carte */
#salaire_resultats #map-canvas {
	display:inline-block;
	width: 250px;
	height: 250px;
}

/* le partage sur les réseaux sociaux */
#salaire_resultats #share_resultats {
	width:85%;
	margin:auto;
	border:1px solid #a0ce4e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	padding:5px;
}
#salaire_resultats #share_resultats a{
	text-decoration:none;
}
#salaire_resultats #share_resultats img{
	display:inline-block;
	margin-right:10px;
}