/* @override 
	http://fhsj.cgcom.com/styles/fhsj.css
	http://fhsj.notrewiki.net/styles/fhsj.css
	http://fhsj.cgcom.com/styles/print.css
*/

/* 
 * The News theme for Tiki CMS/Groupware -- uses the layout methods of litecss,
 * source ordered layout solution by luci (http://sourceforge.net/projects/litecss).
 * For more information, please visit http://themes.tikiwiki.org or http://zukakakina.com.
 * Released under LPGL license. */
 
 @import "lite/lite.css"; /* here we import *lite as the base */

/* @group XHTML Elements */

/***** XHTML Elements ******/
body {
	background: white;
	color: #000;
	font: 12pt Arial,Helvetica, sans-serif;
	text-align: center;
	font-size-adjust: 0.7;
}

*:first-child+html body {
	font-size: 75% !important;
}

html>body {
	font-size: 12px;
	text-align: left;
}

body.fullscreen {}

a,
a:visited {
	color: #2a6ea5;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

caption {
	
}

div {}

h1, h2, h3, h4, h5 {
	color: black;
}

span#description {
	display: block;
	font-weight: bold;
	font-size: 2em;
	color: #6DB0D8;
		margin-top: 0px;

}



h1 {
	font-size: 18px;
	color: #2A6E98;
line-height: 1.2;
}
div.wikitext h1{

}

/* @group Espacements h1, h2, p et ul */

div.wikitext h2, div.wikitext h1{
	margin-bottom: 0;
}
div.wikitext h2{
	font-size: 14px;
}
div.wikitext p:first-child{
	margin-top: 0;
}
div.wikitext h2+p,div.wikitext h1+p,div.wikitext h3+p,div.wikitext h2+ul,div.wikitext h1+ul,div.wikitext h3+ul {
	/*font-size: 1.2em;*/
	margin-top: 3px;
}
div.wikiinfo{
	margin-bottom: 20px;
}

.wikitext ul{
	margin: 0;
	padding-left: 1.2em;
	line-height: 1.5;
	list-style-image: url(fhsj/images/bullet_ul.gif);
}
.wikitext sup{
	line-height: 0.1;
}
div.wikitext ul+h2,div.wikitext ul+h1{
	margin-top: 12px;
}
div.wikitext p+ul{
	margin-top: -11px;
}
div.wikitext ul+h1{
	margin-top: 20px;
}
div.wikitext p+h1{
	margin-top: 20px;
}
div.wikitext ul+h6{
	margin-top: 10px;
}

div.wikitext h3+ol{
	margin-top: 0;
}
div.simplebox h6{
	margin-bottom: 0;
}
/* @end */


h3,div.wikitext h3 {
	font-size: 12px;
	margin-bottom: 0;
}
div.wikitext h3+div.wikitext p{
	margin-top: 0;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
}

hr {
	width: 100%;
	height: 1px;
	background: #aaa;
	border-width: 0px;
	padding: 0px;
	color: #aaa;
}

img {	border: 0;}

.wikitext img {}
legend {color: #000}

fieldset {
	border: solid 1px #A9A9A9;
	margin-bottom: 2px;
	padding: 0.3em;
}
#col2 fieldset { width: 100px }

form {
	margin: 0;
	padding: 0;
}

button {
	
}

button:hover {
	cursor: pointer;
}

button,
input,
label,
textarea,
option,
select {
	margin: 0.2em;
	vertical-align: middle;
}

/* @end */

/* @group IE */

/* IE */
* html .wikitopline select {font-size: .9em;}

input[type=checkbox],
input[type=radio] {
	border: 0;
	vertical-align: middle !important;
}

input[type=text],
input[type=password] {

}

/* @end */

/* @group all button variations */

/* all button variations */
input.button, button, .submitbutton, .button input, .button, input.wikiaction {
	border: solid 1px #aaa; 
	background: #fbfbfb;
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}




/* styles by type separated from the above because IE6 doesn't like multiple class specifications with bracket selectors together */
input[type=submit],
input[type=reset] {
	border: solid 1px #aaa; 
	background: #fbfbfb;
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em}

/* hovered buttons */
input.button:hover,
button:hover,
input[type=submit]:hover,
.submitbutton:hover,
.button input:hover,
.button:hover {
	cursor: pointer;
	background: #E6E6F8;
}

span.button {
	display: inline-block;
	margin: 1px 2px;
	padding: 2px}

span.button a {
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 80%*/}

span.button a:hover {text-decoration: none}

#col2 input[type=text] {width: 95%}

input[type=checkbox] {border: 0}

* html .findtable input {font-size: 1em}
.findtable ul {list-style-type: none}

form.admin input[name="features"] {
	margin-bottom: 3px !important;
}
/* @end */


/* @group look of admin */

/* look of admin form fieldsets when tabs are off */

form.admin {padding: 3px}

form.admin fieldset {border: solid 1px #8CACBB; margin: 0px; margin-bottom: 3px;}

form.admin legend.heading {
	background-color: transparent;
	border: none;
	line-height: 2em;
	margin-top: -2px;
	padding-left: 0px; padding-right: 0px;
	}

form.admin legend.heading a {
	background-color: #8CACBB;
	display: block;
	top: -1em;
	margin-top: 2px;
	padding: 1px 1px 0;
	position: relative;
	text-decoration: none;
}
form.admin legend.heading a:hover {
	background-color: #ACBB8C;
	padding: 1px 0px 0;
}
form.admin legend.heading a span {
	background-color: #EBEBEB;
	display: block;
	font-size: 1em;
	line-height: 2em;
	padding: 0 1em;
}
form.admin legend.heading a:hover span {
	line-height: 1.9em;
	margin-top: 0.1em; border-left: solid 1px #8CACBB; border-right: solid 1px #8CACBB;
}


select {
}

select[multiple] {
	height: 10em;
}

select[name="theme"] {width: 160px}
#col2 select[name="theme"] {width: 100px}

small {
	font-size: .9em;
}

label {
	cursor: pointer;
}

/* @end */

/* @group Pasic Page Layout Including Site Header */

/***** Pasic Page Layout 
	Including Site Header *****/

ul.jumplinks {
	font-size : 0.8em;
	list-style-type : none;
}

ul.jumplinks a:focus, ul.jumplinks a:active {
	position: absolute;
	top: 9010px;
	left: 9010px;
	background-color: #339999; 
	color: #fff;
	padding: 5px;
	font-weight: bold;
	border: 2px solid #000;
	width: 6em;
	z-index: 9;
}

#main {
	font-size: 1em;
}

#tiki-clean {
	text-align: left;
	padding: 1em;
}

#fullscreenbutton {
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: 10;
	font-size:80%;
	background: #F4F4F4;
	border: 1px solid #D3D3D3;
}

#fullscreenbutton:hover {}

/* @end */

/* @group Header */

/* #Header */
#header {
	text-align: left;
}

.floatleft #sitetitle,
.floatleft #sitesubtitle {padding-left: 20px}

#sitetitle {font-size: 2.4em}
#sitesubtitle {font-size: 1.6em}

#sitetitle a,
#sitetitle a:link,
#sitetitle a:visited {color: #000}

#header-top {position: relative}
* html #header-top {height: 1%}

/* @end */

/* @group Look & Feel options */

/* Look & Feel options */
#siteheader {
	text-align: left;
	background: transparent;
	vertical-align: middle;
	padding-top: 0px;
	margin: 0;
	position: relative;
}

div#sioptions {padding: 1em}

#sioptionscentered {
	text-align: center;
}

div.floatright {
	float: right;
	clear: none;
}

div.floatleft {
	float: left;
	clear: none;
}

div#sitelogo {
	margin: auto}

div#sitead {
	margin: auto;
	clear: none}

#sitead.floatright {
	padding-right: 100px;
}

#sitead.floatleft {
	padding-left: 100px;
}

#sioptionscentered #sitead.floatleft {
	padding-left: 10px}
#bannertopright {padding-right: 1em}
#sitelocbar {
	float: left;
	padding-left: 10px;
}

#siteloginbar {
	text-align: right;
	position: absolute;
	bottom: 3px;
	right: 10px;
	font-size: 1em}

#siteloginbar * {margin: .2em}

 #siteloginbar.logged-in {
	bottom: 3px;
}

/* @end */

/* @group tiki-top_bar.tpl - menu and search */

/* tiki-top_bar.tpl - menu and search */

#tiki-top {
	/*background: #F4F4F4;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;*/
	display:none;
}

#tiki-top a {}

#sitesearchbar {
	float: right;
	text-align: right;
	display: block;
	margin: 0;
}

/* @end */

/* @group Middle */

/* Middle */

#middle {
	/*margin-top: 1em;*/
		/*background: gray;*/
		margin-top: 0;

}

div#header-shadow {

}


#c1c2 {
	text-align: left;
	width: 900px;
	position: absolute;
	margin-left: 0;
	/*font-size: 1em;*/
}

#c1c2 #wrapper {
	
}

.fullscreen #col1 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}







#c1c2 #wrapper .marginleft {
	margin-left: 0px;}

* html #c1c2 #wrapper .marginleft {
	margin-left: 0}


#c1c2 #wrapper .marginright {
	margin-right: 0;
}

div#showhide_columns,
#tiki-columns {
	border-top: 1px solid #aaa;
	padding: 2px 2px 0 2px;
}
a.flip,
a.flip:visited {
	font-size: 80%;
	color: #ADBAC3;
}

a.flip:hover {
	color: #505050;
	text-decoration: none;
}

a.flip img {
	display: none;
}

.tellafriend {
	margin-right: 2px;
	font-size: 80%;
	text-align:right
}
.tellafriend a {
	color: #ADBAC3;
	text-decoration: none;
}
.tellafriend a:hover {
	color: #505050;
	text-decoration: none;
}

.fullscreen .tellafriend {
	margin-right: 100px;
	margin-top: 2px;
}

#c1c2 #wrapper #col1 {
	width: 650px;
	}
#c1c2 #wrapper #col1 > .content {
	/*border-top: 1px solid #aaa;*/
	/*padding-top: 35px;*/
	/*margin-top: -1px;*/
	border:none;

}

div#tiki-center.clearfix.content {
	padding: 0;
	margin: 0;
}



/* Also is .content */
#tiki-center {
	/*border: 1px solid #aaa;*/
	/*margin-left: -1px;*/
	/*margin-right: -1px;*/
	/*padding: .8em;*/
border:none;
}

/* IE */
* html #tiki-center {
	font-size: 1em;
}

#c1c2 #col2 {
	width: 200px;
	overflow: hidden;

}

#c1c2 #col2 .content {
	/*border: 1px solid #aaa;*/
	/*border-bottom: 0;*/
	/*margin-left: 9px;*/
	padding:0;
	margin: 0;
}

#col3 {
	margin-left: -250px;
	width: 200px;
	padding-left:50px;
	text-align: left;
	/*font-size: 1em;*/
}

