/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*Style du corps de la page*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
body{
	font-family: verdana, arial, sans-serif;
	font-size: small;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
/*	background-image: url(../images/bg.jpg); */
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*Styles des tableaux et cellules */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
table.site{
	width: 1020px;
	margin: auto;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*Styles des blocs de structure  exemple pour l'utilisation de # */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

#ombre{
	width: 1020px;
	height: 100%;
	background-image: url("../images/ombre.png");
	background-repeat: repeat-y;
	margin: auto;
}