BODY {
	margin:				0px;
	background-color:	#FFCC00;
	font-family: 		arial, courier, sans-serif;
	font-size:			12px;
	font-weight:		normal;	
}

TABLE, P {
	font-size:			12px;
	font-family: 		arial, courier, sans-serif;
}

A {
	text-decoration:	none;				
}

IMG {
	border:				0px;
}

/* Taille du contenu du site */
.c_site {
	width:				973px;
	background-color:	#FFFFFF;
}
/* Bord gauche */
.g_site {
	width:				15px;
	background-image:	url(../images/back_g.gif);
	background-repeat:	repeat-y;
	background-color:	#220022;
}
/* Bord droit */
.d_site {
	width:				15px;
	background-image:	url(../images/back_d.gif);
	background-repeat:	repeat-y;
}
/* Bord en bas ŕ droite et ŕ gauche -- pour l'ombré en coin de page */
.bas_d_site {
	height:				10px;
	background-image:	url(../images/back_bas_d.gif);
	background-repeat:	no-repeat;
}
.bas_g_site {
	height:				10px;
	background-image:	url(../images/back_bas_g.gif);
	background-repeat:	no-repeat;
}
/* Bord bas */
.bas_site {
	height:				10px;
	background-image:	url(../images/back_bas.gif);
	background-repeat:	repeat-x;	
}
