body{
	background-color: black;
	font-family: Times New Roman, Serif;
	color: white;
	margin: 0;
	font-size: 1.3em;
	/*
	background-image: url(../img/body.jpg);
	background-repeat: repeat-x;
	*/
}
#main{
	color: black;
	width: 1024px;
	margin: auto;
	margin-top: 0;
	background-image: url(../img/corps.jpg);
	background-repeat: repeat-y;
}
#ban{
	background-image: url(../img/ban.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
.menu{
	width: 80%;
	margin: auto;
	text-align: center;
	border-bottom: 1px solid black;
	margin-top: 25px;
}
.legende{
	font-size: .5em;
	font-family: arial, helvetica, sans-serif;
}
#lang{
	font-size: .7em;
	width: 35%;
}
#home{
	width: 35px;
}
#container{
	width: 80%;
	margin: auto;
	margin-top: 1.5em;
}
#texte-accueil{
	width: 90%;
	text-align: justify;
	background: #D3D3D3;
}
#images-accueil{
	vertical-align: top;
	text-align: center;
}
.galerie{
	width: 80%;
	margin: auto;
}
.galerie-img{
	text-align: center;
	vertical-align: top;
	padding: .7em;
}
#footer{
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 300px;
	margin: 0;
}
#coord{
	width: 60%;
	margin: auto;
	padding-top: 1.2em;
	text-align: center;
	font-size: .7em;
}
h1{
	color: #653F23;
	font-size: 1.5em;
}
a:link{
	color: #653F23;
	text-decoration: underline;
}
a:visited{
	color: #653F23;
}
a:hover{
	text-decoration: underline overline;
	color: #7F512F;
}

a.mainMenu:link{
	text-decoration: none;
	color: #653F23;
}
a.mainMenu:visited{
	text-decoration: none;
	color: #653F23;
}
a.mainMenu:hover{
	text-decoration: overline;
	color: #7F512F;
}

a:link img{
	border: 1px solid #9B5C39;
	padding: 4px;
}
a:visited img{
	border: 1px solid #9B5C39;
	padding: 4px;
}
a:hover img{
	border: 1px dotted #9B5C39;
	padding: 4px;
}



#pub{
	color: #1f73af;
	font-size: .5em;
	font-family: arial, helvetica, sans-serif;
	margin: auto;
	padding: 1em;
	width: 12em;
	text-align: center;
}
#pub a{
	color: orange;
}