@charset "utf-8";
body{background-image:url(../images/back.jpg);
background-position:top;
background-repeat:repeat-y;
background-color:#071f68;
margin-bottom:0 px;
margin-top:0 px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12 px;
color : #54503f;}
/* CSS Document */

/*-------------------------------------------------------*/
/*                                                       */
/*  Frame de base du site                                */
/*                                                       */
/*                                                       */
/*-------------------------------------------------------*/
#div {margin:0 auto; width: 880px; text-align:left;}
#banner{ clear: both;}
#middle {  clear: both; padding-left: 5px; padding-right: 5px;}
#down{  clear: both; vertical-align:bottom; background-color:#615e51; color:#ffffff; height: 165px; }
#contenu{ width: 880px; }
#mspacer{ height:30px; }
#title{ color:#071f68; font-weight:bold; font-size:14px; text-decoration:underline;}
#title2{ color:#071f68; font-weight:bold; font-size:12px;}
.center { text-align:center;}
#menu {
	width:90%;
	margin:20px auto;
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu ul li {
	width:150px;
	height:24px;
	margin:10px 20px;
	padding:5px;
	float:left;
	font-size:20px;
	text-align:center;
	background:url(menu.png) no-repeat;
}

#menu ul li:hover {
	background:url(menuh.png) no-repeat;
}

#menu ul li a {
	text-decoration:none;
}

#menu ul li#return {
	width:30px;
	margin-right:0px;
	background:url(return.png) no-repeat;
}

/* Contenu de la page */

#content {
	width:95%;
	margin:0px auto;
}

/* Affichage de la liste des images */

#images {
	margin:0px;
	padding:0px;
	list-style:none;
}

#images li {
	margin:10px;
	float:left;
}

#images li img {
	padding:2px;
	background:#111;
	border:1px solid #333;
}

#images li #erreur {
	padding:10px;
	background:#333;
	border:1px solid #CCC;
	font-weight:bold;
}

/* Pied de page */

#footer {
	width:100%;
	padding:5px 0px;
	float:left;
	text-align:center;
}