/* Eléments principaux de la page*/

body
{
	/* width: px; */
	/* min-height: 500px; Hauteur minimum */
	/* margin: 50px; Pour centrer notre page */
	margin-top: 0px; /* Pour coller ou décoler du haut de la fenêtre du navigateur. */
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 0px;
	/* box-shadow: 0px 5px 20px silver ; */
	/* -webkit-box-shadow: 0px 5px 20px silver; */
	font-family: 'Trebuchet MS', Arial, sans-serif;
	/*background: url(images/fond2.jpg) fixed no-repeat top center;*/
    background-color: #d0d0d0;
	background-size: cover;
}


#header
{
	position: fixed;
	top: 60px;
	width: 200px;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
}

#contact
{
	font-size: 0.9em;
	color: black;
	margin-top: 20px;
	border-top: 1px dotted black;
}

#contact h3
{
	font-size: 1.4em;
	color: black;
	text-align: center;
	text-decoration: none;
}

#contact a
{
	color: black;
	font-style: italic;
	text-decoration: none;
}

#body
{
	position: relative;
	left: 280px;
	width: 900px;
}

#nav
{
	position: fixed;
	left: 330px;
	width: 880px;
	padding: 10px;
	box-shadow: 0px 5px 10px silver ;
	-webkit-box-shadow: 0px 5px 10px silver;
	background: white;
	z-index: 10;
}

#nav a
{
	font-size: 1.3em;
	text-align: center;
	color: black;
	text-decoration: none;
	margin-right: 50px;
	margin-left: 50px;
}

#nav a:hover
{
	border-bottom: 1px solid black;
}

#article
{
	position: relative;
	top: 60px;
	min-height: 150px;
	font-size: 1em;
	color: black;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
}

#article h1
{
	font-size: 1.2em;
	color: black;
	border-bottom: 1px dotted black;
}

#article h3
{
	font-size: 1em;
	text-align: center;
	color: black;
}

#article h3:hover
{
	text-decoration: underline;
}

#article a
{
	color: black;
	text-decoration: none;
}

#article img
{
	margin: 20px;
	box-shadow: 0px 0px 20px silver;
	-webkit-box-shadow: 0px 0px 20px silver;
}

#article em
{
	color: black;
	font-size: 0.8em;
}

#diapo
{
	position: relative;
	top: 60px;
	min-height: 289px;
	background-color: rgba(255,255,255,0.8);
}

#diapo img
{
	margin: 20px;
	box-shadow: 0px 0px 20px silver;
	-webkit-box-shadow: 0px 0px 20px silver;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#venus
{
	position: relative;
	top: 60px;
	min-height: 168px;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}

#venus img
{
	box-shadow: 0px 0px 20px silver;
}

#venus img:hover
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#atelier
{
	position: relative;
	top: 60px;
	min-height: 50px;
	font-size: 1em;
	color: black;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
}

#atelier a
{
	color: black;
	text-decoration: none;
}

#atelier a:hover
{
	text-decoration: underline;
}

#deplacement
{
	color: black;
	font-size: 0.8em;
	text-decoration: none;
}

#deplacement a:hover
{
	text-decoration: underline;
}

#visite
{
	margin-left: 0px;
}

#plan:hover
{
	text-decoration: underline;
}

#not
{
	font-size: 0.8em;
	text-align: right;
	color: black;
}

#not:hover
{
	text-decoration: underline;
}

#footer
{
	position: relative;
	width: 100%;
	height:  40px;
	font-size: 0.8em;
	text-align: center;
	margin-top: 100px;
	border-top: 1px dotted black;
	background-color: rgba(255,255,255,0.8);
}

#footer a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}