
body
{
	background-color:#424242;
	margin:0;
	padding:0;
}
body *
{
font-size:12px;
	font-family:Arial;
}

a img
{
	border:none;
}

div#wrapper
{
	text-align:left;
	width:800px;
	background-color:white;

	border-left:2px solid #8AB711;
	border-right:2px solid #8AB711;
}

div#headercontent
{
	height:187px;
	width:800px;
	position:relative;
	background-image:url('/themes/accen/images/header-accen-logiciel2.jpg');
	background-repeat:no-repeat;
	z-index:20;

}
a#header-logo
{
	position:absolute;
	top:10px;
	left:8px;
}
a#acces-client
{
	position:absolute;
	top:10px;
	right:8px;
	color:white;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}


div#header-content-text
{
	position:absolute;
	right:10px;
	top:50px;
	width:240px;
	height:120px;
}
div#header-content-text h2
{
margin-bottom:0px !important;
}
div#header-content-text *
{
	font-weight:bold;
	color:white;
}
div#header-content-text h2
{
	font-size:28px;
	margin:0;
	padding:0;
}
div#header-content-text h3
{
	font-size:18px;
	text-transform:uppercase;
	line-height:17px;
	margin:0;
	padding:0;
}

div#menu
{
	height:29px;
	width:527px;
	position:absolute;
	background-image:url('/themes/accen/images/menu-bckg-pointe2.gif');
	background-repeat:no-repeat;
	background-position:center right;
	bottom:0;
}

/* Menu */
ul#nav
{
	height:29px;
	width:500px;
	background-image:url('/themes/accen/images/menu_bkg.jpg');
	background-repeat:repeat-x;
}
ul#nav li
{
	list-style:none;
}

li.level0
{
	position:relative;
	float:left;
	height:29px;
	line-height:29px;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	padding:0 20px;
}
li.level0 a
{
	text-decoration:none;
	color:white;
	font-size:14px;
}
li.level0 a:hover, li.hovered a
{
	color:#424242;
}
ul.menu1
{
	display:none;
	position:absolute;
	top:29px;
	left:0px;
	width:200px;
	background-color:#424242;
	padding-bottom:10px;
}
li.hovered ul
{
	display:block;
}
li.hovered ul ul
{
	display:none;
}
li.level1
{
	height:23px;
	padding:0 0 3px 20px;
	text-align:left;
	position:relative;
}
li.level1 a
{
	color:#8AB712;
	font-weight:normal;
	font-size:13px;
	text-transform:uppercase;
	line-height:18px;
}

li.level1 a:hover
{
	color:white !important;
}

li.hovered1
{
	background-color:#6C6B69;
}
li.hovered1 a, li.hovered1 a:hover
{
	color:white !important;
	font-weight:bold;
}
li.hovered1 ul
{
	display:block !important;
}

ul.menu2
{
	background-color:#6C6B69;
	position:absolute;
	right:-250px;
	width:250px;
	top:0;
}
ul.menu2 a
{
	padding-left:20px;
	font-weight:normal;
	text-transform:none;
}
ul.menu2 a:hover
{
	color:#8AB712;
}

div#sitecontent
{
	min-height:500px;
}

div#pagecontent
{
	padding:40px;
	padding-top:10px;
}

div#footercontent
{
	background-color:#6C6B69;
	height:25px;
	line-height:25px;
	text-align:right;
	padding-right:50px;
	color:white;
}
div#footercontent a
{
	text-decoration:none;
	font-weight:bold;
	color:white;
}
div#footercontent a:hover
{
	text-decoration:underline;
	color:#CD8703 !important;
}
.tableauStyle
{
	width:100%;
	wid\th: 90%;
}

* html div#sitecontent {
height: 500px; // hack uniquement interprété par IE Win+Mac
}
