html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background-pattern.png);
 	background-position: top center;
	background-repeat: repeat-y;
	behavior: url("js/csshover.htc");
	height: 100%;
}
#login form {
	margin: 0px;
	padding: 0px;
}
#form-member {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	margin: 2px 10px 0px 0px;
	padding: 0px;
	width: 350px;
	height: 17px;
	text-align: right;
	float: right;
}
#form-member a:link, #form-member a:visited {
	color: #ff9;
	text-decoration: none;
}
#form-member a:hover {
	text-decoration: underline;
}
#login .form-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	margin: 0px 6px 0 0;
	padding: 0;
	display: inline;
}
#form-user, #form-pass {
	color: #fff;
	display: inline;
	margin: 0px 10px 0 0;
	padding: 0;
}
#form-button {
	margin: 0;
	padding: 0px 12px 0px 0px;
	display: inline;
}
#login .input-log {
	margin: 0;
	padding: 0;
	width: 77px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: red;
	font-weight: bold;
	border: 0;
	background-color: white;	
}
.button {
	margin: 0;
	padding: 0;
	border: 0;
	width: 23px;
	height: 17px;
	background-color: #ff0;
	font-family: verdana, tahoma, arial;
	color: #1141a0;
	font-weight: bold;
	font-size: 0.7em;
}
#langage {
	position: absolute;
	margin: 0;
	padding: 0px 0px 0px 10px;
	width: 380px;
	height: 15px;
	left: 0px;
	top: 83px;
	font-family: verdana, arial, tahoma;
	font-size:0.7em;
	font-weight: bold;
	color: #fff;
 	/* background-color: teal;*/
 }
#langage a.fr:link, #langage a.fr:visited  {
	padding: 0px 25px 0px 0px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/drapo-fr.png);
	background-repeat: no-repeat;
	background-position: right;
}
#langage  a.fr:hover, #langage a.fr:active {
	color: #fffa04;
	background-image: url(../images/drapo-fr-over.png);

}
#langage a.ro:link, #langage a.ro:visited  {
	padding: 0px 0px 0px 25px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/drapo-ro.png);
	background-repeat: no-repeat;
	background-position: left;
}
#langage  a.ro:hover, #langage a.ro:active {
	color: #fffa04;
	background-image: url(../images/drapo-ro-over.png);
}
