body {
	background-color:#fff;
	color:#fff;
	margin: 0px 0px 0px 0px;
	font-family:"Trebuchet ms",sans-serif;
	font-size: 88%;
	line-height: 120%;
	text-align: center;
	height:100%;
	}
	
#conteneur {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right: solid 1px black;
	border-left: solid 1px black;
	text-align: left;
	}
	
#en_tete {
	background-color: white;
	height: 98px;
	width: 750px;
	border-bottom: solid 1px black;
	padding-top: 5px;
	margin: 0;
	}

#contenu {
	width: 750px;
	height:440px;
	margin : 0px 0px 0px 0px;
	position: relative;
	}


html>body #contenu {
	height: auto;
	min-height: 440px;;
	} 

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 400px;
	margin: 0;
	}
		
#droite
	{
	padding: 10px;
	margin-left: 200px;
	width: 520px;
	height:440px;
	border-left: 1px solid black;
	}
	
html>body #contenu #droite {
	height: auto;
	min-height: 420px;
	} 

	
#pied {
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:5px 5px 5px 5px;
	text-align: left;
	clear:both;
	}
	
#txt_gauche {
	text-align: left;
	text-indent:0px;
}
	
p {
	font-size: 12px;
	font-family:"Trebuchet ms",sans-serif;
	line-height: 16px;
	text-align: justify;
	text-indent: 3em;
	color:black;
	}
	
a:link {
	font-size: 88%;
	font-family:"Trebuchet ms",sans-serif;
	line-height: 16px;
	color:black;
	text-decoration:none;
	}
a:visited {
	font-size: 88%;
	font-family:"Trebuchet ms",sans-serif;
	line-height: 16px;
	color:black;
	text-decoration:none;
	}
a:hover {
	font-size: 88%;
	font-family:"Trebuchet ms",sans-serif;
	line-height: 16px;
	color:#ccc;
	text-decoration:none;
	}
a:active {
	font-size: 88%;
	font-family:"Trebuchet ms",sans-serif;
	line-height: 16px;
	color:#ccc;
	text-decoration:none;
	}
	
a img {
	border: none;
	}

.noindent {
	text-indent: 0;
	}

p.small, p.mentions {
	margin-top: 3px;
	text-indent: 0;
	}

p.small a {
	font-family:"Trebuchet ms",sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	line-height: 16px;
	}

p.small a:hover {
	font-family:"Trebuchet ms",sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	line-height: 16px;
}
	
p.mentions a {
	font-family:"Trebuchet ms",sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
	line-height: 16px;
	}

p.mentions a:hover {
	font-family:"Trebuchet ms",sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	line-height: 16px;
}

span#previous, span#next, span#legende, span#retour {
	font-family:"Trebuchet ms",sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
#txt_gauche p {
	text-indent: 0;
	}
	
.txt_centre {
	text-align: center;
	text-indent: 0;
}
.txt_droite {
	text-align: right;
}	

h1 {
	color:#999;
	font-family:"Trebuchet ms",sans-serif;
	font-size:150%;
	text-align:center;
	margin-top:10px;
	}	

h2 {
	font-size: 14px;
	font-family:"Trebuchet ms",sans-serif;
	line-height: 16px;
	text-align: right;
	text-indent:0;
	color:black;
	}
	
h3 {
	font-family:"Trebuchet ms",sans-serif;
	padding: 2px;
	font-size: 14px;
	line-height: 12px;
	text-indent: 0px;
	color: #000;
	margin: 10px 0px 10px 33px;
	}


.lien_serie_texte a {
	font-size: 11px;
	font-family:"Trebuchet ms",sans-serif;
	line-height: 16px;
	text-align: left;
	text-indent: 0;
	color:#666;
	text-decoration:underline;
}

form {
	margin: 0;
	padding: 0;
	}

form, span.texte {
	font-family:"Trebuchet ms",sans-serif;
	font-size: 12px;
	text-indent: 0px;
	color: #000;
	}
	
span.textearchive {
	color: red;
	font-size: 12px;
	}

input {
	background-color: white;
	font-family:"Trebuchet ms",sans-serif;
	font-size: 9px;
	color: #000;
	}

.image_center {
	text-align: center;
	}
	
.image_center img {
	margin-bottom: 20px;
	}
	
.image_center table {
	margin-left: 10px;
	}
	
#next a, #previous a, #next a:hover, #previous a:hover, #legende {
	color: black;
	text-decoration: none;
	}
	
#next {
	text-align: right;
	}
	
.vignette {
	text-align: center;
	width: 150px;
	height: 120px;
	float: left;
	margin: 0px 15px 15px 0px;
	}
	
.vignette img {
	margin: 0;
	}
	
.left {
	display: block;
	float: left;
	margin: 0px 10px 20px 35px;
	}
	
#preload {
	position: absolute;
	top: -16000px;
	}