@CHARSET "ISO-8859-1";

body {
	background-color: black;
	color: gray;
	font-family: Arial;
	text-align: center;
}

a {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: white;
}

table {
	text-align: left;
	width: 700px;
	margin: auto;
}

#divmenu {
	width: 800px;
	margin: auto;
}

#menu,menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	display: block;
	width: 10em;
}

#menu li {
	float: left;
	width: 10em;
	list-style: none;
}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	padding: 0;
}

#menu li:hover ul {
	left: auto;
}

#menu li:hover a {
	background-color: white;
}

#menu a:hover {
	color: black;
}

#image_accueil {
	display: block;
	width: 800px;
}

#legende {
	display: block;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: 20px;
	color: white;
	background-color: grey;
}

.news {
	margin-top: 40px;
}

h3 {
	color: red;
}

#artiste {
	margin-top: 40px;
}

a img {
	border: none;
}

.image {
	width: 800px;
	margin: auto;
	margin-top: 40px;
}

#artiste {
	width: 680px;
	margin: auto;
	margin-top: 40px;
}

.artiste {
	width: 330px;
}

.img_artiste {
	width: 350px;
	float: right;
}

#img_oeuvre {
	margin-top: 40px;
}

.table {
	width: 500px;
	margin: auto;
	margin-top: 40px;
}
