/* CSS Document */

#page {
	margin: auto;
	width: 780px;
	}
	
body {
	background-color: #FFFFFF;
	margin: 0 0 0 0px;
	}
	
#header {
	background-image:url(arthurman-island.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 509px;
	}
	#header h1 {
		display: none;
		}
	#header h2 {
		display: none;
		}
	#header p {
		display: none;
		}

#link {
	width: 780px;
	margin-top: 15px;
	text-align: center;
	}
	#link h1 a:link {
		text-decoration: none;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #999999;
		display: inline;
		}
	#link h1 a:hover {
		text-decoration: none;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #999999;
		display: inline;
		}
	#link h1 a:visited {
		text-decoration: none;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #999999;
		display: inline;
		}
		
#formulaire {
		float: right;
		top: 15px;
		font-size: 12px;
		color: #CCCCCC;
		margin-right: 20px;
		}
		#formulaire input {
			text-align: right;
			font-size: 12px;
			color: #006699;
			}
		#formulaire form {
			text-align: right;
			font-size: 12px;
			}
