body {
	background:#343434;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#conteneur {
position: relative;
width: 800px;
height: 600px;
margin: 0 auto;
background-image: url("../images/accueil-fond.jpg");
}
h1.titre {
position: absolute;
width: 513px;
left: 20px;
top: 25px;
/*text-align: justify;*/
font-family: Verdana, Arial, sans-serif;
font-size: 17px;
color: #FFFFFF;
}
h1.titreOmbre {
position: absolute;
width: 513px;
left: 22px;
top: 27px;
/*text-align: justify;*/
font-family: Verdana, Arial, sans-serif;
font-size: 17px;
color: #523E2B;
}
#drapeauFR {
position: absolute;
width: 28px;
height: 18px;
left: 20px;
top: 144px;
}
#drapeauDE {
position: absolute;
width: 28px;
height: 18px;
left: 20px;
top: 184px;
}
#cartes {
position: absolute;
width: 341px;
height: 348px;
left: 212px;
top: 155px;
background-image: url("../images/cartes.jpg");
}
#texteFR {
position: absolute;
width: 220px;
height: 206px;
left: 20px;
top: 360px;
text-align: justify;
font-size: 14px;
color: #FFFFFF;
}
#texteDE {
position: absolute;
width: 230px;
height: 206px;
left: 550px;
top: 120px;
text-align: justify;
font-size: 14px;
color: #FFFFFF;
}
#impressum {
position: absolute;
/*width: 170px;
height: 50px;*/
left: 610px;
top: 575px;
}
#logo_OFAJ {
position: absolute;
width: 69px;
height: 69px;
left: 710px;
top: 500px;
/*top: 520px;*/
}
#logo_genshagen {
position: absolute;
width: 170px;
height: 50px;
left: 530px;
top: 518px;
}
#logo {
position: absolute;
width: 64px;
height: 62px;
left: 708px;
top: 12px;
}

a:link.presentation {
	text-decoration : none;
	color: #FFFFFF;
}

a:visited.presentation {
	text-decoration : none;
	color : #FFFFFF;
}

a:hover.presentation {
	text-decoration : none;
	/*color : #FFBF00;*/
	color : #FF7F00;
}
