@charset "utf-8";

/* Login */
.adresse-club
{
	/*position:absolute;
	left:00px;top:280px;
	width:290px;height:84px;*/
	font-style:normal;
	font-size:14pt;
	font-family:'arial';
	text-align:center;
	text-decoration:none;
	color:#fff;
}

.form-fond
{
	position: absolute;
	left: 460px; top: 340px;
	width: 360px; height: 392px;
	background-color: #eeeeee;
	border-radius:28px;
}

.label-erreur
{
	position:absolute;
	left: 0px; top: 95px;
	width: 360px; height: 26px;
	font-style:normal;
	font-size:14pt;
	font-family:'arial';
	text-align:center;
	text-decoration:none;
	color:#C1233C;
}

.connexion-rect
{
	position: absolute;
	background-color: #C1233C;
	left: 103px; top: 0px;
	width: 154px; height: 71px;
}
.connexion-text
{
	position: absolute;
	top: 50%;
	width: 154px;
	transform: translateY(-50%);
	text-align: center;
	font-style:normal;
	font-family:'arial';
	font-weight:normal;
	text-decoration:none;
	font-size: 15pt;
	letter-spacing: 2px;
}
.connexion-fleche
{
	position: absolute;
	top: 71px; left: 168px;
	width: 0px; height: 0px;
	border-top: 12px solid #C1233C;
	border-right: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid transparent;
}

.label-numcarte, .label-password, .label-check1, .label-check2
{
	position: absolute;
	font-style:normal;
	font-family:'arial';
	font-weight:bold;
	text-decoration:none;
	color:#888888;
}
.label-numcarte
{
	left: 44px; top: 131px;
	width: 250px;
	font-size:12pt;
}
.label-password
{
	left: 44px; top: 208px;
	width: 150px;
	font-size:12pt;
}
.label-check1
{
	left: 76px; top: 290px;
	width: 120px;
	font-size:10pt;
}
.label-check2
{
	left: 76px; top: 303px;
	width: 120px;
	font-size:10pt;
}

input[type=text], input[type=password]
{
	position: absolute;
	background-color:#fff;
	font-style:normal;
	font-size:12pt;
	font-family:'arial';
	text-decoration:none;
	width:272px;
	height:24px;
	left:44px;
	border-width: 1px;
	border-left-color: #cdcdcd;
	border-top-color: #cdcdcd;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
}
.input-numcarte
{
	top:149px;
}
.input-password
{
	top:226px;
}
.input-checkbox
{
	position: absolute;
	color:#062f30;
	left:44px;
	top:290px;
	width:18px;
	height:20px;
}
input[type=submit]
{
	position: absolute;
	background-color: #C1233C;
	left: 215px; top: 283px;
	width: 100px; height: 38px;
	border-radius: 6px;
	border-style: none;
	color: white;
	font-style:normal;
	font-family:'arial';
	font-weight:bold;
	text-decoration:none;
}

.msg-erreur {
	position: absolute;
	color:#000000;
	font-style:normal;
	font-size: 12pt;
	font-family:'arial';
	text-decoration:none;
	text-align: center;
	left: 5%;
	right: 5%;
	top: 15%;
}
