body {
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	background-color: #33CCFF;
	color: #000000;
	
	overflow-y: hidden;
	
}

body, p, table, tr, td, div {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.flash {
	
	position: absolute;
	
	/*left: 50%;
	top: 50%;
	
	margin-left: -325px;
	margin-top: -298px;
	
	width: 650px;
	height: 575px;*/
	
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
}

.flash #introsaisons {
	
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
}

.flash-error {
	
	position: absolute;
	
	left: 50%;
	top: 50%;
	
	margin-left: -200px;
	margin-top: -100px;
	
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 12px;
	
	width: 400px;
	
	background-color: #71DBFF;
	border: 1px solid #2698BE;
	color: #0A2C42;
	
	font-size: 10px;
	text-align: center;
	
}

.flash-error a:link, .flash-error a:visited, .flash-error a:hover, .flash-error a:active {
	
	color: #000000;
	
	font-weight: bold;
	text-decoration: none;
	
}

.footer {
	
	position: absolute;
	
	left: 0px;
	bottom: 8px;
	
	width: 100%;
	height: 24px;
	
	color: #003399;
	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	
}

.footer a:link, .footer a:visited {
	
	color: #003399;
	
	font-weight: bold;
	text-decoration: none;
	
}

.footer a:hover, .footer a:active {
	
	color: #000000;
	
	font-weight: bold;
	text-decoration: underline;
	
}