body {
	margin: 0;
	padding: 0;
	background: #DEDEDF;
	color: #f00;
	font: 80% verdana, arial, sans-serif;
}

#abris-piscine {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1B4298;
	font-size: 10px;
	/*background-color: #DEDEDF;*/ /*gris moyen*/
	background-color: #E9E9E9; /*gris clair*/
	border: #36ACC2 solid 1px;
}

input.login {
	width: 73px;
}

input.motPasse {
	width: 50px;
}

input.submit {
	/*font-weight: bold;*/
	background-color: #28366C; /*bleu foncé*/
	color: #E7E74E;
	/*background-color: #E9E9E9;*/ /*gris clair*/
	/*border: #36ACC2 solid 1px;*/
	padding: 0; 
	width: 20px;
	height: 16px;
}

.smallTxtRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1B4298;
	font-size: 9px;
	text-align: right;
}

a:link.test { color: #1B4298 }
a:visited.test { color: #1B4298 }
a:hover.test { color: #1B4298 }
a:active.test { color: #1B4298 }
