/* --------------------------------->  PSEUDO FRAME <<<---------------------------------- */
html {margin: 0; padding: 0;}
body {Margin: 0; Padding: 0; Overflow: hidden;}

/* ------------------------------>  PSEUDO FRAME HAUTE <<<------------------------------- */
#FrameHaut {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100px;
	background: #CD026B url(/Images/Fonds/FondPageRose.jpg) repeat-y fixed;
	overflow: hidden;
}
/* ------------------------------>  PSEUDO FRAME GAUCHE <<<------------------------------ */
#FrameGauche{
	position: absolute;
	left: 0; bottom: 0px; top: 100px;
	width: 160px;
	background: #CD026B url(/Images/Fonds/FondPageRose.jpg) repeat-y fixed;
}
/* ------------------------------>  PSEUDO FRAME PAGE <<<------------------------------- */
#FramePage {
	position: absolute;
	Left: 160px; Right: 0px; Bottom: 1px; Top: 100px;
	padding: 0 5px 0 10px;
	overflow: auto;
/*	background: url(/Images/Fonds/transparence.gif) repeat fixed;*/
}/* ------------------------------>  PSEUDO FRAME Bas <<<------------------------------- */
#FrameBas {
	position: absolute;
	Left: 152px;Bottom: 0px;
	Width: 100%; Height: 35px;
	overflow: hidden;
	background: url(/Images/Fonds/FootRose.jpg) repeat-y left;
}


