body {
	background-color:#fff;
	color :#c00; 
	font-size:0.9em;
	font-family:Arial, Helvetica, Sans-serif;
	margin-right:0; margin-left:20px;
}
img {border:0;}
img.bord {border:solid 1px black;margin:0;}
h1 {
	font-family : Georgia,"Times New Roman",serif;
	font-size:1.3em;
	text-align:center;
}
h2 {
	font-size:1.2em;
	margin:2px;
	padding:0;
	text-align:center;
}

/* ------------------------
   Pour centrer les images de la galerie
   --------------------------    */

div#main {	
	text-align:center;
	position:absolute;
	left:220px;
	top:0px;
	width:800px;
	margin-left:auto;margin-right:auto;
}


/* ------------------------
   Pour la page d'accueil 
   --------------------------    */

#principal{
	margin-right:0;
	margin-left:0;
	text-align:center;
	margin-top:30px;
}
#principal h1{
	margin-top:50px;
}

/* ------------------------
   Citation de la page d'accueil 
   --------------------------    */
blockquote {
	font-family : Georgia,"Times New Roman",serif;
	text-align:center;	
	font-style:italic;
	clear:both;
}
.source {
	font-size:0.6em;
}


/* --------------------------------------
   Liens
   --------------------------------------    */
a{
	color :#c00;
}	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active  {
	text-decoration: underline;
}

/* --------------------------------------
   Menu de la galerie flottant à gauche
   --------------------------------------    */

ul#menu{
	float :left;
	width:200px;
	height:100%;
	margin-top:30px;
	margin-left:0;
	padding-left:0;
	border-right:solid 0px gray;
}
#menu li{
	line-height:1.4em;
	list-style-type : square;
}
/* --------------------------
   Pour la galerie d'image
   --------------------------    */

.vignette {
	float: left ; 
	padding:15px;
	text-align:center;
	}
.erreur {
	color:#f00;
	}


/* --------------------------
   Pied de page 
   --------------------------    */
#piedpage hr {
	display:none;
	}
#piedpage {
	color:#999;
	font-size:0.8em;
	text-align:left;
	clear: both;
}

