* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
html, body {
	background-color: #D8DAE0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#conteneur {
	background-color: white;
	width: 808px;
	margin: 0 auto;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align: left;
}
div#titre {
	float: right;
}
ul#menu {
	list-style: url(none) none;
	background-image:  url(/media/img/wrapper/bandeaux/bandeau_haut.jpg);
	background-repeat: no-repeat;
	height: 56px;
}
ul#menu li {
	float:left;
	font-size: 15px;
	padding-left: 30px;
}
ul#menu a {
	text-decoration: none;
}
a.credits {
	color: #664284;
	font-weight: bold;
	text-align: center;
}
p {
	margin-top: 1em;
}
h1 {
	font-size: 15px;
}
h1, .violet {
	color: #664284;
}
.centre {
	text-align: center;
}


/********** accueil *********/
div#contenuaccueil {
	padding-top: 8px;
	padding-left: 28px;
}
div.fondfihey {
	background: url(/media/img/accueil/fond.jpg) no-repeat bottom;
	padding-bottom: 286px;
}
div.sansfond {
	padding-bottom: 28px;
}
div#coldroite {
	float: right;
	padding-right: 28px;
}
div#texteintro {
	width: 460px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#texteintro div {
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
}
div#texteintro strong, div#texteintro a {
	color: #664284;
}
div#contenuaccueil li {
	margin: 0.5em 0 0.5em 30px;	
}


/********** contact *********/
div#coordonnees {
	margin-bottom: 1em;
}
div#coordonnees a {
	color: black;
}


/********** galerie *********/
div#galerie {
	margin-left: 25px;
	float:left;
}
div#galerie, div#galerie a {
	color: #664284;
	font-weight: bold;
}
div.toile_m {
	float: left;
	margin: 2px 0 16px 18px;
	border: 1px solid black;
	width: 164px;
	height: 164px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
div.toile_m img {
	margin: 6px;
}
div#choixpage {
	clear: both;
	text-align: right;
	padding-bottom: 1em;
	padding-right: 20px;
}


/********** popup *********/
body.popup {
	background-color: white;
	height: 100%;
}
div#toile_xl, div#legende {
	margin: 14px;
	text-align: center;
}
div#legende strong {
	color: #664284;
}