body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1D4F8C;
	margin:0px;
}

input, select, textarea {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a:link { color: #215DC6; }
a:visited { color: #215DC6; }
a:active { color: #000000; }
a:hover { color: #000000; }

img { border: none; }

#login1{
	margin:75px auto 100px auto;
	width:410px;
	border:1px solid #CBC9CB;
	padding:0px 0px 0px 0px;
}

#mast{
	height:38px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	padding:20px 0px 0px 50px;
}

.maintenance{
	background-image:url('/images/bg/maintenance.gif');
	background-position: center;
	background-repeat:no-repeat;
}
.error{
	background-image:url('/images/bg/error.gif');
	background-position: center;
	background-repeat:no-repeat;
}


#formArea{
	padding:5px;
	text-align:center;
}

table{
	text-align:left;
}

.tel{ font-size:18px}
.mail{ font-size:12px}
.erreur{color:#FF0000;font-weight:bold;}

a.bt_home { background-image: url('/images/bt/home.gif'); background-repeat:no-repeat; display: block; width: 157px; } 
a.bt_home:hover { background: url('/images/bt/home.gif') 0 -21px; background-repeat:no-repeat; }