html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #d6d0d0 url(../images/degrade.gif) repeat-y top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}


#wrapper {
	width: 100%;
	text-align: center;
	position: relative;
	z-index:10;
}


#balance {
	width: 250px;
	height: 449px;
	position: absolute;
	bottom: 0;
	z-index: 0;
	background: no-repeat;
}

#container {
	width: 872px;
	margin: 0 auto;
}

.clear {
	clear: both;
}
#titresPrint {
	display: none;
}

/**************
***  HEADER ***
**************/

#bg_header {
	width: 100%;
	height: 40px;
	background: url(../images/bg_header.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	display: block;
}
#header {
	width: 872px;
	margin: 0 auto;
	padding-top: 35px;
	background: url(../images/bg_header.gif) repeat-x;
	/*float: left;*/
	position: relative;
	z-index: 90;
}

/****** MENU ******/

#menu {
	width: 442px;
	position: absolute;
	z-index: 90;
	top: 0;
	right: 0;
	overflow: visible;
}

#menu ul.level_1 {
	height: 35px;
	margin: 0 0 0 100px;
	height: 25px;
	padding: 10px 0 0 0;
	text-align: left;
}
#menu ul.level_1 li {
	height: 19px;
	display: block;
	padding: 0 1px 0 0;
	background: url(../images/menu-filet.gif) no-repeat right top;
	float: left;
	position: relative;
}
#menu ul.level_1 li.last {
	padding-right: 0;
	background: none;
}
#menu ul.level_1 li a {
	height: 19px;
	font-size: 0;
	display: block;
	text-indent: -200px;
	overflow: hidden;
	background: no-repeat 0 0;
}
#menu ul.level_1 li a:hover,
#menu ul.level_1 li a.active,
#menu ul.level_1 li a.trail {
	background-position: 0 -19px;
}
#menu ul.level_1 li a.menuLaSociete {
	width: 93px;
	background-image: url(../images/menu-la-societe.jpg);
}
#menu ul.level_1 li a.menuNosProduits {
	width: 109px;
	background-image: url(../images/menu-nos-produits.jpg);
}
#menu ul.level_1 li a.menuContact {
	width: 82px;
	background-image: url(../images/menu-contact.jpg);
}

/****** MENU DÉROULANT ******/

#menu ul.level_1 .containerSousMenu {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
}

#menu ul.level_1 ul.level_2 {
	width: 188px;
	height: auto;
	padding: 4px 8px;
	margin: 0 ;
	z-index: 100;
	background: #414246;
	overflow: hidden;
}
#menu ul.level_1 ul.level_2 li {
	width: 188px;
	height: auto;
	background: url(../images/smenu_puce_fonce.gif) no-repeat 4px 11px;
	padding: 0;
}
#menu ul.level_1 ul.level_2 li a {
	width: 160px;
	height: auto;
	padding: 8px 14px;
	font-size: 10px;
	font-weight: bold;
	color: #bab9b9;
	text-indent: 0px;
	overflow: auto;
	border-bottom: 1px solid #56565a;
	text-decoration: none;
	float: left;
}
#menu ul.level_1 ul.level_2 li a:hover,
#menu ul.level_1 ul.level_2 li a.active {
	color: #c82327;
	border-bottom: 1px solid #cecece;
	background: white url(../images/smenu_puce_blanc.gif) no-repeat 4px 11px;
}


/*****************
***  CONTAINER ***
*****************/

#container {
	
}

/**************
***  FOOTER ***
**************/
#footer {
	width: 100%;
	margin: 0 auto;
	padding: 16px 0;
	color: #c1bcbb;
}
#footer a {
	color: #c1bcbb;
}
#footer img {
	margin: 0 0 -2px 0;
}