#col3 .content {
	margin: 0;
	padding-top: 40px;
	/*padding-right: 9px;*/
	/*border: 1px solid #aaa;*/
	/*border-bottom: 0;*/
	/*margin-right: 9px;*/
	/*font-size: 1.13em;*/
}

#footer {
 	text-align: center;
 	font-size: .9em;
	/*border-top: 1px solid #999999;*/
	margin-top: -1px;
	border: none;
 }

#footer .content {
	border: none;
}
 
#footer a:link,
#footer a:visited {

}

#footer a:hover {

}

#power {font-size: 90%}
#credits {display: inline}

.footerbgtrap {}

/* end layout divs, etc. */

/* @end */

/*** Error page ***/
/* Not needed on non-error pages, right? */

div#tiki-main #tikimidtbl {
	margin: auto;
	width: auto}
div#tiki-bot {}

/** Border boxes (if any) **/
	
/****** Menus ******/

.horbar {
		bottom: 0;
		border-bottom: 1px solid #D3D3D3; border-top: 1px solid #fff;
		position: relative;
		width: 100%;
} 

.horbar table {
	width: auto;
	text-align: left;
}

/* Text in the top level (visible by default) of the menu */
.horbaritem a {
	padding: 4px 3px 4px 1em;
	text-decoration: none;
	font: .9em Verdana, Helvetica, Arial, Sans-Serif;
	display: block;
	border-right: 1px solid #aaa;
}

.horbaritem a:hover {
	background-color: #fff;
	text-decoration: none;
} 

.horbaritem a:visited {
	
} 

/* IE */
* html .horbaritem a,
* html .mdkitem a {
	font-size: 1em}

.mdkverbar {
	
} 

/* contains mdksubframe div */
.mdksubmenu {
	z-index: 999;
	position: absolute;
	left: 0;
	background-color: transparent;
	visibility: hidden;
}

.mdksubmenu table {
	width: auto;
} 

.mdksubframe {
	z-index: 1000;
	position: relative;
	left: -1px;
	top: 1px;
	background-color: #fff;
	display: block;
	border: 1px solid #D3D3D3;
} 

/* Menu items in drop down frame */
.mdkitem {
	border-top: 1px solid #DEDEDE;
	position: relative;
	text-align: left;
	white-space: nowrap;
} 

.mdkitem .mdkfwdarr {
	position: absolute;
	top: 5px;
	right: 12px;
} 

.mdkitem a {
	padding: 2px 5px;
	position: relative;
	display: block;
	font-weight: normal;
	font-size: .9em;
} 

.mdkitem a:link {
	font-weight: normal;
	text-decoration: none;
} 

.mdkitem a:visited {
	text-decoration: none;
} 

.mdkitem a:hover {
	/*color: #993300;*/
	text-decoration: none;
} 

.mdkitem a:active {} 
 
/* Tree menu (also on Browse Categories */
.treemenudiv {
	display: block;
	white-space: nowrap;
	background: #fff}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	font-family: Georgia, serif;;
	color: #005faa;
	text-decoration: none;
	font-weight: normal;
}

a.phplm:visited {
	color: #005faa;
}

a.phplm:hover {
	color: #005faa;
	text-decoration: underline;
	background: none;
}

a.phplm:active {
	color: #005faa;
	font-weight: normal;
}

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	font: 100% Georgia, serif;;
	color: #005faa;
	text-decoration: none;
	font-weight: normal;
	background: none;
	font-style: italic;
}

a.phplmselected:hover {
	color: #005faa;
	text-decoration: underline;
}

/* @group cssmenus.css overrides (page controls and menus)  */

/* cssmenus.css overrides (page controls and menus) */
.cssmenu_vert,
.cssmenu_vert ul,
.cssmenu li,
.cssmenu_horiz li,
.cssmenu_vert li,
.cssmenu li ul,
.cssmenu_vert li ul,
.cssmenu_horiz li ul {
	/*width: 9em;*/
	/*background: #fff*/}

[class].cssmenu_horiz li ul {
	width: auto;
	min-width: 9em;
}

* html div.box-CSS_menu ul {margin-left: 0}

.cssmenu li ul,
.cssmenu_horiz li ul,
.cssmenu_vert li ul {border: 1px solid #D3D3D3}

.cssmenu_vert li ul {margin-left: 9em !important}

.cssmenu li ul ul {/*left: -999em*/}

.cssmenu_horiz li ul ul {margin: -1em 0 0 9em}

.cssmenu a,	
.cssmenu_horiz a,
.cssmenu_vert a {
	text-decoration: none;
	display: block;
	/*line-height: 1.8em;*/
	padding: 3px 0 3px 6px}
	
.cssmenu a:hover,	
.cssmenu_horiz a:hover,
.cssmenu_vert a:hover {text-decoration: underline}

#tiki-top > .cssmenu_horiz {
	border-left: 1px solid #aaa}

#tiki-top .cssmenu_horiz {
	float: left;
	margin-left: 9px
}

#tiki-top > .cssmenu_horiz > li > a {
	border-right: 1px solid #aaa}

/* @end */

/** Links in other menus **/
div.separator,
div.separatorline {}
.separator a:link,
.separator a:visited,
.separator a:hover {}
div.option a.linkmenu:hover {}
a.separator img {}
/* menu option */
.option {
	/*background: transparent url('../img/icons2/corner-dots.gif') center left no-repeat;*/
	padding: 0.2em 0;
}
/* selected menu item */
.selected {
	font-weight: bold;
}
div.optionline,
.option a {}
.option a:link,
.option a:visited,
a.linkmenu,
.rsslink,
.linkmenu:visited,
.rsslink:visited {}
.linkmenu:hover {}
div.option a:hover,
div.option a:active {}
a.linkmodule {}
a.linkmodule:hover {}
.rsslist {}
.rssitem {}
.rssitem:first-child {}
.rssdate {}

/* From Tikineat -- check */
div.menuSection div.menuSection,
div.menuSection div.separator {
}
/* End from Tikineat */

/****** Misc. Global Classes (layout and style) ****/

