@charset "utf-8";
/* CSS Document */

/* classes elements */

h1 {
	font-size:1em;
}

a {
	text-decoration:none;
}

img {
	border:none;		
}

/* fin classes-elements*/
		
	#div_bouton_convertir {
	height: 10em;
	float: left;
	display: block;
	width: 14%;
	text-align: center;
	}
	.div_nombre {
	height: 32px;
	width: 100%;
	float: left;
	display: block;
	}
	

	
	.div_texte_nombre {
	width: 95%;
	float: left;
	border: 2px solid #CCCCCC;
	overflow: hidden;
	}
	

	.texte_nombre {
	float: left;
	border: none;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
	width: 100%;
	padding: 0;
	padding-left: 3px;
	}

.menu{
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	height: 28px;
	color: #00A600;
}

	#img_Rechercher:hover {
	cursor:pointer;
		
}
	
	#div-liens-internes a {
		color:#FFF;	
	}
	#div-liens-internes a:hover {
		color:#FF0;		
	}
 
#load-page {
		color:#FFF;
	}

#div_Application_env {
	float: left;
	border: 1px solid #BBB;
	width: 98%;
	padding: 5px 1% 10px 1%;
	clear: both;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 12px 4px #c4c8c5;
}

#div_Titre-Application {
	width: 100%; 
	height: auto; 
	text-align: center; 
	float: left; 
	display: block;
}
#div_Titre-Application h1 {
	color: #008024;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#div_Titre-Application h2 {
	color: #006600;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.5em;
}


#div_Conversion {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
	display: block;
	float: left;
	clear: both;
}

.div-unite {
	float: left;
	width: 80%;
	clear: both;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 8px;
}

#div-nombre-gauche {
	height: 32px;
	float: left;
	width: 100%;
}

#div-nombre-droite {
	float: left;
	width: 100%;
	height: 32px;
}

#div_nombre_dec {
	float: right;
	width: auto;
	margin-top: 5px;
	margin-right: 8px;
}
#nombre_dec {
	border: 1px solid red;
	width: 32px;
	height: 22px;
	text-align: center;
}

#label_nombre_dec{
	float: left;
	font-size: 0.85em;
	color: #FF0000;
	vertical-align: central;
}

#div-aide {
	float: left;
	display: block;
	clear: both;
	width: 98%;
	font-size: 0.9em;
	padding: 8px 1% 5px 1%;
	border-radius: 10px;
	margin-top: 32px;
	background-color: #FFFFFF;
}

#div-aide p {
	margin-left: 8px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 2em;
}

#div-liens-internes span {
	float: right;
	margin-right: 16px;
}

#div-liens-internes span a {
	font-family: Verdana, Geneva, sans-serif;
}

#div-liens-internes span a img {
	vertical-align: middle;
}
