@charset "utf-8";
/* CSS Document */

html {
	background-color: #616D3F;
	padding-top:0px;
/*	padding-bottom:5px; */
}

/* *********************************** BOX ALERT ***********************************/

#box_alert form {
	background-image: url(img/fd_alert.png);
}


/* ----------------------------------- BTN ------- */

#document .btn_back,
#document .btn_up {
	color:#A1AE7C;
	font-size:9px;
	padding-top:5px;
	text-decoration:none;
	background-repeat: no-repeat;
}

#document .btn_up {
	background-image: url(img/flch_tag_up.gif);
}

#document .btn_back {
	background-image: url(img/flch_tag_back.gif);
}

#document .div_up_left {
	text-align:left;
}

#document .div_up_right {
	text-align:right;
}

#document .btn_back,
#document .div_up_left .btn_up {
	background-position: left top;
	padding-left:13px;
}

#document .div_up_right .btn_up {
	background-position: right top;
	padding-right:13px;
}

#document .btn_back:hover,
#document .btn_up:hover {
	color:#616D3F;
}

#document .btn_back:hover,
#document .div_up_left .btn_up:hover {
	background-position: left -15px;
}

#document .div_up_right .btn_up:hover {
	background-position: right -15px;
}

/* ------------------------------------------------------------------- HEADER */

#header {
	overflow: hidden;
	display: block;
	height: 158px;
/*	background-image: url(img/fd_header.gif); */
	background-repeat: no-repeat;
	background-position: left top;
}

#header #header_logo {

}

#header #header_ban {

}

#header_top {
/*	background-image: url(img/fd_header_top.gif); */
	background-repeat: no-repeat;
	background-position: top;
	height:0px;
}

#header_bottom {
/*	background-image: url(img/fd_header_bottom.gif); */
	background-repeat: no-repeat;
	background-position: bottom;
	height:0px;
}


/* ------------------------------------------------------------------- CONTENT */

#content {
	height:100%;
	width:160px;
	text-align:right;
	padding-top:15px;
	padding-bottom:15px;
	background-image: url(img/fd_plain_content.gif);
	background-repeat: repeat-y;
	border-right: 1px dotted #616D3F;
}


#content .box_content {
	position: relative;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

#content .box_content h5.content_prim {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:8px;
	padding: 0px;
	display:block;
	position: relative;
	z-index: 10;
}
#content .box_content a.prim {
	background-image: url(../../../css/img/point_content-of.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	margin-right:15px;
	text-decoration:none;
	font-weight:bold;
	color:#616D3F;
	font-size:11px;
}

#content #actif,
#content .box_content:hover a.prim,
#content .box_content a.prim:hover {
	background-image: url(../../../css/img/point_content-on.gif);
	color:#8E9B6A;
}



#content .box_content .box_content_i {
	display: none;
	left:160px;
	top:-1px;
	position: absolute;
	white-space: nowrap;
	background-image: url(img/fd_plain_content_i.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-right: 1px dotted #616D3F;
	border-top: 1px dotted #616D3F;
	border-bottom: 1px dotted #616D3F;
	text-align:left;
	z-index: 20;
}

#content .box_content .box_content_i a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#616D3F;
	font-size:11px;
	background-image: url(img/point_content_i.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}

#content .box_content .box_content_i a:hover {
	color:#8E9B6A;
}


#content .box_content:hover .box_content_i {
	display: inline;
}

/* ----------------------------------- CONTENT MODULE ------- */

#content .module {
	text-align:left;
	font-size: 10px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 5px;
	color: #616D3F;
	background-color:#F7F6F0;
	border-top: 1px dotted #616D3F;
	border-bottom: 1px dotted #616D3F;
	background-image: url(img/flch_content_module.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

#content .module h5 {
	color: #CC0000;
	font-size:10px;
	text-transform: capitalize;
	margin-bottom:5px;
}

#content .module a {
	font-weight:bold;
	font-size: 9px;
	color: #000000;
	text-decoration: none;	
}

#content .module a:hover {
	color: #616D3F;
}

/* ------------------------------------------------------------------- DOCUMENT */


#box_document {
	width:100%;
}

#box_document td#content,
#box_document td#document {
	vertical-align:top;
}

#document {
	padding-right: 20px;
	padding-bottom: 20px;
}

#contain_document {
	width:540px;
	height:100%;
	display:block;
	margin-left: 20px;
}


/* ----------------------------------- HEADER DOCUMENT ------- */

#header_document {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
}

#header_document_content {
	background-image: url(img/fd_content_document.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
}

#header_document_content a {
	color:#616D3F;
	font-size: 20px;
	font-weight:normal;
	text-decoration:none;
	background-image: url(../../../css/img/point_content_document.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:30px;
}

#header_document_content img {
	vertical-align: baseline;
	padding-right: 10px;
}


#header_document_content_i {
	vertical-align:bottom;
	background-image: url(img/fd_content_document.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right:17px;
	padding-bottom:8px;
}

#header_document_content_i img {
	padding-left: 10px;
}

#header_document_content_i a {
	font-weight:bold;
	color:#616D3F;
	font-size:11px;
	margin-left:12px;
	text-decoration:none;
	white-space: nowrap;
}

#header_document_content_i a:hover {
	color:#8E9B6A;
}

/* ------------------------------------------------------------------- FOOTER */

#footer {
	background-image: url(img/fd_footer.gif);
	background-position: bottom;
	background-color: #ffffff;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #616D3F;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 9px;
}

#footer,
#footer a {
	color: #616D3F;
}

#footer a {
	text-decoration: none;
}


#footer_crea {
	margin-top: 4px;
}

#footer_crea,
#footer_crea a {
	color: #A1AE7C;
}

#footer a:hover,
#footer_crea a:hover {
	color: #8E9B6A;
	text-decoration: underline;
}