@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/fond-body.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:100%;
}

.zone {
	background-image:url(../img/fond.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}.listepuceCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #364E97;
	list-style-position: outside;
	list-style-image: url(../img/puce.gif);
	list-style-type: disc;
}

