body {
	background-image:url("../images/mybiomotic.png");
	background-position:20px 20px; 
	background-repeat: no-repeat;
	font-family: Arial,Helvetica,sans-serif;
	background-color:rgba(85, 45, 85, 0.1);
}


.boite {
	position:relative;
	top:50px;
	bottom:auto;
	margin-left:auto;
	margin-right:auto;
	width:350px;
	border:1px solid rgba(85,85,85, 0.5);
	background-color:rgba(255, 255, 255, 1);
}

.boite_text {
	padding:10px;
	width:100%;
	font-family : Arial, Helvetica, sans-serif;
	text-align:center;
	font-size : 12px;
	color : #555555;
}


.boite_titre {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(85,85,85, 0.1);
	background-color:rgba(225, 225, 225, 0.3);
	font-family : Arial, Helvetica, sans-serif;
	text-align:center;
	font-size : 14px;
	color : #444444;
}


.boite_btn {
	font-family : Arial, Helvetica, sans-serif;
	text-align:center;
	font-size : 12px;
	color : #555555;
	width:100%;
	border-top:1px solid rgba(85,85,85, 0.5);
	background-color:rgba(225, 225, 225, 0.5);
}



html, body, #container { height: 99%; }
body > #container { height: auto; min-height: 100%; }

#content { padding-bottom: 3em; }

#footer {	
	background-color: #333;
	font-family : Raleway,"Droid Sans",Arial,sans-serif;
	text-align:center;
	font-size : 14px;
	color : #FFFFFF;
	clear: both;
	position: relative;
	z-index: 10;
	height: 14px;
	margin-top: -15px;
}






























.input1 {
	font-style: bold;
	color: #555555;
	font-family : 'Arial';
	font-size: 100%;
	background-color:#FFFFFF;
	border: solid 1px #808080;
}

.input1:hover {
	font-style: bold;
	background-color:rgba(85,85,85, 0.1);;
	border: solid 1px #000000; 
}

.input1:focus {
	font-style: bold;
	background-color:rgba(85,85,85, 0.6);;
	border: solid 1px #000000;
	color:#FFFFFF;
}

.button1 {
margin:8px;
padding-left:15px;
padding-right:15px;
padding-bottom:5px;
padding-top:5px;

	font-style: bold;
	color:#FFFFFF;
	font-family : 'Arial';
	font-size: 100%;
/* 	background-color:rgba(203, 195, 159, 1); */
	background-color:#555555;
	border: solid 1px #808080;
}

.button1:hover {
padding-left:15px;
padding-right:15px;
padding-bottom:5px;
padding-top:5px;

	color: #FFFFFF;
	background-color:#000000;
	border: solid 1px #555555; 
}
