@import url(reset.css);
@import url(typo.css);
@import url(color.css);

BODY {
	background: url(../images/layout/bg_body.gif) repeat-y 100% 0;
	position: relative;
	z-index: 0;
}

HR { border: 0; border-bottom: 1px dotted #CCCCCC; height: 1px; margin: 10px 0;	 }

/* NAXEO */
H1 { 
	position: absolute;
	background: url(../images/layout/naxeo.png) no-repeat 0 0;
	width: 187px;
	height: 72px;
	left: 115px;
	top: 35px;
	z-index: 1;
	text-indent: -9999px;
}

/* ----------------------------- */
/*            CONTENEUR          */
/* ----------------------------- */
#content {
	width: 645px;
	background: url(../images/layout/bg_content.png) repeat-y 0 0;
	padding: 0 18px 0 7px;
	position: absolute;
	right: 104px;
	z-index: 2;
}

#content_main {
	width: 474px;
	border-left: solid 1px #d5cfc0;
	padding: 100px 10px 50px;
	min-height: 300px;
	float: left;
}

#content_sub {
	width: 128px;
	padding: 105px 11px 0px;
	text-align: right;
	float: left;
}

/* ----------------------------- */
/*            Main Menu          */
/* ----------------------------- */

#nav_main .news {
	background: url(../images/layout/puce_news.gif) no-repeat 100% center;
	padding-right: 25px;
} 
#nav_main .expertise {
	background: url(../images/layout/puce_expertise.gif) no-repeat 100% center;
	padding-right: 25px;
} 
#nav_main .outils {
	background: url(../images/layout/puce_outils.gif) no-repeat 100% center;
	padding-right: 25px;
} 
#nav_main .neutre {
	background: url(../images/layout/puce_neutre.gif) no-repeat 100% center;
	padding-right: 25px;
}

#nav_main LI {
	margin-top: 10px;
	cursor: pointer;
} 

#nav_main LI LI {
	margin-top: 0;
} 

#nav_main LI UL {
	margin-top: 10px;
} 

/* ----------------------------- */
/*          Menu secondaire      */
/* ----------------------------- */
#nav_sub {
	background: #FE7B04;
	position: absolute;
	right: -104px;
	width: 104px;
	top: 5px;
}

#nav_sub .espace_client {
	height: 75px;
	display: block;
	position: relative;
	left: -10px;
	text-align: left;
	text-indent: -9999px;
	background:url(../images/layout/btn_espace_client.png) no-repeat 0 0;
}
#nav_sub .espace_client:hover {
	background:url(../images/layout/btn_espace_client_ON.png) no-repeat 0 0;
}

#nav_sub .societe {
	height: 82px;
	display: block;
	position: relative;
	left: -10px;
	text-align: left;
	text-indent: -9999px;
	background:url(../images/layout/btn_societe.png) no-repeat 0 0;
}
#nav_sub .societe:hover {
	background:url(../images/layout/btn_societe_ON.png) no-repeat 0 0;
}


#nav_sub .le_book {
	height: 84px;
	display: block;
	position: relative;
	left: -10px;
	text-align: left;
	text-indent: -9999px;
	background:url(../images/layout/btn_book.png) no-repeat 0 0;
}
#nav_sub .le_book:hover {
	background:url(../images/layout/btn_book_ON.png) no-repeat 0 0;
}

/* ------------------------------------------ */
/*          Navigation entre les articles     */
/* ------------------------------------------ */
#nav_article {
	border-top: 1px dotted #CCCCCC;
	position: relative;
	height: 30px;
	padding-top: 15px;
	clear: both;	
}
#nav_article .prev {
	background:url(../images/layout/prev.gif) no-repeat 0 0;
	padding-left: 20px;
}
#nav_article .next {
	background:url(../images/layout/next.gif) no-repeat 100% 0;
	padding-right: 20px;
	position: absolute;
	right: 0;
}


/* ----------------------------- */
/*            Site INFO          */
/* ----------------------------- */
#site_info { font-size: 9px; }

#site_info DL {
	position: absolute;
	bottom: -58px;
	left: 0;
	padding-top: 8px;
	width: 670px;
	height: 50px;
	background:url(../images/layout/content_bottom.png) no-repeat 0 0;
}
#site_info DT { color: #fe7b04; padding: 0 15px; }
#site_info DD { color: #808080; padding: 0 15px; }

#site_info UL {
	color: #303030;
	text-align: right;
	position: absolute;
	left: 30px;
	bottom: 10px;
}
