#splash-container {
	margin-left: auto;
	margin-right: auto;
	width: 772px;
	margin-top: 64px;
	background-image: url(images/splash_background.jpg);
}

#splash-flash {
	position: relative;
	display: block;
	height: 320px;
	width: 772px;
}

#splash-flash object {
	position: absolute;
}

#flash-error {
	display: block;
	height: 500px;
	background-image: url(images/noflash_background.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
}

#flash-error a{
	display: block;
	position: absolute;
	width: 450px;
	height: 60px;
	left: 160px;
	bottom: 115px;
}

#flash-error a span {
	display: none;
}

#splash-error {
	display: block;
	height: 500px;
	background-image: url(images/error_background.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#splash-text {
	display: block;
	height: 180px;

}

#splash-text {
	display: block;
	height: 180px;
}

#splash-text a span {
	display: none;
}

#splash-text .caps, #splash-text .caps a{
	display: block;
	width: 130px;
	height: 130px;
	background-position: top;
}

#splash-text .caps a:hover, #splash-text .caps a:active{
	background-position: bottom;
}

#splash-text #response{
	display:block;
	width: 283px;
	padding-top: 10px;
	padding-left: 246px;
  position:relative;
}


#splash-text #oui, #splash-text #oui a{
	background-image: url(images/btn_oui.jpg);
	float: left;
}

#splash-text #non, #splash-text #non a{
	background-image: url(images/btn_non.jpg);
	float: right;
}

#flashcontent {
	height: 320px;
	overflow: hidden;
}

#ok, #splash-text #ok a{ width:75px; height:75px}
#ok { display:block; background: url(images/btn_ok.gif) no-repeat top left; position:absolute; left:465px; top:39px; border:none}
#ok:hover{ background-position: bottom left;}

#day, #month, #year{ position:absolute; width:60px; height:34px; top:69px; text-align: center;}

#year{ width:80px; left:374px;}
#day{ left:243px; }
#month{ left:308px; }

*+html #day, *+html #month, *+html #year{ top:67px; }
*html #day, *html #month, *html #year{ top:67px; }
*+html #year{ left:373px;}
*html #year{ left:373px;}
*+html #day{ left:243px; }
*+html #month{ left:308px; }

#day select, #month select, #year select{ margin-top:4px; border:none; background-color:#e3e3e3 ; color:#110b79; font-weight: bold; text-align: center; font-size:16px; font-family: Arial; }
#day select, #month select{ width: 50px;}
#year select{ width: 70px;}