.hidden {position: absolute; left: -10000px; top: 0; width: 1px; height: 1px; overflow: hidden;}
.floatlist {	clear: left;list-style-type: none;margin: 0;padding-left: 0;}
.floatlist li { float: left; }
div#attzone,
div#comzone {	display: none;	margin-top: 10px;}
div#attzoneopen,
div#comzoneopen {	display: block; margin-top: 10px;}
div#edithelpzone {	display: none;}
#rules-copy-panel {	display: none;}
.clear, #clear {	clear: both;}
.clearfix:after {    content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE */
* html .clearfix {	height: 1%;}
#overdiv table {	width: auto !important;}
.attention {	color: red;}
.highlight, #highlight  {background-color: #f2cd5e}

/* OpenID  */
.openid_url {
	background: #fff url(../../img/icons/login-OpenID-bg.gif) no-repeat;
	padding-left: 18px}

/* Banners, text type */
.bannertext {	font-size: .95em;	text-decoration: none;}
.bannertext:hover {}

div.imagerank { margin: 10px 5px; }
.link, .gallink, .bloglink, .fgallink, .trailer,
.opencomlink, .commentslink, .admlink,.forumbutlink { font-weight: normal; padding: 0; }
div.searchdate { font-size: .95em;  }


/* Pagination for listings */
.mini {
	width: 100%;
	text-align: center;
	font-size: .9em;
}

.prevnext, .galprevnext, .blogprevnext, .fgalprevnext,
.artprevnext, .forumprevnext {
	font-size: 1em;
	padding: 1px 6px;
}

a.tikihelp, a.tikihelp:visited {
	border: 0;
	vertical-align: text-top;
}

a.tikihelp:hover {
	cursor: help;
	vertical-align: text-top;
}

/** Admin pages **/
/* overrides inline css */
div.adminanchors {background: #F0F4F5 !important; border: 1px solid #999999}

/** Modules **/
/* For extra module perimeter */
.box-shadow {}



div.box {
	overflow: hidden;
	margin: 9px;
}

h3.box-title {
	font-weight: normal;
	margin: 0 0 7px 1em;
	padding: 0;
	color: black;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 90%;
	font-weight: bold;
	position: relative;
}

* html h3.box-title {position: static}
.box a.flipmodtitle img {display: none}

* html .box a.flipmodtitle img,
.box:hover a.flipmodtitle img {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 13px;
	width: 13px;
	border: 1px solid transparent;
	background: #fff}
	
* html #col2 a.flipmodtitle img {right: 8px}
* html #col3 a.flipmodtitle img {right: 20px}

* html .box a.flipmodtitle img {border: none}
a.flipmodtitle:hover img {border: 1px solid #AAAAAA !important}
#col2 h3.box-title {}

.opaque {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	padding: 7px;
	margin: 0}
	
.box-data {/*padding-bottom: 8px*/}

* html .box-data {
	padding: 7px 7px 30px 7px;
}

.box-data ol,
.box-data ul {padding-right: .6em}

.box-data ol {padding-left: 2em; margin-top: 0; margin-bottom: 0;}
.box-data ul {padding-left: 1em; margin-top: 0; margin-bottom: 0}
/* IE */
* html .box-data ol {margin-left: 0em}
* html .box-data ul {margin-left: 1em}
/* IE7 */
*:first-child+html .box-data ol {margin-left: 0}
*:first-child+html .box-data ul {margin-left: 1em}


.box-data ul li {list-style: square}
.cssmenu li, .cssmenu_horiz li, .cssmenu_vert li {list-style: none !important}
.box-data ul.cssmenu_vert {padding: 0}
.box-since_last_visit_new div.box-data div {
text-align: left !important}

.box-since_last_visit_new a.linkmodule b {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 85%;
	text-transform: uppercase}

/** Other boxes **/
div.cbox {
	background: #EBEBEB;
	margin-bottom: 4px;
	border: 1px solid #aaa;
}

.cbox-title {
	border-bottom: 1px solid #aaa;
	padding: 3px;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
	color: black;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
	text-indent: 1em;
}

.cboxlink {
	
}

.cbox-data {
	padding: 3px;
}

/* rbox: remarks box (note/warning/tip/comment) */
.rbox {
	margin: 0.2em 0 0.4em;
	text-align: left;
}
.rbox-title {
	background-color: #f2cd5e;
	border: none;
	float: left;
	font-size: 1em;
	padding: 0.2em 0.8em;
	line-height: 1.4em;
	position: relative;
	top: 1px;
	z-index: 2;
}
.rbox-data {
	background-color: #fff;
	font-size: 10px;
	margin: 0;

}

.warning .rbox-title {}
.warning .rbox-data {}

.tip .rbox-title,
.tip .rbox-data {}

.comment .rbox-title,
.comment .rbox-data {}


div.simplebox {
	border: 1px solid #aaa;
	background: #fff;
	padding: 1em;
}

/***** Tables, Tabs and Lists ****/
/** Tables **/

table {
	font-size: inherit;
}

table.normal, 
table.admin{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}

table.normal {
	border: solid 1px #909090;
	border-collapse: collapse;
}

table.admin tr td div#page-bar {
	margin-left: 5px;
	margin-bottom: 0;
	background-color: transparent;
}

table.normal th {
	font-size: 1em}
	
td {vertical-align: top}
* html td {	font-size: 11px}

td.normal,
.wikitable td,
td.odd,
td.even {
	margin: 0;
	padding: 0.2em;
	vertical-align: top}

tr.odd td,
td.odd {background: #eeeeee}

tr.even td,
td.even {background: #f9f9f9}

td.third {background: #e7e7e7}

th {
	text-align: center;
	background: #F0F4F5;
	border: 1px solid #999999;
	border-collapse: collapse;
}

td.form {
	padding: 0.2em;
}

/* Cells in forms using a background color */
.formcolor td,
.galform td,
.editblogform td,
.editfgalform td,
.comform td,
.forumform td {
	border: 1px solid #9D9DA1;
	background: #E0DFE3;
}

/** Specific Tables **/

/* Tables (list reduced due to classes not found in files) */
table.normal, 
table.admin {
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}
table.normalnoborder {
	width: 100%;
}
table.normal {
	border: solid 1px #909090;
	border-collapse: collapse;
}

table.admin tr td div#page-bar {
	margin-left: 5px;
	margin-bottom: 0;
	background-color: transparent;
}

/** Tiki Tabs **/

div.content {
	/*padding: 3px*/
	border:none;
}
div.wikitopline{
	/*display: none;*/
}

div.content .tabs {
	margin: 0px;
}

.tabs {
	border-bottom: solid 1px #0a6aa6 !important;
	margin-top: 10px !important;
	padding: 0 !important;
}

.admin {
	padding: 2px;
}

.tabmark {
	display: inline;
	font-size: 10px;
	background-color: #bfbfbf;
	margin: 0px;
	margin-right: 5px;
	padding: 2px 0;
}

.tabmark a {
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	padding: 1px 5px;
	text-decoration: none;
}

.tabmark a:active {
	background-color: #f2f2f2;
	color: #0a6aa6;
}

.tabmark a:hover {
	color: #0a6aa6;
	background-color: #CFCFCF;
	text-decoration: underline;
}


/* active (current) tab */
.tabactive {
	background-color : #f2f2f2 !important;
	border: solid 1px #0a6aa6 !important;
	border-bottom: none !important;
	border-top-width: 2px !important;
	position: relative;
	bottom: 2px;
	z-index: 2;
}

[class].tabactive {
	bottom: 1px
}
.tabactive a:hover {
	background-color : #f2f2f2 !important;
	text-decoration: underline;
}

/* link of active tab */
.tabactive a {
	color: #0a6aa6 !important;
	text-decoration: none;
}

/* inactive tabs */
.tabinactive {
	border: solid 1px #666666 !important;
	border-bottom: none !important;
	position: relative !important;
 	top: -3px !important;
}

[class].tabinactive {
	top: -2px !important
}



.tabcontent {
	background-color: #f2f2f2;
	border: solid 1px #0a6aa6 !important;
	border-top: none !important;
	margin: 0;
	padding: 6px 2px 2px 2px;
	text-align: center;
}

.tabcontent table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 2%;
	text-align: left;
	width: 95%;
}

.tabcontent table td {
	padding: 5px;
}

.commentbloc {
	text-align: left;
}


/*** Feature-specific selectors ***/


/***** Wiki *****/

h1 a.pagetitle {
	font-size: 1.2em;
}



#pageid {
	float: left;
	clear: both;
}

#cachedpage {
	float: right;
	font-size: small;
}

.categpath {

}

.wikitext {
	font-size: 125%;
	line-height: 1.4em;
}


* body .wikitext { font-size: 100% }

.wikitext h1, 
.wikitext h2, 
.wikitext h3, 
.wikitext h4 {
	margin: 0 0 15px;
	padding: 0}

.wikitext h2,span.titlea {
	margin-bottom: 10px;
}



.wikitext ul li {
margin-bottom: 5px;
} 

.wikitext ul li ul li {

}

.wikitext ol {
padding: 0 0 0 1.2em;

}

.wikitext ol li{
margin-bottom: 7px;
}

/* fancylist wikiplugin */
.wikitext .fancylist {
	margin-left: 30px; padding-left: 30px;
}
.wikitext .fancylist li {
	color: #999;
	font: italic 2.2em Georgia, "Times New Roman", sans-serif;
	list-style-position: outside;
}

.wikitext .fancylist li p {
	color: #000;
	display: inline;
	font-size: 50%;
	font-style: normal;
}

.titlebar {
	padding: 0.1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 10px 0}

/* From Tikineat */
.wikitext div.box {
	width: auto;
}

.wikitopline table {
	width: 100%}

* html .wikitopline table {
	width: 97%}
/* End from Tikineat */

table.wikitable {
	border: 1px solid #A9A9A9;
	border-collapse: collapse;
}
 
td.wikicell {
	padding: 3px;
	border: 1px solid #999999;
	border-collapse: collapse;
}

.editdate {
	padding-bottom: 5px;
}

div#page-bar {
	display: block;
	margin-top: 0;
}

#page-bar span {
	float: left;
}

ul.floatleft {
	display: block;
	list-style: none;
	padding: 0;
	text-align: left;
	height: 20px;
	margin-top: 0;	
}

ul.floatleft li {
	float: left;
	padding: 4px 2px;
}

.editdate ul.floatleft {
	margin-top: 8px;
}

span.button2,
div.button2, .button3 {
	margin-right: 5px;
}
 
div.cache {}
div.cachedpage {}
.wikicache, .wikicache:visited {}
.wikicache:hover {}
.wiki {}
.wikinew {}

.wiki-edithelp {
  display: none;
}

textarea.wikiedit {
	font-size: 1.1em;
}

p.editdate {}
div.wiki-edithelp {
	
}
img.externallink {
	
}

/* code examples after uploaded file */
div.code {
	font-size: 90%;
	padding: 3px;
	border: 1px dashed #CCCCCC;
	background: #F5F5F5;
	font-family: "Courier New", Courier, monospace;
}

/* @group Wiki plugins */

/* Wiki plugins */

/* @group Code plugin */

/* Code plugin  */
.codecaption {
	font-size: 0.9em;
	padding: 0 10px;
	position: relative;
	bottom: -1em;
	display: inline;
	border: 1px solid #ADACAF;
	border-bottom: 0;
	margin-left: 4px;
	line-height: 1em;
	color: #666666;
	background: #F5F5F5;
	font-weight: bold;
}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background: #F5F5F5;
	border: 1px dashed #ADACAF;
	margin-left: 4px;
	overflow: auto;
	width: 90%;
}

/* @end */

/* @group Quote plugin */

/* Quote plugin */
div.quoteheader {
	margin-left: 30px;
	
}


table.wikiplugin-split {
	border: none;
}

/* @end */

/* @group Wiki tocs */

/** Wiki tocs **/
div.tocnav {
	background: #EBEBEB;
	padding: 3px;
	margin-bottom: 4px;
	clear: both;
}
 
#tocnavicons {
	float: left;
}

#tocnavaddpage{
	float: right;
}

#tocnavlinks {
	clear: both;
}

.fancytoclevel {
        list-style-image: url(../img/icons/footprint.gif);
}

li.toclevel {}

/* @end */

/* @group TOC */

/* TOC */
ul.toc {
margin: 0;
padding-left: 0;

list-style-position: inside;
}

ul.toc * {
	border: none;
}
ul.toc li{
	display: block;
	background: url(fhsj/images/bullet_toc.png) no-repeat;
	padding: 0 0 0 16px;
	margin-bottom: 5px;

}


ul.toc li a,ul.toc li a:visited{
	position: relative;
	top: -4px;
		font-weight: bold;
		text-decoration: none;
}
ul.toc li a:hover{
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group wiki diff styles */

/* wiki diff styles */
.diff td {
	border: 1px solid #A9B8C2;
}

.diff div {
	border-top: 1px solid #A9B8C2;
}
.diffheader td {
	background: #A9B8C2;
	font-weight: bold;
	width: 50%;
}
.diffadded {
	background: #CCFFCC;
}
.diffdeleted {
	background: #FFCCCC;
}
.diffinldel {
	background: #FFCCCC;
	text-decoration : line-through;
}
.diffbody {
	background: #F2F4F5;
}
.diffchar {
	color: red;
}
.diffadded > .diffchar {
	color : blue;
}

/* @end */

/* @group Articles */

/***** Articles ****/
h1+div.article{
	border: none;
	margin-top:20px;
}

div.article {
margin-top: 20px;
margin-bottom: 20px;
}

.wikitext .article {
	font-size: .8em;
}

div.articletopline {
	color:#000000;
	font: 90% arial,helvetica,sans-serif;
	text-transform: uppercase;
}

div.articletitle {
	margin-bottom:	5px;
	text-align:	left;
	line-height: 1.1;
}
 
div.article div.articletitle span.titlea {
	font-size: 1.4em;
		font-weight: normal;
}

span.titleb {
	display: block;
	margin-bottom: 3px;
	font-size: 1.1em;
	font-weight: bold;

} 
div.articlesubtitle {
	font-size: 0.9em;
}
 
div.articleheading {
	margin-top: 6px;
	font-size: 125%;
	line-height: 1.5em;
}
 
div.articleheadingtext {
}

img.topicimage,
img.articleimagenofloat,
img.articleimage {
	padding: 0;
	margin-bottom:10px;
}

img.articleimagefloat {
	margin-right: 4px;
	float: left;
	padding: 2px 0;
	margin-bottom:10px;
}

img.articleimage {
	margin-right: 4px;
	float: left;
	clear: right;
	padding:2px 0;
	margin-bottom:5px;
	margin-right: 10px;
	
}

div.articletrailer {
	position: relative;
	text-align: center;
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	height: 20px;
	border-bottom: solid 1px ;
	color: #dfdce1;
	display: none;
}
	
div.articletrailer img {}

div.article .status {
	position: absolute;
	left: 0}

div.articletrailer span {
	display: inline-block;
	margin: auto;
	white-space: nowrap}

div.article .actions {
	position: absolute;
	right: 0;
	top: 0}

div.articlebody {
	font-size: 12px;
	line-height: 1.2;
}
 
div.articlesource {
	margin-top: 5px;
	font-style: italic;
	font-size: 90%;
}

/* @end */

/* @group Blogs */

/***** Blogs *****/

div.blogheading {
	display: block;
	width: 100%;
	clear: both;
}

div.blogtitle {
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 80%;
}

div.blogdesc {
	display: block;
	width: 40%;
	padding: 8px;
	margin-top: 8px;
	margin-left: 6px;
}

div.bloginfo {
	text-align: center;
	display: block;
	padding: 3px;
	line-height: 150%;
	text-transform: none;
}

div.blogtools {
	padding: 3px;
	text-align: right;
}

.blogpost {

}
 
.postinfo a {
	color: #9CF;
	text-decoration: none;
	border-bottom: 1px dotted #9CF;
}

/* @group .postinfo div a img, */

/*.postinfo div a img,*/
a.blogt,
a.blog:visited {
	border: 0;
	text-decoration: none;

}

a.blogt:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

div.postinfo a.linkmodule {

}

.postinfo div {
	margin-top: 30%;
}

div.posthead {
	text-align: left;
	padding: 3px;
}

.postinfo {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 1.2em;
}

span.posthead {
	display: block;
	font-weight: bold;
	letter-spacing: .4pt;
}


span.posthead span.link {
	font-weight: bold;
}

body.tiki_blogs .post .title {margin-top: 0}

/* @end */

/* @group div.posthead h3 */

/*div.posthead h3*/
body.tiki_blogs .post .title h2 {
	font-size: 1.2em;
	margin-top: 0}

/* @end */

/* @group div.postbody */

/*div.postbody*/
body.tiki_blogs .post .postbody {
	margin-right: 8px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

/* @end */

/* @end */

/* @group Maybe needs override to differentiate from forums */

/* Maybe needs override to differentiate from forums */
body.tiki_blogs .post .postbody {
	background: none;
	border: 0  }
	
body.tiki_blogs div.author_actions {
	float: none;
	background: none;
	border: 0;
	width: 100%}
	
body.tiki_blogs .actions {background: none}

body.tiki_blogs .author_info {  }
.postbody-title {
	background: none;
	border: 0}
	
body.tiki_blogs .postbody-title {
	float: none;
	width: 100%;
	background: none;
	border: 0}

body.tiki_blogs .postfooter {
	width: 100%;
	margin-bottom: 2em;
}

body.tiki_blogs .postfooter .actions {float: left}

/* @end */

/* @group Forums */

/***** Forums *****/

body.tiki_forums table.normal {
	margin: auto;
}

 
td.threadsevenl {}
td.threadsevenr {}
td.threadsoddl {}
td.threadsoddr {}

table.threads {
	width: 100%;
}
 

 
#forumpost {
	display: none;
}
 
#forumpostopen {
	display: block;
}

