/*============================ CONTAINERS */
html
{
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #CCCCCC;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-shadow-color: #BBBBBB;
	scrollbar-darkshadow-color: #AAAAAA;
	scrollbar-track-color: #444444;
	/*overflow-x:hidden;*/
}
body
{
	background-color:#2D2D2D;
	background-image:url(../img/background.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-attachment:scroll !important;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:13px;
	/*overflow-x:hidden;*/
}
#page
{
	min-height:100%;
	width:780px;
	background-color:#FFFFFF;
	border-left:1px solid #595959;
	border-right:1px solid #595959;
	background-image:url(../img/background-scmenu2.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#page2
{
	height:100%;
}
#page3
{
	height:100%;
	/*background-image:url(../img/background-scmenu.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
}
#page4
{
	height:100%;
	/*background-image:url(../img/background-scmenu2.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;*/
}
#content
{
	/*position:absolute;*//**/
	padding:0px 0px 0px 0px;
}
/*============================ DEFAULT */
img
{
	border:0px;
}
/*============================ BLOCKS */
/* --- HEADER --- */
#header
{
	height:86px;
	background-color:#F5F5F5;
	background-image:url(../img/header.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#header div
{
	padding:20px 20px 0px 20px;
	text-align:right;
	/*padding:25px 20px 0px 20px;
	text-align:center;*/
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#header a, #header a:visited
{
	text-decoration:underline;
	color:#000000;
}
/* --- MENU --- */
#menu
{
	height:19px;
	background-color:#595959;
}
#main
{
	margin:0px;
	padding:0px 12px 0px 164px;
}
#main li
{
	position:relative;
	display:inline;
	list-style-type:none;
}
#main a, #main a:visited
{
	padding:0px 12px 1px 18px;
	background-image:url(../img/puce.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
#main a:hover, #main a:visited:hover, .in a
{
	background-color:#7D7D7D;
}
/* --- SECONDARY MENU --- */
#scm1{margin-left:0px;}
#scm2{margin-left:84px;}
#scm3{margin-left:168px;}
ul.scmenu
{
	position:absolute;
	top:133px;
	left:0px;
	width:163px;
	margin:0px;
	padding:0px !important;
}
ul.scmenu li
{
	list-style-type:none;
	margin-top:3px;
}
div.cms ul.scmenu li
{
	list-style-type:none;
	/*text-transform:uppercase;*/
	font-size:12px;
	font-weight:bold;
}
ul.scmenu a, ul.scmenu a:visited
{
	display:block;
	height:18px;
	padding:2px 4px 0px 8px;
	text-decoration:none !important;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	color:#617886 !important;
}
ul.scmenu a:hover, ul.scmenu a:visited:hover, ul.scmenu li.in a, ul.scmenu li.in a:visited
{
	background-color:#E2E2E2 !important;
	color:#742923 !important;
}
ul.scmenu2{margin:0px;padding:0px;}
ul.scmenu2 li{margin-top:0px;}
ul.scmenu2 a, ul.scmenu2 a:visited
{
	background-color:#EFEFEF !important;
	background-image:url(../img/ssmenu.gif);
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	height:16px;
	padding:2px 13px 0px 2px;
	text-transform:none;
	text-decoration:none !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	color:#617886 !important;
}
ul.scmenu2 a:hover, ul.scmenu2 a:visited:hover, ul.scmenu2 li.in a, ul.scmenu2 li.in a:visited
{
	background-color:#EFEFEF;
	color:#742923 !important;
}
/* --- FOOTER --- */
#footer
{
	/*background-color:#F0F0F0;
	border-top:1px solid #DDDDDD;*/
}
#footer div
{
	background-image:url(../img/logo-footer.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 50px 5px 235px;
	text-align:left;
	font-size:11px;
	color:#617886;
}
#footer a, #footer a:visited
{
	text-decoration:underline;
	color:#617886;
}