@charset "utf-8";
/* CSS Document */

/* ---------------------------------------- SQUELETTE --------------------------------------- */
div#general
{
	width:830px;
	margin:0 auto 0 auto;
	padding:0;
	cursor:default;
}

div#milieuPage
{
	width:830px;
	background:url(../Images/bgMilieu.png) repeat-y;
}

/* IE 6 */
* html div#milieuPage
{
	width:830px;
	background:url(../Images/bgMilieu.jpg) repeat-y;
	margin:0;
	padding:0;
	clear:both;	
}
/* */

div#contenu
{
	width:760px;
	background-color:#FFFFCC;
	margin:0 auto 0 auto;
	padding:20px;
}

div#page
{
	width:760px;
	margin:0;
	padding:0;
	text-align:center;
}


/* ------------------------------------------------------------------------------------------ */