td.forumtoolbar {
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
}
 
.toolbarlink {
	font-weight: bold;
	text-decoration: none;
}

.forumvotelink {}
table.commentinfo {}

/* @group Forums news */

/* forums new */

.post {margin-bottom: 30px}

.post .postbody {
	clear: both;
	border: solid 1px #E7EAED;
	border-top: solid 1px gray;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0px 3px 0px;
	background-color: #F9FCFF;	font-size: 1.1em;}
	
* html .post .postbody {font-size: 11px}
*:first-child+html .postbody {min-width: 100%}


.postbody-title {
	width: 100%;
	float: none;
	margin-top: 0;
	margin-bottom: auto;
	background-color: #E0EAF4; 
	border-bottom: 1px solid #ACCCDD}
	
.post .postbody-title .checkbox {float: left}

.post .postbody-title .title {
	color: #29677B;
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 3px}

.author_actions {
	width: 25%;
	float: right;
	text-align: right;
	background-color: #E0EAF4;
	border-bottom: 1px solid #ACCCDD;
	border-left: 1px solid #ACCCDD;
	margin-left: -1px}
	
*:first-child+html .author_actions {}
	
.author_actions .actions {
	background-color: #E0EAF4}
	
.author_actions .actions a.link {padding: 2px}

.author {	
	text-align: right;
	vertical-align: top}

.post .author_post_info {
	display: block;
	background-color: #E0EAF4;
	padding: 0 2px 2px 2px;
}
.post .author_info .icons { display: block; }
.post .author_info .icons .actions { margin-right: 10px; }

.post .author_post_info_on { font-style: italic; }
.post .author_info {
	float: right;
	padding: 0 2px 2px 2px;
	margin-left: 5px}

.commentStyle_headers .author_info {}
.post .postbody-title .actions {
	float: right;
	font-size: 10px;
}
#c1c2 #wrapper #col1 .content .post .postbody .content {
	float: left;
	padding: 0px 3px 3px 3px;
	width: 100% !important;
	height: 100%;
	text-align: left;
	color: #000000;
}
.post .postbody .attachments {
	clear: both;
	border-top: 1px dotted #DADADA;
	margin-top: 5px; 
}
.post .postbody .attachments img { vertical-align: text-bottom; }
.post .postfooter .actions, .post .postfooter .status {
	display:inline;
	margin-left: 5px;
	vertical-align: top;
}
.post .postfooter .status { font-size: 10px; }
.post .postfooter {
	float: right;
	text-align: right;
}
.post .inner > .postfooter { clear: both; }
.post .contribution {
	background-color: #F0F8FF;
	border: 1px solid #D7E5F3;
	padding: 0 2px 0 2px;
}
.post .avatar {
	float: right;
	margin-bottom: 5px;
	margin-left: 4px;
	padding: 3px;
	border: 1px solid #ACCCDD;
	background-color: #E0EAF4;
}
.sub_comment { padding-left: 20px; }
.sub_comment_area {
	clear: both;
	background: url("../../img/edge.gif") no-repeat top left; 
}

.forum_actions .actions {
	clear: both;
	border: 1px solid #999999;
	background-color: #E1EBF5;
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
}
.forum_actions .actions .action { 
	margin-right: 10px;
}
.forum_actions .headers { vertical-align: bottom; }
.forum_actions .headers .title {
	float: left;
	background-color: #C7D0D9;
	border: 1px solid #999999;
	border-bottom: 0;
	padding: 1px;
}
.forum_actions .headers .infos {
	float: right;
	font-size: smaller;
	padding-top: 2px;
}
.thread_pagination {
	text-align: center;
	margin-bottom: 10px;
}
.nb_replies { white-space: nowrap; }
.post_preview, .top_post { margin-bottom: 15px; }

/* @end */

/* @end */

/* @group Comments */

/* Comments */

#comzone {
	margin: 5px 0;
	padding: 0;
}
 
#comzoneopen {
	margin: 5px 0;
	padding: 0;
}

span.commentstitle {
	font-weight: bold;
	font-size: 12px;
}

/* @end */

/* @group Find */

/* Find */
.subcomment {
	margin-left: 10px;
}

/* @end */

/* @group Help box */

/* Help box*/

div.commentsedithelp {
	background: #ffcfcf;
	color: black;
	border: 1px solid #ff0000;
	text-align: center;
	font-weight: bold;
}

ul.catfeatures {list-style: none}
ul.catfeatures li {}
ul.catitems {}

ul.catitems li {
	display: inline;
	margin-right: 10px}

ul.catitems li a.link {}

/* @end */

/* @group Tags (freetags) */

