/* Fichier CSS de base */

html, body {
	height: auto !important;
	height:100%;
	padding:0;
	margin:0;
}

body { background-color:#2d60b2; }

hr {
	width : 60%;
	height : 0.1em;
	background-color : #6E5D41;
	border : 0 dotted #4f4028
}

#content{
	z-index:50;
}

#content_table {
	margin: 0 auto;
	text-align: left;
	position:relative;
	z-index:50
}

img {
border:0;
}

a { outline:none; }

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

td{
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #FFFFFF;
}

/* -------------------------------------------------
                   td + div : FIHCE INTRO
---------------------------------------------------- */
#historypath {
	width:868px;
	padding-top:16px;
	padding-left:16px;
	padding-bottom:16px;
	padding-right:16px;
	margin:0px;
	background-color:#706145;
}
	
#wood {
	padding-top:20px;
	padding-left:20px;
	padding-bottom:40px;
	padding-right:0px;
	margin:0px;
	background-image:url(../_images/bg_wood_content.jpg);
	background-repeat:repeat-y;
	background-position:top;
	height:100%;
}

#unit_menu {
	float:left;
	width:208px;
	padding:10px;
	margin-right:20px;
	background-color:#bda54e;
}
#unit_menu a { text-decoration:none; font-size:140%; }
#unit_menu a:hover { 
	text-decoration:none; 
	background-image:url(../_images/bg_arrow_menu.gif); 
	background-repeat:no-repeat; 
	background-position:0% 55%;
	padding-left:15px; 
	color:#753611;
}
#unit_menu table { width:70%; }
#unit_menu td { padding-top:1px; vertical-align:middle; }
#unit_menu td.on a:hover { background:none; padding:0; }
#unit_menu td.on a { color:#753611; }
#unit_menu td.on {
	background-image:url(../_images/bg_arrow_menu.gif); 
	background-repeat:no-repeat; 
	background-position:0% 55%;
	padding-left:15px; 
}
#unit_menu td.last { padding-bottom:1px; }

#unit_content {
	float:left;
	width:570px;
	padding:20px 20px 20px 20px;
	background-color:#4a3f2c;
	margin:0px;
}

#unit_content_intro {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #ffffff;
	font-weight:lighter;
	width:530px;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
	background-color:#3b3223;
	margin:0px;
	margin-bottom:20px;
	float:left;
}
#unit_sitemap {
	float:left;
	padding-left:20px;
	padding-bottom:10px;
	overflow:hidden;
}

#unit_content_pic {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
	width:208px;
	overflow:hidden;
}

/* -------------------------------------------------
                    div : FOOTER
---------------------------------------------------- */

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#c6c0b5;
	background-image:url(../_images/bg_footer_microsite.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#4a3f2c;
	position: relative;
	padding-top:16px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
	margin:0 0 10px 0;
	width:850px;
	text-align:center;
}

/* -------------------------------------------------
                    TITLES
---------------------------------------------------- */

h1 {
	font-family: verdana, arial, helvetica;
	font-size: 30px;
	font-weight:lighter;
	color: #bda54e;
	margin:0px;
	padding:0px;
}

h2 {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight:lighter;
	color: #bda54e;
	margin:0px;
	padding:0px;
	
}

/* -------------------------------------------------
                    LINK CSS
---------------------------------------------------- */

.text10pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #FFFFFF;
}

.text12pxGold {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #bda54e;
}

.text14pxGold {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #bda54e;
}

/* -------------------------------------------------
                    LINK CSS
---------------------------------------------------- */

a:link {
	color: #373027;
}
a:hover {
	color: #755225;
}
a:visited {
	color: #373027;
}

a.linkwhite:link {
	color: #FFFFFF;
	text-decoration: underline;
	
}
a.linkwhite:visited {
	color: #fbe484;
	text-decoration: underline;
}

a.linkwhite:hover {
	color: #fbe484;
	text-decoration: underline;
}

a.linkFooter:link {
	color: #c6c0b5;
	text-decoration: none;
	
}
a.linkFooter:visited {
	color: #c6c0b5;
	text-decoration: none;
}

a.linkFooter:hover {
	color: #ffffff;
	text-decoration: underline;
}

#sun{
	background-image:url(../_images/background/bg_site_sun.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	position:fixed;
	width:500px;
	height:530px;
}

#back_left {
	background-image:url(../_images/background/bg_ete.jpg);
	background-position:-280px 0px;
	background-repeat: repeat-x;
	margin:auto;
	/*width:1361px;*/
	width: 100%;
	height:369px;
	padding:0px;
	position:fixed;
	bottom: 0;
	left: 0;
	z-index:24;
}
