.piscinebgblanc	{ font-size: 12;
		  font-family: century gothic;
		  color: #000000;
		}
.bgblanc	{ font-size: 14;
		  font-family: century gothic;
		  color: #000000;
		}
td		{ font-size: 14;
		  font-family: century gothic;
		  color: #FFFFFF;
		}
A:link        { text-decoration: none; color: #06229c; }
A:visited     { text-decoration: none; color: #06229c; }
A:hover       { text-decoration: underline overline; color: #06229c;}

div{
	width: 475px;
	font-family: century gothic;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 6px;
	border: 1px solid darkblue;
	font-size: 95%;
	line-height: 1.4;
}
p{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
h2{
	margin-top: 0;
	margin-bottom: 6px;
	border: 1px solid gray;
	background: #EEEEEE;
	background-image: url(bgh2.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 110%;
	padding: 4px;
	text-align: left;
}

h3{
	margin-top: 0;
	margin-bottom: 6px;
	border: 1px solid gray;
	background: #EEEEEE;
	background-image: url(bgh2.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 110%;
	padding: 4px;
	text-align: left;
}

ul{
	margin-left: 20px;
	padding-left: 0;
	list-style: square;
}