/***** Tags (freetags) *****/
li.freetag {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.freetag {
	margin: 0;
	padding: 0;
	display: inline;
}

.freetag a {display:inline}a.freetag_1 { text-decoration: none; font-size: .8em }
a.freetag_2 { text-decoration: none; font-size: .9em }
a.freetag_3 { text-decoration: none; font-size: 1em }
a.freetag_4 { text-decoration: none; font-size: 1.2em }
a.freetag_5 { text-decoration: none; font-size: 1.4em }
a.freetag_6 { text-decoration: none; font-size: 1.6em }
a.freetag_7 { text-decoration: none; font-size: 1.8em }

div.freetagObjectOdd {
	margin: 2px;
	/*background-color: #F7F9FA;*/
	position: relative;
}

div.freetagObjectEven {
	margin: 2px;
	/*background-color : #E7E9EA;*/
	position: relative;
}

div.freetagObjectName a {
	text-decoration: none;
}

div.freetagObjectType {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* @end */

/* @group Image Galleries */

/***** Image Galleries *****/

table.galtable {
	border-collapse: collapse;
	border: 1px solid #8CACBB;	width: 100%}

* html body table.galtable {width: 97%}

html>body .galtable {
	width: 100%;
}

div#browse_image {
	width: 100%;
}

div.showimage {
	width: 100%;
	text-align: center;
	padding: 6px;
}

td.oddthumb {
	border-collapse: collapse;
}
 
td.eventhumb {
	border-collapse: collapse;
}

td.eventhumb img {
	margin-left: 6px;
	margin-right: 6px;
}

img.athumb {
	border: 0;
	margin: auto;
}

.caption {
	color: black;
}

p.norecords {
	font-weight: bold;
}

div.imagetitle {
	font-weight: bold;
	font-size: 200%;
}

div.gallerylink {
}

div.showimage {
	text-align: center;
	margin: 5px 0;
}

div.imgaldescr {
	margin: 10px;
}

.sorttitle {
	margin-left: 10px;
}

/* @end */

/* @group Trackers */

/***** Trackers *****/

.statuson {
	padding: 1px;
	margin: 1px;
	vertical-align: middle;
}

.statusoff {
	padding: 1px;
	margin: 2px;
	vertical-align: middle;
}

/* @end */

/* @group Directory */

/***** Directory *****/

div.dirsite {
	margin-bottom: 10px;
	padding: 4px;
}

span.dirsitetrail {
	font-size: 95%;
}

span.dirsitecats {
	font-size: 95%;
}

/* @end */

/* @group Calendar */

/***** Calendar *****/
/* Overrides calendar.css. */

.calodd { background: white }
.caleven { background: #f9f9f9 }

.Cal, 
.Cal0, 
.Cal1, 
.Cal2 {
	color: #000;
	font-size: 90%}
	
.Calart,
.Calblog,
.Calchart,
.Caldir,
.Caleph,
.Calfaq,
.Calfgal,
.Calforum,
.Calgal,
.Calnl,
.Calquiz,
.Calsurv,
.Caltrack,
.Calwiki {
	font-size: 1em}

.Calart,
.Calart a,
.Calart a:visited {
	color: #FA8072}

.Calblog,
.Calblog a,
.Calblog a:visited {color: #DA70D6}

.Calchart,
.Calchart a,
.Calchart a:visited {color: #304F30}

.Caldir,
.Caldir a,
.Caldir a:visited {color: #800080}

.Calfaq,
.Calfaq a,
.Calfaq a:visited {color: #822222}

.Calfgal,
.Calfgal a,
.Calfgal a:visited {color: #8B4513}

.Calforum,
.Calforum a,
.Calforum a:visited {color: #808000}

.Calgal,
.Calgal a,
.Calgal a:visited {color: #8B4513}

.Calnl,
.Calnl a,
.Calnl a:visited {color: #708090}

.Calquiz,
.Calquiz a,
.Calquiz a:visited {color: #5F9EA0}

.Calsurv,
.Calsurv a,
.Calsurv a:visited {color: #DAA520}

Caltrack,
Caltrack a,
Caltrack a:visited {color: #00BD02}

.Calweb {font-size: 1em}
.Calweb:hover {color: #996633}

.Calwiki,
.Calwiki a,
.Calwiki a:visited {color: #2C4B80}

.calcontent a.linkmenu,
.calcontent a.linkmenu:hover {
	background: none;
	padding: 0}

.calfocus {
	font-size: 90%;
	background: inherit}

.caldark .calfocus { background: inherit }

.calfocuson + .calcontent { background: #e6eff8 }

.calprio1 a,
.calprio2 a,
.calprio3 a,
.calprio4 a,
.calprio5 a,
.calprio6 a,
.calprio7 a,
.calprio8 a,
.calprio9 a {color: #393E51}


.caltoggle {font-size: 90%}

/* @end */

/* @group This version for light-colored backgrounds */

/* This version for light-colored backgrounds */
.opaque {
	background: #fff;
	border-left: 1px solid #A9A9A9;
  	border-top: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969
}

.opaque .box-title {
	background-color: white;
	border-bottom: 1px solid black;
	padding-bottom: 7px;
}
.searchresults {
	display: inline;
}

#caltable .calfocuson,
.box-data td.fc a.today,
.box-data td a.today {
	background: #D4D0C8;
	border: solid 1px #696969}

/* @end */

/* @group Polls */

/*****  Polls  *****/
div.pollresults {margin-top: 5px;font-size: 1.2em;padding: 0 5px;}
table.pollresults {width: 100%;}
td.pollr {color: black;}
#pollopen {display: block;}
#pollzone {display: none;}
#polledit {display: none;}
.pollnav {}

/* @end */

/* @group FAQs */

/***** FAQs *****/
div.faqlistquestions {margin-bottom: 20px;}
div.faqqa {margin-bottom: 20px;}
div.faqquestion {font-weight: bold;padding: 2px 12px;padding-bottom: 0;}
div.faqanswer {padding: 4px 12px;padding-top: 0;}

/* @end */

/* @group Quizzes */

/***** Quizzes *****/
div.questionblock {padding: 4px;margin-bottom: 10px;}
div.quizquestion {margin-bottom: 5px;}
div.quizoptions {}
div.quizdescription {margin-bottom: 10px;}
div.quizanswer {margin-bottom: 10px;}

/* @end */

/* @group Shoutbox */

/***** Shoutbox *****/
div.shoutboxmsg {margin-bottom: 0;padding: 4px;padding-bottom: 1px;}
div.shoutboxmodmsg {font-size: .95em;margin: 0 5px 4px 5px;padding-top: 5px;padding-bottom: 1px;}
textarea.tshoutbox{font-size: .95em;width: 90%;}
.wiki-table {}
.wiki-tr-a td {border: 0;}
.wiki-tr-b td {border: 0;}

/* @end */

/* @group Directory */

/***** Directory *****/
div.dircategs {border: 1px solid #8CACBB;padding: 5px;}
.dirlink {}
.dirsublink {font-size: .95em;}
div.dirlistsites {padding: 5px 0 10px 5px;margin-top: 10px;}
div.dirsite {margin: 5px;}
span.dirsitedesc {}
span.dirsitetrail {font-size: .95em;}
span.dirsitecats {}
.dirsitelink {}
div.dirrelated {margin-top: 10px;padding: 5px}
td.dirfooter {font-size: .95em}
div.dirfooter {margin-top: 10px}

/* @end */

/* @group Messages */

/***** Messages *****/

td.prio1, td.prio2, td.prio3, td.prio4, td.prio5 {border: 1px solid #8CACBB; padding-left: 2px}
td.prio1 {background: #F7F9CA}
td.prio2 {background: #F7F9EA}
td.prio3 {background: #F7F9FA}
td.prio4 {background: #F7F9FD}
td.prio5 {background: #F7F9FF}
div.messureadflag {background: #CCCCCC; padding-left: 5px}
div.messureadhead {background: #DEDEDE; margin-top: 2px}
div.messureadbody {margin-top: 5px;background: #DEDEDE}
.readlink {font-size: 1em; color: black}

/* @end */

/* @group menu communiques de presse */

ul#cssmenu_communiques_de_presse.cssmenu a {
	display: inline;	
	padding: 0;
}
ul#cssmenu_communiques_de_presse.cssmenu li {
	width: auto;
	padding-right: 9px;	
}




/* @end */

/* @group Ajax */

/**********   Ajax   **********/

div#ajaxLoading {
	display: none;
	position: absolute;
	top: 50px;
	right: 50%;
	color: #fff;
	padding: 3px;
	font-family: Verdana;
	font-size: 90%;
	text-align: center;
	background: transparent url(../lib/shadowbox/images/loading-light.gif) no-repeat 50% 100%;
	height: 43px;
	width: 50px}

#shadowbox_title{height:auto !important;padding:0;overflow:visible}
#shadowbox_title_inner{height:auto !important;font-size:1em !important;line-height: 1em !important;white-space: normal !important;padding:5px 0 4px 8px}

/* @end */

/* @group TikiSheet Default Style */

/***** TikiSheet Default Style *****/

table.default thead td,	table.default tfoot td {
	font-weight: bold;
	text-align:	center;
	background: #eee;
	color: #D8D8D8;
}

table.default	td {
	border: solid 1px #909090;
	background: #eee;
}

/* @end */

/* @group 'advanced feature' divs  */

/**********   'advanced feature' divs   **********/
.advanced {
  margin: 20px;
  padding: 5px;
  border-color: #A9A9A9;
  border-width: 1px;
  border-style: solid;
  background-color: #ccc;
  color: #000;
}

.advanced:before { content:url(../img/icons/mini_blue_diamond.gif)" "; }

.highlight_word_0{color:#ffff66;background-color: black;}
.highlight_word_1{color:#ff9999;background-color: black;}
.highlight_word_2{color:#A0FFFF;background-color: black;}
.highlight_word_3{color:#ff66ff;background-color: black;}
.highlight_word_4{color:#99ff99;background-color: black;}

.center {text-align: center;}
.justify {text-align: justify;}
.right {text-align: right;}

/* @end */

/* @group mypage */

/**********    mypage   **********/

.mypage_configure th {
 width: 180px;
}

#sideBarTab {
	background: url('../img/cord.png') no-repeat;
}
#sideBarContents {
	background: #fff;
}

a.admbox {
	border: 1px solid #AAAAAA;
	background-color: #6C6C6C;
	color: white}

a.admbox:hover, a.admbox:focus, a.admbox:active  {
	background-color: #B2B2B2;
	border: 1px solid #292929}

a.admbox.off {
	/*background-color : #d0d0d0; */
	border : 1px solid #9f9f9f;
	color: #9f9f9f;
}

a.admbox.off:hover, a.admbox.off:focus, a.admbox.off:active {
	border: 1px solid #9f9f9f}

#rss img {vertical-align: middle}

a.icon,
img.icon {
	border: 0 !important;
	background: transparent}

/* @end */

/* @group Minichat */

/* Minichat module */	
	
div.box-minichat {width: 95%}
div.minichatchans {overflow: auto !important}
.minichat {overflow: auto !important}

div.minichatdiv {
  font-size: .9em;
  overflow: auto !important}

body.tiki_mytiki #tiki-center form {
	border: 1px solid #aaa;
	padding: 10px}
  
body.tiki_mytiki #tiki-center form table.normal,
body.tiki_mytiki #tiki-center .normal form {
	border: none;}

/* @end */

/* @group frame */
div.frame{
	width: 800px;
	margin: 0 auto;
}



/* @end */





/* @group colonne droite */

#col3 div.content div.box-shadow {
	margin-bottom: 25px;
}




/* @end */

/* @group Menu top */
div.menu_top{
	text-align: right;
	padding: 0 10px;
}


/* @end */

/* @group fleche suivant description article */

div.articleheadingtext p {
	display: inline;
	margin-top: 0;
	margin-bottom: 0;
}
div.articleheadingtext a {
}

/* @end */

/* @group menu Principal */

/* @group espace sous le sous menu option en fonciton des sections */

/* @group espace sous le sous menu option en fonciton des sections */
/* @group français */
div.menuPrincipal.section_donner_aider div#menu45__100.menuSection, 
div.menuPrincipal.section_A_propos div#menu45__200.menuSection,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu45__300.menuSection,
div.menuPrincipal.section_s_associer div#menu45__400.menuSection,
div.menuPrincipal.section_activites div#menu45__500.menuSection,
div.menuPrincipal.section_nouvelles_et_medias div#menu45__600.menuSection,
div.menuPrincipal.section_des_histoires_de_coeur div#menu45__700.menuSection,
div.menuPrincipal.section_merci div#menu45__800.menuSection{
	margin-bottom: 10px;
}
/* @end */
/* @group anglais */
div.menuPrincipal.section_donner_aider div#menu52__100.menuSection, 
div.menuPrincipal.section_A_propos div#menu52__200.menuSection,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu52__300.menuSection,
div.menuPrincipal.section_s_associer div#menu52__400.menuSection,
div.menuPrincipal.section_activites div#menu52__500.menuSection,
div.menuPrincipal.section_nouvelles_et_medias div#menu52__600.menuSection,
div.menuPrincipal.section_des_histoires_de_coeur div#menu52__700.menuSection,
div.menuPrincipal.section_merci div#menu52__800.menuSection{
	margin-bottom: 10px;
}
/* @end */


/* @end */




/* @end */
div.menuPrincipal{
	background: url(fhsj/images/background_menu_principal_bot_int.png) repeat-x 0 bottom #ffd457;
	padding-bottom: 85px;
	margin: 0;
	padding-top: 0;
}

div.menuPrincipal.section_home{
	background: #ffd457;
	padding-bottom: 40px;
	height: 447px;
	overflow: hidden;
}
div.menuPrincipal a,div.menuPrincipal a:visited{
	text-transform: uppercase;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;

}
div.menuPrincipal a:hover{
	text-decoration: underline;
}


div.menuPrincipal div.separator{
	padding: 3px 0 3px 15px;
	/*margin-top: 5px;*/
	margin-bottom: 5px;
}
div.menuPrincipal div div.option



div.menuPrincipal div.separator a.separator{
	text-transform: none;
}





#col2 div.content div.menuPrincipal div.separator img.icon{
	display: none;
}
div.menuPrincipal div.menuSection div.separator{
	display: block;
	margin-top: 5px;
}


div.menuPrincipal div.separator {
background: #FCE687;
margin-bottom: 5px;
}
div.menuPrincipal div.menuSection div.separator{
	background: none;
		text-transform: none;

}
div.menuPrincipal div.menuSection div.menuSection  div.separator{
padding-left: 30px;
display: none;

}
div.menuPrincipal div.menuSection div.separator a,div.menuPrincipal div.menuSection div.separator a:visited{
		text-transform: none;
		font-weight: bold;
		
}

div.menuPrincipal div.menuSection div.sepearator.selected a.separator,div.menuPrincipal div.menuSection div.sepearator.selected a.separator:visited{
	text-decoration: underline;
	font-weight: bold;
}
/* @group highlight de la section */



/* @group highlight de la section */
div.menuPrincipal div.separator.selectedAscendant,div.menuPrincipal div.separator.selected{
	margin-bottom: 0;
	
}

div.menuPrincipal.section_A_propos div.separator.selected,
div.menuPrincipal.section_donner_aider div.separator.selected,
div.menuPrincipal.section_Ou_vont_vos_dons div.separator.selected,
div.menuPrincipal.section_s_associer div.separator.selected,
div.menuPrincipal.section_activites div.separator.selected,
div.menuPrincipal.section_nouvelles_et_medias div.separator.selected,
div.menuPrincipal.section_des_histoires_de_coeur div.separator.selected,
div.menuPrincipal.section_merci div.separator.selected{
	background: #6DB0D6;
}
div.menuPrincipal.section_A_propos div.separator.selectedAscendant,
div.menuPrincipal.section_donner_aider div.separator.selectedAscendant,
div.menuPrincipal.section_Ou_vont_vos_dons div.separator.selectedAscendant,
div.menuPrincipal.section_s_associer div.separator.selectedAscendant,
div.menuPrincipal.section_activites div.separator.selectedAscendant,
div.menuPrincipal.section_nouvelles_et_medias div.separator.selectedAscendant,
div.menuPrincipal.section_des_histoires_de_coeur div.separator.selectedAscendant,
div.menuPrincipal.section_merci div.separator.selectedAscendant{
	background: #6DB0D6;
}
div.separator.selectedAscendant a,div.separator.selected a.separator{
	color: white;
}

div.menuPrincipal div.menuSection div.separator.selected a,div.menuPrincipal div.menuSection div.separator.selectedAscendant a.separator{
	color: black;
	text-decoration: underline;
}

div.menuSection div.menuSection a{
font-weight: normal;

}
div.menuSection div.menuSection div.separator.selected a{
font-weight: bold;
}


/* @end */
div.menuPrincipal div.separator.selectedAscendant,div.menuPrincipal div.separator.selected{
	margin-bottom: 0;
	
}

div.menuPrincipal div.menuSection div.separator.selected,div.menuPrincipal div.menuSection div.separator.selectedAscendant{
	background: none;	
}
/* @end */
/* @group Exception pour Donner/aider - Entreprise qui pointe vers S'associer */

div.menuPrincipal.section_s_associer div#btn0_0.separator.selectedAscendant {
	background: #fce687;
	margin-bottom: 5px;
}

div.menuPrincipal.section_s_associer div#btn17_0.separator {
	background: #6DB0D6;
}

div.menuPrincipal.section_s_associer div#btn17_0.separator a.separator{
	color: white;
}

div.menuPrincipal.section_s_associer div#btn0_0.separator.selectedAscendant a.separator{
	color: black;
}
/* @end */

div.menuPrincipal.section_activites div#btn21_0.separator,div.menuPrincipal.section_des_histoires_de_coeur div#btn37_0.separator, div.menuPrincipal.section_des_histoires_de_coeur div#btn37_0.separator,div.menuPrincipal.section_nouvelles_et_medias div#btn26_0.separator{
		background: #6DB0D6;
}
div.menuPrincipal.section_activites div#btn21_0.separator a.separator,div.menuPrincipal.section_nouvelles_et_medias div#btn26_0.separator a.separator,div.menuPrincipal.section_des_histoires_de_coeur div#btn37_0.separator a.separator{
	color: white;
}


/* @group Mécanique des menus -- ce qui reste ouvert, ce qui est fermé en fonction des sections */

/* @group français */
div.menuPrincipal.section_home div#menu45__100.menuSection div.separator,
div.menuPrincipal.section_home div#menu45__200.menuSection div.separator,
div.menuPrincipal.section_home div#menu45__300.menuSection div.separator,
div.menuPrincipal.section_home div#menu45__400.menuSection div.separator,
div.menuPrincipal.section_home div#menu45__500.menuSection div.separator,
div.menuPrincipal.section_home div#menu45__600.menuSection div.separator,
div.menuPrincipal.section_home div#menu45__700.menuSection div.separator,
div.menuPrincipal.section_home div#menu45__800.menuSection div.separator{
	display: none;
}
div.menuPrincipal.section_autre div#menu45__100.menuSection div.separator,
div.menuPrincipal.section_autre div#menu45__200.menuSection div.separator,
div.menuPrincipal.section_autre div#menu45__300.menuSection div.separator,
div.menuPrincipal.section_autre div#menu45__400.menuSection div.separator,
div.menuPrincipal.section_autre div#menu45__500.menuSection div.separator,
div.menuPrincipal.section_autre div#menu45__600.menuSection div.separator,
div.menuPrincipal.section_autre div#menu45__700.menuSection div.separator,
div.menuPrincipal.section_autre div#menu45__800.menuSection div.separator{
	display: none;
}

div.menuPrincipal.section_donner_aider div#menu45__200.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu45__300.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu45__400.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu45__500.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu45__600.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu45__700.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu45__800.menuSection div.separator{
	display: none;
}

div.menuPrincipal.section_A_propos div#menu45__100.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu45__300.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu45__400.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu45__500.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu45__600.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu45__700.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu45__800.menuSection div.separator{
	display: none;
}
div.menuPrincipal.section_Ou_vont_vos_dons div#menu45__100.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu45__200.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu45__400.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu45__500.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu45__600.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu45__700.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu45__800.menuSection div.separator{
	display: none;
}
div.menuPrincipal.section_s_associer div#menu45__100.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu45__200.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu45__300.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu45__500.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu45__600.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu45__700.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu45__800.menuSection div.separator{
	display: none;
}
div.menuPrincipal.section_activites div#menu45__100.menuSection div.separator,
div.menuPrincipal.section_activites div#menu45__200.menuSection div.separator,
div.menuPrincipal.section_activites div#menu45__300.menuSection div.separator,
div.menuPrincipal.section_activites div#menu45__400.menuSection div.separator,
div.menuPrincipal.section_activites div#menu45__600.menuSection div.separator,
div.menuPrincipal.section_activites div#menu45__700.menuSection div.separator,
div.menuPrincipal.section_activites div#menu45__800.menuSection div.separator{
	display: none;
}
div.menuPrincipal.section_nouvelles_et_medias div#menu45__100.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu45__200.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu45__300.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu45__400.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu45__500.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu45__700.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu45__800.menuSection div.separator{
	display: none;
}

div.menuPrincipal.section_merci div#menu45__100.menuSection div.separator,
div.menuPrincipal.section_merci div#menu45__200.menuSection div.separator,
div.menuPrincipal.section_merci div#menu45__300.menuSection div.separator,
div.menuPrincipal.section_merci div#menu45__400.menuSection div.separator,
div.menuPrincipal.section_merci div#menu45__500.menuSection div.separator,
div.menuPrincipal.section_merci div#menu45__600.menuSection div.separator,
div.menuPrincipal.section_merci div#menu45__700.menuSection div.separator{
	display: none;
}

div.menuPrincipal.section_des_histoires_de_coeur div#menu45__100.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu45__200.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu45__300.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu45__400.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu45__500.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu45__600.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu45__800.menuSection div.separator{
	display: none;
}
/* @end */


/* @group anglais */
div.menuPrincipal.section_home div#menu52__100.menuSection div.separator,
div.menuPrincipal.section_home div#menu52__200.menuSection div.separator,
div.menuPrincipal.section_home div#menu52__300.menuSection div.separator,
div.menuPrincipal.section_home div#menu52__400.menuSection div.separator,
div.menuPrincipal.section_home div#menu52__500.menuSection div.separator,
div.menuPrincipal.section_home div#menu52__600.menuSection div.separator,
div.menuPrincipal.section_home div#menu52__700.menuSection div.separator,
div.menuPrincipal.section_home div#menu52__800.menuSection div.separator{
	display: none;
}
div.menuPrincipal.section_autre div#menu52__100.menuSection div.separator,
div.menuPrincipal.section_autre div#menu52__200.menuSection div.separator,
div.menuPrincipal.section_autre div#menu52__300.menuSection div.separator,
div.menuPrincipal.section_autre div#menu52__400.menuSection div.separator,
div.menuPrincipal.section_autre div#menu52__500.menuSection div.separator,
div.menuPrincipal.section_autre div#menu52__600.menuSection div.separator,
div.menuPrincipal.section_autre div#menu52__700.menuSection div.separator,
div.menuPrincipal.section_autre div#menu52__800.menuSection div.separator{
	display: none;
}

div.menuPrincipal.section_donner_aider div#menu52__200.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu52__300.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu52__400.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu52__500.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu52__600.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu52__700.menuSection div.separator,
div.menuPrincipal.section_donner_aider div#menu52__800.menuSection div.separator{
	display: none;
}

div.menuPrincipal.section_A_propos div#menu52__100.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu52__300.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu52__400.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu52__500.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu52__600.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu52__700.menuSection div.separator,
div.menuPrincipal.section_A_propos div#menu52__800.menuSection div.separator{
	display: none;
}
div.menuPrincipal.section_Ou_vont_vos_dons div#menu52__100.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu52__200.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu52__400.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu52__500.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu52__600.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu52__700.menuSection div.separator,
div.menuPrincipal.section_Ou_vont_vos_dons div#menu52__800.menuSection div.separator{
	display: none;
}
div.menuPrincipal.section_s_associer div#menu52__100.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu52__200.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu52__300.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu52__500.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu52__600.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu52__700.menuSection div.separator,
div.menuPrincipal.section_s_associer div#menu52__800.menuSection div.separator{
	display: none;
}
div.menuPrincipal.section_activites div#menu52__100.menuSection div.separator,
div.menuPrincipal.section_activites div#menu52__200.menuSection div.separator,
div.menuPrincipal.section_activites div#menu52__300.menuSection div.separator,
div.menuPrincipal.section_activites div#menu52__400.menuSection div.separator,
div.menuPrincipal.section_activites div#menu52__600.menuSection div.separator,
div.menuPrincipal.section_activites div#menu52__700.menuSection div.separator,
div.menuPrincipal.section_activites div#menu52__800.menuSection div.separator{
	display: none;
}
div.menuPrincipal.section_nouvelles_et_medias div#menu52__100.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu52__200.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu52__300.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu52__400.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu52__500.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu52__700.menuSection div.separator,
div.menuPrincipal.section_nouvelles_et_medias div#menu52__800.menuSection div.separator{
	display: none;
}

div.menuPrincipal.section_merci div#menu52__100.menuSection div.separator,
div.menuPrincipal.section_merci div#menu52__200.menuSection div.separator,
div.menuPrincipal.section_merci div#menu52__300.menuSection div.separator,
div.menuPrincipal.section_merci div#menu52__400.menuSection div.separator,
div.menuPrincipal.section_merci div#menu52__500.menuSection div.separator,
div.menuPrincipal.section_merci div#menu52__600.menuSection div.separator,
div.menuPrincipal.section_merci div#menu52__700.menuSection div.separator{
	display: none;
}

div.menuPrincipal.section_des_histoires_de_coeur div#menu52__100.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu52__200.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu52__300.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu52__400.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu52__500.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu52__600.menuSection div.separator,
div.menuPrincipal.section_des_histoires_de_coeur div#menu52__800.menuSection div.separator{
	display: none;
}
/* @end */
/* @end */
div.menuPrincipal.section_home img{
	display: block;
	
}
div.menuSection div.menuSection div.separator{
	/*display: none;*/
}

