body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	background-color:#DEE3CC;
	/* Héritage de l'ancien design */
	Scrollbar-Arrow-Color: #8AA04B;  
	Scrollbar-Track-Color: #E9ECDB;  /* color scroll */
	Scrollbar-Shadow-Color: #8AA04B;  /* color fondo y borde de donde esta flecha */
	Scrollbar-Face-Color: #E9ECDB;  /* color fondo cuadrado flecha */
	Scrollbar-Highlight-Color: #ffffff;  /* color borde derecho */ 
	Scrollbar-DarkShadow-Color: #ffffff;  /* color borde isquierdo */ 
	Scrollbar-3DLight-Color: #8AA04B;
}
#framecontent {
	position:absolute; 
	bottom:0px; 
	left:0px; 
	width:100%; 
	height:57px; 
	overflow:hidden;
	background-image:url(../images/fond_menu.png);
	background-position:center;
	background-repeat:no-repeat;
}
.menucontent {
	width:778px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	height:57px;
	line-height:47px;
	text-align:center;
}
.menucontent img {
	margin-left:17px;
	margin-right:17px;
	margin-top:4px;
}
#maincontent {
	position:fixed;
	top:0;
	left: 50%; 
	right:0;
	bottom:57px;
	overflow:auto;
	margin-left:-389px;
	width:778px;
	background-image:url(../images/fond_content.png);
	background-position:center;
	background-repeat:repeat-y;
}
.content {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:100%;
}
* html body {
padding:0px 0px 57px 0px; 
}

* html #maincontent {
height: 100%; 
}
.minimized {
	display:none;
}
.livret a {
	border-width:0;
	text-decoration:none;
	color:#f8ce04;
}
.livret a:hover span {
	color:#000;
	background-color:#f8ce04;
}
.livret a img {
	border-width:0;
	text-decoration:none;
	margin-top:10px;
	padding:1px;
	border:1px solid #2a6e3c;
}
.livret {
	width:290px;
	float:left;	
	text-align:center;
	margin-top:-190px;
	margin-left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
