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

html {
	background-color: #dddddd;
	padding-top:8px;
	padding-bottom:15px;
}

body {
	background-color: #FFFFFF;
}

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

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


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

#document .btn_back,
#document .btn_up {
	color:#cccccc;
	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:#999999;
}

#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: 84px;
/*	background-image: url(img/fd_header.gif);
	background-repeat: no-repeat;
	background-position: left top; */
}
/*----------------------------padding-left:46px;------------------------tieri*/
#header #header_logo {
	padding-left:46px;
}

#header #header_ban {

}

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

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


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

#content {
	height:100%;
	width:150px;
	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 #2B345D;
}


#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;
	display:block;
	position: relative;
	z-index: 10;
	padding: 0px;
}

#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:#2B345D;
	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:#EE7900;
}



#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 #cccccc;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	text-align:left;
	z-index: 20;
}

#content .box_content .box_content_i a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	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:#999999;
}


#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: #000000;
	background-color:#F6F6F6;
	border-top: 1px dotted #2B345D;
	border-bottom: 1px dotted #2B345D;
	background-image: url(img/flch_content_module.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

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

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

#content .module a:hover {
	color: #999999;
}


/* ------------------------------------------------------------------- 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:550px;
	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:#EE7900;
	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:20px;
}

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


#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:#000000;
	font-size:11px;
	margin-left:12px;
	text-decoration:none;
	white-space: nowrap;
}

#header_document_content_i a:hover {
	color:#999999;
}

/* ------------------------------------------------------------------- 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: #2B345D;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 9px;
}

#footer,
#footer a {
	color: #EE7900;
}

#footer a {
	text-decoration: none;
}


#footer_crea {
	margin-top: 4px;
}

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

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