div.menuSection div.menuSection div.separator{
	/*display: none;*/
}

div.menuSection div.menuSection div.separator{
	/*display: none;*/
}




/* @end */

/* @group menu Top, menu footer */
div.menuTop, div.menuFooter{
height: 25px;
font-size: 10px;
font-weight: bold;
width: 800px;
margin-left: 200px;
text-align: left;
border: none;
}

div.menuFooter{
	border-top: solid 1px #DADADA;
	padding-top: 7px;
	margin-top: 25px;
}

#cssmenu_footer {
border: none;	
}
#cssmenu_menuHeader {

border: none;
}

#cssmenu_menuHeader{
padding-top: 35px;
}

#cssmenu_menuHeader li,#cssmenu_footer li,#cssmenu_menuHeader li,#cssmenu_footer2 li {
	width: auto;
	margin-right: 18px;
}
#cssmenu_menuHeader a,#cssmenu_menuHeader a:visited,#cssmenu_footer a,#cssmenu_footer a:visited,#cssmenu_menuHeader a,#cssmenu_menuHeader a:visited,#cssmenu_footer2 a,#cssmenu_footer2 a:visited{
width: auto;
color: #414141;
padding: 3px 0 3px 0px;
text-decoration: none;
}

#cssmenu_footer a,#cssmenu_footer a:visited,#cssmenu_footer2 a,#cssmenu_footer2 a:visited{
color: #8F8F8F;
}

