/* General */
body {
	background: url(); /* entrez l'url du fond */
	background-repeat: repeat-x; /* repetition du fond (repeat, repeat-x, repeat-y, no-repeat) */
	background-color: #OOO; /* couleur du fond */
	font-family: Verdana;
	margin: 0;
}
