@import url('barometre.css');

body
{	
}

/*************************/
#DivContent
{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	/*width:187px;		*/
}

.ImgLogin {
	margin: 13% auto;
	float: left;
	width: 500px;
	padding: 27px;
	border: 1px solid #ddd;
	margin-left: 31%;
	background-color: #f5f5f5;
}

.LoginText
{
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	cursor:pointer;	
	text-decoration: none;
	/*color:#FF5800;*/
	text-align:left;
}

.LoginTextBold {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	text-align: center;
	width: 160px;
	margin-top: 25px;
	padding: 10px 0;
	background-color: #838383;
	border: none;
}

.ErrorTextBold
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;	
	text-decoration: none;
	color:red;
	text-align:center;
	width:160px;
	
}