ul#cssmenu_footer2.cssmenu {
float: right;
border: none;
}

ul#cssmenu_footer2.cssmenu li {
text-align:right;
margin-right: 0;
	
}


#cssmenu_menuHeader li.selected,#cssmenu_footer li.selected,#cssmenu_footer2 li.selected {
	font-weight: bold;
	font-style: normal;
}

#cssmenu_menuHeader li.selected,#cssmenu_footer li.selected a{
	text-decoration: underline;

}

/* @group recherche */

#sitesearchbar div.nohighlight form.forms input.wikiaction {
	border: none;
	margin: 0;
}
input#fuser{
	background: #ECECEC;
	border: solid 1px #BCBCBC;
	height: 13px;
	padding: 2px;
	width: 130px;
}

div#sitesearchbar {
margin-top: -8px;	
}




/* @end */
/* @end */

/* @group header intérieur */




div.header_interieur{
	height: 184px;
	margin-top: 31px;
	overflow: hidden;
	/*background: gray;*/
}


/* @end */

/* @group blocs droite général */


div.box.box-pastille_Donnez,div.box.box-module_temoignage,div.box.box-pastille_Racontez_histoire,div.box.box-Campagne_en_cours {
	margin: 0;
	padding: 0;
}



/* @end */

/* @group bloc témoignage ou news*/

#module_temoignage_ou_news div.article.quoi_de_neuf a img.articleimage {
	float: none;
	margin: 0;
}

#module_temoignage_ou_news div.article.quoi_de_neuf hr{
	display: none;
}
#module_temoignage_ou_news div.article.quoi_de_neuf div.articleheading div.articleheadingtext,#module_temoignage_ou_news div.article.quoi_de_neuf div.articletitle {
	margin: 0;
}
#module_temoignage_ou_news div.article.quoi_de_neuf div.articleheading div.articleheadingtext{
	padding-right: 20px;
}
#module_temoignage_ou_news div.article.quoi_de_neuf div.articletitle span.titlea a{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#module_temoignage_ou_news div.article.quoi_de_neuf div.articletitle span.titlea{
	display: block;
	margin-bottom: 3px;

}

div.bloc_news {
	padding: 0 10px;
	border: 1px solid #b4daeb;
}

#module_temoignage_ou_news p {

	font-size: 11px;
}
#module_temoignage_ou_news p img{
	margin-bottom: 5px;
	padding: 2px;
	border: solid 1px #DADADA;
}
#module_temoignage_ou_news p br{
	display: none;
}
#module_temoignage_ou_news p img.fl{
	margin-bottom: 0;
	position: relative;
	top: 2px;
	border: none;
	padding: 0;
}

#module_temoignage_ou_news h1 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #2A6E98;
}
#module_temoignage_ou_news div.article {
	margin: 0;
}
#module_temoignage_ou_news div.article span.titleb{
	font-size: 10px;
	margin-top: 15px;
}

#module_temoignage_ou_news div.article span.titlea{
	font-size: 12px;
	
}
#module_temoignage_ou_news div.article span.titlea a{
text-decoration: underline;	
line-height: 1.3;
font-size: 11px;
}
#module_temoignage_ou_news div.article span.titlea a:hover{
text-decoration: none;	
}
#module_temoignage_ou_news h2{
	font-size: 14px;
	margin-top: -5px;
}
#module_temoignage_ou_news br{
	display: none;
}
#module_temoignage_ou_news p span.fl {
	margin-right: -14px;
}


/* @end */

/* @group Module campagne en cours */
h2#Campagne_en_cours.showhide_heading {
font-size: 14px;
margin: 0;	
}



/* @end */

img.icon{
	/*display: none;*/
}

/* @group Page home */

#tiki-center div.wikitext table.wikiplugin-split.home {
	width: 100%;
}

#tiki-center div.wikitext div div.box-shadow div.box.box-Donnez {
	float: right;
	margin: 0;
}



#tiki-center div.wikitext div.article a img.articleimage {
	margin: 0;
}

img.pastille_donnez_home {
float:right;
margin-top: -35px;
}

#pastille_Racontez_histoire {
	margin-top: -15px;
}


#c1c2 #wrapper .marginright.home #tiki-center div.wikitext div.article p {

}

table.wikiplugin-split.home img.img_home {
	padding: 2px;
	border: solid 1px #DADADA;
	margin-right: 15px;
}



#tiki-center div.wikitext table.wikiplugin-split.home tbody td {
padding: 10px 0;

	border-bottom: dotted 1px #DADADA;
	
}



div#col1.marginleft.marginright.home {
	
}

#tiki-center div.wikitext div div.box.box- {
margin: 0;
margin-top: 5px;
margin-bottom: 35px;
}

div.home #tiki-center h1.listeArticleTitle {
	display: none;
}
#c1c2 #wrapper .marginright.home {
	margin-right: 0;
	margin-left: 50px;
}


.wikiplugin-split h4{
	font-size: 14px;
	color: #2882aa;
	margin-bottom: 7px;
}

/* @end */

/* @group Boutons home */

 div.btn1, div.btn2 {
float: left;	
}
div.btn1{
	/*margin-right: -10px;*/
	/*margin-top: 10px;*/
}

 div.btns_home {
position: absolute;
top: 387px;
margin-left: 425px;
}




/* @end */

/* @group Articles */





div.article td aimg{
	margin-right: 20px;
	float: none;
}


#tiki-center div.article div.articletitle span.titlea  {
	display: inline;
	font-weight: bold;
	color: #000;
		font-size: 18px;

}
div.home #tiki-center div.article {
	margin-left: 200px;
	margin-right: 250px;
}

#tiki-center div.wikitext div.article div.articleheading a img {
	margin-left: -200px;
}

#tiki-center div.wikitext div.article div.articleheading div.articleheadingtext a img {
	margin: 0;
	position: relative;
	top: 2px;
}
#tiki-center div.article div.articletitle span.titlea a{
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#tiki-center div.article div.articletitle span.titlea a:hover{
	text-decoration: none;
}

div.articleheadingtext p {
font-size: 12px;
line-height: 1.2;
}





div.articleheadingtext span.img{
float: left;
padding: 0;
margin: 0 ;
/*margin-right: 10px;
margin-bottom: 10px;*/	
}

#tiki-center div.wikitext div.article div.articleheading a img {
	position: relative;
}
div.articleheadingtext span.img a{
	margin: 0;
}

div.all_articles_link {
	font-size: 11px;
	margin-bottom: 25px;
}
div.all_articles_link a{
	color: #8F8F8F;
}

div.all_articles_link.bot {
margin-top: 20px;	
}



/* @group navigation liste articles */
div.mini{
	
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 0;
}



div.mini .prevnext{
display:inline;
text-decoration: none;
display: inline;
padding: 0 3px;	!important
margin:0; !important
}

div.articleheadingtext a img {
	position: relative;
	top: 2px;
}

div.mini a.prevnext:hover{
	text-decoration: underline;
}
div.mini  {

}




/* @end */
/* @group Articles Quoi de neuf */

#tiki-center div.wikitext div.article.quoi_de_neuf a img.articleimage {
	padding: 2px;
	border: solid 1px #DADADA;
	margin-right: 15px;
}

div.article.quoi_de_neuf {
	display: table;
	margin-top: 0;
	margin-bottom: 0;
}
div.article.quoi_de_neuf hr{
width: 525px;
background: #DADADA;
height: 1px;
float: left;
margin-top: 15px;
margin-bottom: 15px;
}

div.article.quoi_de_neuf div.articleheading div.articleheadingtext,div.article.quoi_de_neuf div.articletitle,div.article.quoi_de_neuf span.titleb{
	margin-left: 65px;
}

#tiki-center div.article.quoi_de_neuf div.articletitle span.titlea a{
font-size: 16px;	
font-weight: bold;
text-decoration: none;
}

#tiki-center div.article.quoi_de_neuf div.articletitle span.titlea a:hover{
	text-decoration: underline;
}
#tiki-center div.article.quoi_de_neuf div.articleheading{

}

/* @end */

/* @end */
/* @group Quotes */
div.quoteheader {
	display: none;
	
}
div.quotebody {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-style: italic;
	font-size: 12px;
	line-height: 1.6;
	border: navajowhite;
	padding: 0;
	margin-left: 0;
	margin-bottom: 25px;
	background: none;	
	min-height: 70px;

}
div.quotebody div.adjust_ie6{
	display: none;
}

/* @end */

/* @group notes */

#tiki-center div.wikitext div.rbox.note {
	/*border:solid; !important*/
}
/* @end */

/* @group split plugin -- sommaire */


table.wikiplugin-split.normal h2 a,table.wikiplugin-split.normal h2 a:visited{
	text-decoration: none;
}
table.wikiplugin-split.normal h2{
	color: #2a6ea5;
}
table.wikiplugin-split.normal td{
	padding-bottom: 25px;
margin-right: 30px;
padding-right: 45px;
}
table.wikiplugin-split.normal{
	margin-top: 35px;
	background: url(fhsj/images/background_wikiplugin_split.gif) repeat-y 46%;
}


table.wikiplugin-split.normal h2 {
	font-size: 16px;

}
table.wikiplugin-split.normal td span.img{
	margin-right: -14px;
	position: absolute;
}

table.wikiplugin-split.normal td span.img img{
position: relative;
top: 2px;
}

