body {
	background: #fff url('images/bg.png') no-repeat 50% 0%;
}
#all {
	width: 600px;
	font: 12px tahoma;
	margin: 150px auto;
	padding: 15px;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
	
}
h1 {
	font: 1.6em arial;
	text-align: center;
	color: #ccc;
	position: relative;
	top: 120px;
}
.in {
	width: 100%;
	padding: 10px;
	font: 16px tahoma ;
	margin: 5px auto;
	background: #F4F5F0 ;
	border: 1px solid transparent;
}
input.in:focus , input.in:hover , #result:focus , #result:hover{
	background: #fff;
	border: 1px solid #92948E;
}
#boutn , #btna {
	width: 200px;
	margin: 10px auto;
	padding: 10px;
	font: arial 1.3em ;
}
#boutn select {
	padding: 5px;

}
#text {
	width: 50%; 
	margin: 0 auto;
}
#result {
	margin:10px 60px ;
	padding: 8px 14px;
	text-align: center;
	background:#F4F5F0 ;
	border: 1px solid #C7CCB3;
	font: 12px tahoma ;	
} 
#footer {
	font: 10px tahoma;
	text-align: center;
	width: 50%;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0;
	color: #003466;
}
#footer a {
	text-decoration: none;
	color:#009987 ;
}
#footer a:hover {
	color: #010066;
}
#about {
	cursor: pointer;
}

