/* ******************************************************************************************************************* */
/* BALISES "BODY", "HEAD", "A" ETC. DE BASE */
/* ******************************************************************************************************************* */

body
{
	background-color:		#ffffff;

	/* marges à zéro */
	margin:					0px;

	/* Texte défini à Arial noir 12 pt*/
	font-family:			Arial, herlvetica;
	font-size:				12pt;
	color:					#000000;
	/*background-image:		url("../images/htmlbg.jpg");*/
}

img#sitebackground
{
	width:					100%;
	height:					100%;
	left:					0;
	top:					0;
	position:				fixed;
	z-index:				0;
}

/* ******************************************************************************************************************* */
/* NOUVELLES CLASSES ET IDS CSS */
/* ******************************************************************************************************************* */
#sitecontainer
{
	position:			relative;
	text-align:			center;
	min-width:			800px;
	min-height:			600px;
	width:				100%;
	height:				100%;
}

#sitecontent
{
	width:				700px;
	height:				550px;    
	position:			relative;

	/* ******* */
	margin:				auto;
	padding:			auto;
	z-index:			1;
}
