body {
	background-color: black;
	font-family: Verdana, Arial;
	text-align: center;
	margin: 0;
	color: white;
}

a {
	color: white;
}

/** Menu **/
	#menu {
		display: block;
		text-align: center;
		background-color:  #E2992A;
		position: fixed;
		padding-top: 2px;
		margin-top: 0;
		padding-bottom: 2px;
		width: 100%;
		border-bottom: 1px solid yellow;
	}
	
	#menu li {
		display: inline;
		padding: 0 0.5em 0 0.5em;
		background-color: #FFBB7F;
		-moz-border-radius: 5px;
		border: 1px solid gray;
	}
	
	#menu li a {
		text-decoration: none;
		color: black;
		font-weight: bold;
		font-size: 1em;
	}
	
	#menu li a:hover {
		color: red;
	}
	
	#menu li a.current {
		text-decoration: underline;
	}
	
#main {
	padding-top: 5%;
	margin-left: 100px;
}

#construction_text {
	color: orange;
	font-weight: bold;
}

#construction_text img {
	padding-right: 10px;
}

#choose_language a{
	color: orange;
	font-size: 3em;
	text-decoration: none;
}

#choose_language a img{
	width: 300px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
}

#contact_text {
	color: white;
}

#contact_text a {
	color: white;
}

#infos_photos {
	color: white;
}

#infos_photos h1{
	color: orange;
	font-size: 2em;
}

#infos_photos h1 b{
	font-size: 1.6em;
}


#infos_photos p img{
	height: 300px;
	margin-left: 10px;
	margin-right: 10px;
	border: solid 2px white;
}

#infos_photos p {
	font-size: 1.1em;
	color: white;
}

#contact_images {
	margin-top: 50px;
}

#contact_images img{
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
}

#content {
	padding-top: 30px;
}

p.legende {
	margin-bottom: 30px;
}