body {
	margin: 0;
	padding: 0;
	background-color: #463f32;
	color: #463f32;
	font-family: Arial;
	font-size: 10px;
}

img {
	border: 0px;
}

a {
	cursor: pointer;
	text-decoration: none;
}

#container {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 600px;
	margin-top: -300px; /* moitié de la hauteur */
	margin-left: -450px; /* moitié de la largeur */
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px;
}

#header {
	width: 900px;
	height: 99px;
	border-bottom: 1px solid #463f32;
	background-image: url(../images/fond4.png);
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#page {
	width: 900px;
	height: 450px;
	border-bottom: 1px solid #463f32;
	background-color: #fff;
}

#page .landing {
	background-image: url(../images/photo_landing_page.jpg);
}

#footer {
	width: 900px;
	height: 49px;
	background-image: url(../images/fond4.png);
	text-align: center;
	font-size: 14px;
	line-height: 49px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#footer a {
	text-decoration: none;
	color: #463f32;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

#title {
	position: absolute;
	left: 30px;
}

#palette_lang {
	position: absolute;
	left: 650px;
}

#anim_language {
	position: absolute;
	top: 100px;
	left: 504px;
	width: 396px;
	height: 80px;
	background-image: url(../images/anim_language.gif);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 100;
}


#uk_off {
	cursor: pointer;
	position: absolute;
	display: block;
	top: 36px;
	left: 650px;
	width: 25px;
	height: 24px;
	background-image: url(../images/uk_off.jpg);
	background-repeat: no-repeat;
}

#uk_off:hover {
	background-image: none;
}

#fr_off {
	cursor: pointer;
	position: absolute;
	display: block;
	top: 36px;
	left: 700px;
	width: 25px;
	height: 24px;
	background-image: url(../images/fr_off.jpg);
	background-repeat: no-repeat;
}

#fr_off:hover {
	background-image: none;
}

#de_off {
	cursor: pointer;
	position: absolute;
	display: block;
	top: 36px;
	left: 750px;
	width: 25px;
	height: 24px;
	background-image: url(../images/de_off.jpg);
	background-repeat: no-repeat;
}

#de_off:hover {
	background-image: none;
}

#sp_off {
	cursor: pointer;
	position: absolute;
	display: block;
	top: 36px;
	left: 800px;
	width: 25px;
	height: 24px;
	background-image: url(../images/sp_off.jpg);
	background-repeat: no-repeat;
}

#sp_off:hover {
	background-image: none;
}

#br_off {
	cursor: pointer;
	position: absolute;
	display: block;
	top: 36px;
	left: 850px;
	width: 25px;
	height: 24px;
	background-image: url(../images/br_off.jpg);
	background-repeat: no-repeat;
}

#br_off:hover {
	background-image: none;
}

#menu {
	cursor: pointer;
	position: relative;
	float: right;
	top: 81px;
	width: 900px;
	font-size: 9px;
	background-color: #463f32;
	opacity: .2;
	text-transform: uppercase;
}

#menu:hover {
	opacity: .7;
}

#menu td {
	text-align: center;
}

#menu td a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	height: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	letter-spacing: .1em;
	-moz-border-radius: 1px 1px 1px 1px;
	-webkit-border-radius: 1px;
}

#menu td a:hover {
	background-color: #fff;
	color: #463f32;
}

#menu .cur_menu a {
	background-color: #fff;
	color: #463f32;
}

.sous_menu {
	letter-spacing: .1em;
	text-transform: uppercase;
}

.sous_menu a {
	color: #463f32;
	font-size: 9px;
}

.sous_menu a:hover {
	text-decoration: underline; 
}

.alllinks a {
	color: #463f32;
	text-decoration: underline; 
}

.alllinks a:hover {
	color: #000;
}


