BODY {
	FONT-SIZE: 14px; 
	COLOR: black; 
	FONT-FAMILY: Trebuchet MS, Tahoma, Arial, Helvetica; 
/*	SCROLLBAR-FACE-COLOR: #FCDC7B;  /* couleur principale */
/*	SCROLLBAR-3DLIGHT-COLOR: #E09A37;  /* cote gauche extérieur */
/*	SCROLLBAR-HIGHLIGHT-COLOR: #FCECAB; /* cote gauche intérieur */
/*	SCROLLBAR-ARROW-COLOR: #414141; /* couleur des fleches */
/*	SCROLLBAR-TRACK-COLOR: #FCECAB;  /* couleur du background de la barre */
/*	SCROLLBAR-SHADOW-COLOR: #CCCCCC;  /* cote noir intérieur */
/*	SCROLLBAR-DARKSHADOW-COLOR: #414141; /* cote noir extérieur */
	background:url(../img/sealine.jpg) repeat-x;
	background-position:center top;
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
}

/* DIV de layout: le cadre */

#layout {
	MARGIN-TOP: 360px; 
	FLOAT: center; 
	width: 400px! important; 
	margin-left: auto;
	margin-right: auto;
	COLOR: black; 
	TEXT-ALIGN: center
}


/* DIV de layout: le contenu */
#content {
	margin-left: auto;
	margin-right: auto;
	width: 400px! important; 
	background-color:#FDFCF7;
	COLOR: black; 
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 400px! important; 
	BACKGROUND-COLOR: white
}
.links {
	position: left;
	margin:auto;
	TEXT-ALIGN: center
}
.bottom {
	WIDTH: auto; 
	height: 50%;
	MIN-HEIGHT: 200px;
	background-color:#FDFCF7;
	background:url(../img/footsteps.gif) bottom right no-repeat;
}

.bandeau {
	/* background: url(img/verre-titre2.gif) bottom right  no-repeat; */
}

ul.list {
	text-align: justify;
}

