/*============================ CONTAINERS */
html
{
	scrollbar-arrow-color: #880000;
	scrollbar-face-color: #FFEEC8;
	scrollbar-3dlight-color: #FFFDF9;
	scrollbar-highlight-color: #FFF4DD;
	scrollbar-shadow-color: #FFE8B3;
	scrollbar-darkshadow-color: #FFE19D;
	scrollbar-track-color: #888E36;
}
body
{
	background-color:#888E36;
	background-image:url(../img/background1.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
}
#background1
{
	background-image:url(../img/background0.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	position:relative;
	height:100%;
	width:100%;
}
#background
{
	background-image:url(../img/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	height:100%;
	width:100%;
}
#page
{
	width:760px;
	background-color:#FFEEC8;
	background-image:url(../img/background3.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#content0
{
	margin-left:152px;
	/*background-color:#FFEDC7;*/
	/*background-image:url(../img/background2.jpg);
	background-position:top;
	background-repeat:repeat-y;*/
	background-image:url(../img/page.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#content
{
	/*margin-left:152px;
	background-color:#FFEDC7;*/
	/*background-image:url(../img/page.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
	padding:0px 20px 0px 20px;
	margin-top:0px;
}
/*============================ DEFAULT */
img
{
	border:0px;
}
/*============================ BLOCKS */
/* --- HEADER --- */
#header
{
	height:170px;
	background-color:#F5F5F5;
	background-image:url(../img/banner.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#header a
{
	display:block;
	height:170px;
	width:100%;
}
/* --- MENU --- */
#menu
{
	height:156px;
	width:152px;
	background-color:#FFEEC8;
	background-image:url(../img/menu-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
#menu ul
{
	margin:113px 0px 0px 0px;
	padding:0px;
}
#menu li
{
	position:relative;
	list-style-type:none;
	text-align:right;
	line-height:24px;
}
#menu a, #menu a:visited
{
	display:block;
	padding:0px 8px 0px 8px;
	margin-bottom:4px;
	text-decoration:none;
	color:#3D6624;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
#menu a:hover, #menu a:visited:hover, #menu .in, #menu .in:visited
{
	background-color:#875D7E;
	/*text-decoration:underline;*/
	color:#FFFFFF;
}
/* --- FOOTER --- */
#footer
{
	width:152px;
	height:209px;
	background-image:url(../img/menu-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#adresse
{
	margin-top:30px;
	padding-top:5px;
	border-top:1px dotted #C19298;
	text-align:center;
	font-size:11px;
	color:#5D352B;
}
#adresse img
{
	border:0px !important;
}