@charset "utf-8";

/* CSS Document */

/* reset */
* {
	margin: 0;
	padding: 0;
}

/* generalites */

body {
	background-color: #ffffff;
	color: #2f7a2a;;
	font-family: Nyala;
	font-size: 12px;
}

#maitre {

	width: 1024px;
	height: 944px;
	margin: auto;
}




	/* contenu */
	
#contenu {
	width: 1024px;
	background:url(indexLJS21.png) center no-repeat;
	height:830px;
}
#copyright {
	display:block;
	
	margin-left: 450px;
	clear: both;
}