/* CSS Document */

body {
	font-family: Geneva;
	background-color:#F3F3F3;
	font-size: 11px;
	line-height: 20px;
}

#header {
	margin-bottom:5px;
	width:758px;
	height:258px;
	background-image:url(bandeau.png);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:bottom;
}

#header img {
	border:1px solid #000000;
}

#flag {
	position:relative;
	float:right;
	padding:10px;
}


#container {
	width:760px;
	margin-left:-380px;
	left:50%;
	position:absolute;
}

#droite {
	width:200px;
	float:right;
}

#droite img {
	border:1px solid #000000;
	margin-bottom:5px;
}

#gauche {
	width:200px;
	float:left;
}

#gauche img {
	border:1px solid #000000;
	margin-bottom:5px;
}

#centre {
	width:350px;
	margin:auto;
}

#centre .cadre {
	border:1px solid #000000;
	text-align:center;
	margin-bottom:30px;
	background-color:#FFFFFF;
}

#centre .adresse {
	border:1px solid #000000;
	text-align:center;
	background-color:#FFCC66;
	margin-top:30px;
	font-size:14px;
}

#centre .room {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

#centre h1 {
	text-align:center;
	font-size:24px;
}

#centre h2 {
	text-align:center;
	font-size:16px;
}

#footer {
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* Formulaire des pages web */

#formpage {
	width:200px;
	font-size:14px;
	text-align:center;
	padding:2px;
	background-color:#FF9900;
	border:1px solid #000000;
	display:block;
	margin:auto;
}

#formpage:hover {
	border:1px dotted #000000;
	background-color:#FFCC00;
}

#formpage a {
	text-decoration:none;
	color:#000000;
}