/* @end */
/* @group split plugin -- comités */

table.wikiplugin-split.normal.comite,table.wikiplugin-split.normal.activites {
margin-top: 10px;
background: none;	
}

#tiki-center div.wikitext table.wikiplugin-split.normal.comite tbody tr td div.fancylist.sansNumero.petit {
	margin-bottom: 0;
}

table.wikiplugin-split.normal.activites td{
	padding-bottom: 0;
}
table.wikiplugin-split.normal.activites{
	margin-bottom: 20px;
}


/* @end */

/* @group split plugin -- liste témoignages */

/* @group split plugin -- liste témoignages */
table.wikiplugin-split.temoignages_list{
	margin-top: -20px;
}
img.icone_temoignages_list {
		padding: 2px;
	border: solid 1px #DADADA;
}

table.wikiplugin-split.temoignages_list td{
	border-bottom: dotted 1px;
	padding: 20px 0;
	border-color: #DADADA;
}
table.wikiplugin-split.temoignages_list h1 a:hover{
	text-decoration: underline;
}



/* @end */
table.wikiplugin-split.temoignages_list{
	margin-top: -20px;
}
img.icone_temoignages_list {
		padding: 2px;
	border: solid 1px #DADADA;
}

table.wikiplugin-split.temoignages_list td{
	border-bottom: dotted 1px;
	padding: 20px 0;
	border-color: #DADADA;
}
table.wikiplugin-split.temoignages_list h1 a{
	text-decoration: none;
}



/* @end */

/* @group split plugin dans simple box */
div.simplebox table.wikiplugin-split.normal{
	margin-top: 35px;
	background: none;

}
div.simplebox table.wikiplugin-split.normal td{
padding: 0;
}
div.simplebox table.wikiplugin-split.normal td{
padding: 0 10px;
}


/* @end */



#pastille_Racontez_histoire p,#Campagne_en_cours p {
	margin: 0;
}

#pastille_Racontez_histoire p {
	padding: 0;
}



#col2 div.content div.box-shadow div.box.box-mnu_application_menu {
	margin: 0;
}

/* @group ADMIN MENU */

select#list_menus,#list_phpmenus {
	width: 120px;
}

#mnu_application_menu div.separator.selected a.separator,div#mnu_application_menu div.separator.selectedAscendant a.separator{
	color: #2a6ea5;
}

div#btn24_0.separator.selectedAscendant {
	
}

#tiki-center form textarea {
	/*max-width: 500px;*/
}
#transition_style_ver {
width: 300px;	
}

select#feature_siteloc {
	width: 180px;
}

#content2 table.admin tbody tr td.form fieldset select,#content2 table.admin tbody tr td fieldset select {
	width: 100px;
}

/* @end */



/* @group IE probleme */

#footer-shadow {
	border: none;
}

div#tiki-center.clearfix.content {
	border: none;
}
div.wikitext{
	border: none;
}
div.ie6_avis{
	width: 100%;
	height: 25px;
	padding: 5px 0;
	background: white;
	border: solid 1px #b20717;
	color:#b20717;
	font-weight: bold;
	text-align: center;
}
div#tiki-center.clearfix.content {
	border: none;
}
div.ie6_avis img{
padding-left: 3px;
padding-top: 6px;
}


/* @end */

/* @group Plan du site */
div.plan_site{
	margin-top: -16px;
}
div.plan_site div.option{
	margin-top: 16px;
}
div.plan_site div.separator{
	margin-top: 16px;
}
div.plan_site a,div.plan_site a:visited{
	/*color: black;*/
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
div.plan_site div div a,div.plan_site div div a:visited{
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
div.plan_site div div.separator{
	margin: 0;
	display: list-item;
	list-style-image: url(fhsj/images/bullet_ul.gif);
}
div.plan_site div div div.separator{
	list-style-image: url(fhsj/images/bullet_ul_ul.gif);
}



div.plan_site a:hover,div.plan_site div div a:hover{
	text-decoration: underline;
}

div.plan_site div.separator a.separator img {
	display: none;
}
div.plan_site div.menuSection{
	margin-left: 1.4em;
	margin-bottom: 2px;

}



div.plan_site div.menuSection div.option a{
	font-weight: normal;
	text-transform: none;
}


/* @end */

/* @group Page search results */

div.highlight.simplebox {
	padding: 0;
	border: 0;
	margin-top: 20px;
	font-weight: bold;
}



/* @end */

span#moduleflip-mnu_application_menul2.moduleflip {
	display: none;
}

/* @group Footer icons */

div.footer_icon {
	float: right;
	margin-bottom: 20px;

}
div.footer_icon img{
	padding-left: 10px;
}


/* @end */

/* @group Fancylist */


.wikitext div.fancylist{
font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
margin: 0;
padding: 0;
margin-bottom: 25px;
}

div.fancylist.sansNumero.petit+wikitext h6 {
	margin-top: -20px;
}
.wikitext div.fancylist p{
	margin-left: 30px;
}
div.fancylist div span.count{
padding-top: 2px;
	text-align: center;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(fhsj/images/bullet_fancylist.png) no-repeat;
	font-weight: bold;
}
div.fancylist.sansNumero span.count{
	color: #ffd457;
}

div.fancylist.sansNumero.petit span.count{
	font-size: 1px;
}
div.fancylist.sansNumero.petit div span.count{
	background: url(fhsj/images/bullet_toc.png) no-repeat 0 2px;
	margin-right:3px;
	width: 15px;
	height: 10px;

}

div.fancylist.sansNumero.petit div p {
margin-left: 10px;
padding: 0;
margin-top: 0px;	
margin-bottom: 8px;
}
div.fancylist div p{
	padding-top: 3px;
}
/* @end */

/* @group Notes de bas de page */

div.wikitext h6{
	font-size: 9px;
	line-height: 1.2;
	margin-top: 0;
	font-weight: normal;
	}



/* @end */

/* @group Tracker */

input[type:button] {
	background: #FFD457;
}

#tiki-center div.wikitext form table.wikiplugin_tracker tbody tr td b {
	color: red;
}

span.mandatory_star {
font-weight: bold;
color: red;	
}
span.mandatory_note{
	display: block;
	font-style: italic;
	margin-top: 10px;
}

#tiki-center div.wikitext form table.wikiplugin_tracker tbody tr td label {
}

#tiki-center div.wikitext form table.wikiplugin_tracker tbody tr td i {
	display: block;
	margin-top: 14px;
}

table.wikiplugin_tracker textarea {
	padding: 0;
	margin: 0;
}


table.wikiplugin_tracker td {
	padding: 0 0 7px 0;
	
}
table.wikiplugin_tracker td br{
	display: none;
}
table.wikiplugin_tracker td label{
	padding-left: 10px;
}


input[type=submit]{
	background: #FFD457;
	border: solid 1px #FFB90F;
	padding-top: 4px;
}


/* @end */

/* @group Calendrier */


div.viewmode .calbuttonBox{
	background: none;
	text-decoration: none;
	border: none;
}

span.print_btn {
	display: block;
	margin-top: 30px;
}

div.viewmode {
	text-align:left;
}

#calscreen table.normal {
	border: none;
}

#calscreen table.normal tbody tr td{
padding: 5px 3px;
border-bottom: solid 1px #DADADA;
}
#calscreen span.summary{
	font-weight: bold;
	font-size: 11px;
}

#calscreen span.event_location{
	font-weight: normal;
}
#calscreen span.cal_month_name {
font-size: 18px;
color: #000;
line-height: 1.2;
font-weight: bold;
vertical-align: bottom;
padding: 0;
}

div.clearfix.tabrow {
	display: table;
	width: 100%;
	height: 30px;
	vertical-align: top;
	
}

#calscreen  a {
	text-decoration: none;
	
}

abbr.dtstart {
	border: none;
}
#calscreen  a:hover {
	text-decoration: underline;
}

#calscreen th{
	background: #eee;
	padding: 5px 3px;
	text-align: left;
	border: none;
}
div.clearfix.tabrow {
padding: 0;	
}
div#next,div#prev{
	margin: 0;
	padding: 0;
	display: none;
}

div.calbuttonBox {
	padding:5px;
	border-bottom: solid 1px ;
	background: #ffd457;
	border-color: #b5993e;
}

div.calbuttonBox:hover {
	background: #fff;
}
div.calbuttonBox a{
	color: black;
	font-size: 12px;
}

.caleven {
background: #ffd457;
border: 1px solid #2A6E98;	
}
.calodd{
border: 1px solid #2A6E98;		
}
.calodd a{
	color: #000;
}
.caldark{
border: 1px dotted #2A6E98;
}

div#next {
	float: right;
	margin: 0;
}
td.weeks{
	padding-right: 5px;
}
td.weeks a{
	font-weight: bold;
	color:#2A6E98;
}

div.calnavigation {
	font-size: 18px;
	color:#2A6E98 ;
}

/* @end */

/* @group Événements -item- */

#tiki-center div.wikitext.calItem span.cal_link {
display: block;
margin-top: 30px;
	
}

#tiki-center div.wikitext.calItem h1 {
	margin-top: 25px;
	margin-bottom: 10px;
}

#tiki-center div.wikitext.calItem h2 {
font-size: 12px;
margin-bottom: 0;

}
#tiki-center div.wikitext.calItem h2+p{
	margin-top: 0;
}
#tiki-center div.wikitext.calItem h4{
	font-size: 11px;
	margin-bottom: 0;
}
#tiki-center div.wikitext.calItem h4+p{
	margin-top: 0;
}

/* @end */

/* @group Témoignages */
div.article .temoignage_link{
	display: block;
margin-top: 30px;
}
img.temoignages{
	float: left;
}
span.img img.runaround_img,img.runaround_img.temoignages {
	margin-right: 10px;
margin-bottom: 10px;
padding: 2px;
	border: solid 1px #DADADA;
}
/* @end */

/* @group Admin look */

textarea#editwiki.wikiedit {
width: 100%;	
}
dv#edit-zone{
	width: 1000px;
}

/* @end */
/* @group tartes */

img.tarte {
margin:10px 0 20px 0;	
}
/* @end */

/* @group Print */

#middle {
	margin-left: 0;
	padding: 0;
	width: 800px;
}

div.box.box-Donnez {
	display: none;
}

div#col3.clearfix {
display: none;	
}

div#footer {
	display: none;
}

span#description,h1,h2,h3,h4,h5,h6 {
	color: black;
}

strong.mandatory_star {
	color: black;
}
body{
	text-align: left;
}
div.frame{
	margin: 0;
}

#col2 {
	display: none;
}

div#col1.marginleft.marginright {
	margin-left: 0;
}

#customcode {
	display: none;
}


div.btns_home {
	display: none;
}
a, a:visited{
	color: black;
}
h2 a.wiki,a.wiki,.wikitext a{
	color: black;
}

/* @end */

/* end of css file */

div.ens_cal {
display: none;	
}
div.ens_cal_liste{
margin-top: 10px;
}


