/********/
/* HTML */
/********/
body {
	margin	: 0;
}
body, td, p, th {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #504F4F;
	background-color: #969595;
}
/******************************/


/******/
/* ID */
/******/
#structure {
}
#bande_haut {
	height				: 20px;
	background-image	: url(images/accueil/fond_bande_haut.gif);
	background-repeat	: repeat-x;
	background-position	: bottom;
}
#zone_centrale .zone_gauche {
	background-image	: url(images/accueil/zone_gauche.jpg);
	background-repeat	: no-repeat;
	background-position	: right top;
	width				: 252;
}
#zone_centrale .zone_droite {
	background-image	: url(images/accueil/zone_droite.jpg);
	background-repeat	: no-repeat;
	background-position	: left top;
	width				: 247;
}


#bande_bas {
	text-align			: center;
	height				: 230px;
	background-image	: url(images/accueil/fond_bande_bas.gif);
	background-repeat	: repeat-x;
	background-position	: top;
}
/******************************/