	/* FORME GENERALE DU BOUTON */
	
	.bouton {
	clear : both;
	margin-top : 50px;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 250px;
	height : 50px;
	line-height : 47px;
	border-radius : 4px;
	-webkit-transition-duration : 0.4s;
	-o-transition-duration : 0.4s;
	-moz-transition-duration : 0.4s;
	transition-duration : 0.4s;
	}
	
	.bouton:hover {
	border-radius : 40px;
	-webkit-transition-duration : 0.4s;
	-o-transition-duration : 0.4s;
	-moz-transition-duration : 0.4s;
	transition-duration : 0.4s;
	text-decoration : none;
	}
	
	.bouton > a {
	display : block;
	text-decoration : none;
	}
	
	
	/* ATTRIBUTS DU BOUTON CONTATTI DES BLOCS GRIS */
	
	
	#bouton_contatti {
	border : 2px solid #384954;
	color : #384954;
	text-decoration : none;
	}

	#bouton_contatti:hover {
	background : #384954;
	}

	#bouton_contatti > a {
	color : #384954;
	text-decoration : none;
	}

	#bouton_contatti > a:hover {
	color : #ffffff;
	text-decoration : none;
	}
	
	/* ATTRIBUTS DU BOUTON DOWNLOAD */
		
	#bouton_download {
	border : 2px solid #384954;
	color : #384954;
	width : 250px;
	height : 50px;
	text-decoration : none;
	}

	#bouton_download:hover {
	background : #384954;
	text-decoration : none;
	}

	#bouton_download > a {
	color : #384954;
	text-decoration : none;
	}

	#bouton_download > a:hover {
	color : #ffffff;
	text-decoration : none;
	}
	
	
	/* ATTRIBUTS DU BOUTON TARIF DU FOOTER */
	#bouton_tarifs {
	margin-top : 40px;
	margin-bottom : 40px;
	border : 2px solid #425563;
	background : #425563;
	text-decoration : none;
	/*font-weight: bold;*/
	}
	
	#bouton_tarifs:hover {
	border : 2px solid #425563;
	background : #1e2837;
	text-decoration : none;
	}
	
	#bouton_tarifs > a {
	color : #81a0b6;
	text-decoration : none;
	}
	
	#bouton_tarifs > a:hover {
	color : #81a0b6;
	text-decoration : none;
	}
	

/* ATTRIBUTS DU BOUTON TELEPHONE */
	
	
	#bouton_tel {
	border : 2px solid #384954;
	color : #384954;
	width : 250px;
	height : 50px;
	text-decoration : none;
	line-height : normal;
	padding-top:6px;
	text-decoration : none;
	}

	#bouton_tel:hover {
	background : #384954;
	text-decoration : none;
	line-height : normal;
	text-decoration : none;
	color : #ffffff;
	}
	
	#bouton_tel:hover > a {
	color : #ffffff;
	}

	#bouton_tel > a {
	color : #384954;
	text-decoration : none;
	line-height : normal;
	text-decoration : none;
	}

	#bouton_tel > a:hover {
	color : #ffffff;
	text-decoration : none;
	line-height : normal;
	text-decoration : none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
