body {
	margin: 0;
	padding: 18px;
	background: #ffffff;
	/* font-family: Andale Mono, Lucida Console, LucidaTypewriter, Courier, monospace; */
	/* font-family: Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* word-spacing: 1px; */
	text-transform: none;
	color: #000000;
}
img { border: none; }

.wrapper {
	clear: both;
	float: none;
	overflow: hidden;
}
.gauche { float: left; }
.droite { float: right; }

/* ----- SQLT PROJET ----------- */
/* ----- langue ---------------- */
p#langue {
	position: fixed !important;
	position: absolute;
	top: 18px; right: 36px;
	margin: 0;
}
p#langue a {
	padding: 2px;
	text-decoration: none;
	color: #000000;
}
p#langue a.inactif { color: #999999; }
p#langue a:hover {
	background: #000000;
	color: #ffffff;
}
/* ----- cadre ----------------- */
div#global { width: 600px; }
div#page { height: 700px; } /* patch pour hauteur limite du drag sous safari */
/* ----- blocs de texte -------- */
div#textes {
	width: 100%;
	height: 40px; /* 38px */
}
div.texte {
	float: left;
	width: 196px;
	height: 40px; /* 38px */
	margin-right: 4px;
}
div#textes a { color: #000000; }
/* ----- vignettes ------------- */
div#vignettes {
	position: relative;
	width: 100%;
	height: 29px;
	margin: 12px 0;
}
div#vignettes div#cache {
	position: absolute;
	top: 0; left: 0;
}
div#vignettes div#cache img {
	width: 44px; height: 29px;
}
div#vignettes a {
	cursor: pointer;
}
div#vignettes img.vignette {
	width: 44px;
	height: 29px;
	margin-right: 6px;
}
/* ----- image centrale -------- */
div#image {
	width: 594px;
	height: 594px;
	overflow: hidden;
}