/*
========================================================================================
	G E N E R A L
========================================================================================
*/
html,body
{
	width: 100%;
	height: 100%;
	overflow: auto;
}
body
{
	margin: 0px;
	padding: 0px;
	background-color: #D9E8DF;
	
	/*scrollbar-arrow-color: #F0F7F2;
	scrollbar-face-color: #5A9A78;
	scrollbar-3dlight-color: #AED0BE;
	scrollbar-highlight-color: #81B69A;
	scrollbar-shadow-color: #427158;
	scrollbar-darkshadow-color: #284636;
	scrollbar-track-color: #CBDED5;*/
	
	scrollbar-arrow-color: #204C32;
	scrollbar-face-color: #8DBAA3;
	scrollbar-3dlight-color: #E4EFEA;
	scrollbar-highlight-color: #B8D3C6;
	scrollbar-shadow-color: #68A486;
	scrollbar-darkshadow-color: #4A7B63;
	scrollbar-track-color: #CBDED5;
}
img
{
	border: 0px;
}
a, a:visited
{
	text-decoration: none;
	color: #1573FF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover, a:visited:hover
{
	text-decoration: none;
}


/*
========================================================================================
	I N T E R F A C E
========================================================================================
*/
.global
{
	height: 100%;
	width: auto;
}
.gauche
{
	display: none;
}
.droite
{
	height: 100%;
	width: auto;
	background-color: #D9E9DF;
	background-image: url(../img/page_fond.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.haut
{
	display: none;
}
.contenu
{
	width: auto;
}
#no
{
	display: none;
}
#fiche_txt
{
	text-align: left;
}


/*
========================================================================================
	P I E D   D E   P A G E
========================================================================================
*/
#piedepage
{
	color: #427158;
	margin-top: 30px;
	/*border: 1px solid #D9E9DF;*/
	bottom: 0px;
}
#piedepage a, #piedepage a:visited {color: #000000;}
#piedepage a:hover, #piedepage a:visited:hover {color: #F9A200;}