body
{
	width: 780px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	background-color: black;
}

#en_tete
{
	width: 842px;
	height: 213px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

#menu
{
	float: left;
	width: 180px;
}

.element_menu
{
	color: white;
	font-family: Arial, serif;
	font-size: 90%;
	background-image: url("images/motif.png");
	background-repeat: no-repeat;
	
	margin-bottom: 20px;
}

.element_menu  h3 a
{
	color: white;
	font-family: Arial, serif;
	font-size: medium;
	text-align: left;
	background-image: url("images/motif.png");
	background-repeat: no-repeat;
	
	margin-bottom: 25px;
}

.element_menu h3 a:hover
{
	color: gray;
	background-color: none;
	text-decoration: none;
}
.element_menu ul
{
	width: 5px;
	list-style-image: url("images/puce.png");
	padding: 0px;
	margin: Opx;
	margin-left: 30px;
	margin-bottom: 5px;
}

.element_menu a
{
	color: gray;
	font-family: Arial, serif;
	font-size: small;
	text-decoration: none;
}

.element_menu a:hover
{
	background-color: silver;
	color: black;
	text-decoration: underline;
}

#corps
{
	width: 572px;
	height: 410px;
	margin-top: 60px;
	margin-left: 190px;
	margin-bottom: 20px;
	padding: 5px;
	
	
	color: white;
	background-color: black;
	background-image: url("images/motif_body.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#corps h1
{
	font-size: x-large;
	color: silver;
	text-align: center;
	font-family: Arial, serif;
}

#corps  p a
{
	font-family: Arial, serif;
	color: white;
	font-size: large;
	text-decoration: none;
	
	margin-left: 20px;
}

#corps  p a:hover
{
	font-family: Arial, serif;
	color: black;
	font-size: large;
	text-decoration: underline;
	
	background-color: silver;
	background-repeat: no-repeat;
	
	margin-left: 20px;
}

#corps a img
{
	border-style: none;
	float: left;
	margin-left: 105px;
	margin-top: 15px;
}

#corps h2 a
{
	color: white;
}

#corps h2 a:hover
{
	color: black;
	background-color: silver;
	text-decoration: none;
}

#corps h3 a
{
	color: white;
}

#corps h3 a:hover
{
	color: black;
	background-color: silver;
	text-decoration: none;
}

.gallery3d a
{
	color: gray;
}

.gallery3d a:visited
{
	color: silver;
}

.navigation
{
	color: white;
	font-family: Arial, serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: blink;
	text-align: right;
	
	float: right;
	
	margin-right: 70px;
	}

#pied_de_page
{
	width: 366px;
	height: 58px;
	padding: 5px;
	
	margin-top: 10px;
	margin-left: 470px;
	
	background-color: black;
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
	
}
