
body,
table,
p,
form,
input,
select,
textarea,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
}
body, input, textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	line-height:1.2em;
	color:#333;
}
body {
    background:#344c9f;
    color:#333;
    text-align:left;
}
ul, ol {
	padding-left:1em;
}
ul li {
	list-style:none;
	padding-left:15px;
	background:url(/themes/jeanheck/images/bullet_square.gif) left 3px no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	margin:1em 0 .5em;
	font-weight:bold;
	text-decoration:none;
	line-height:1.2em;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
}
fieldset {
	border:solid 1px #CCC;
}
img,
a img {
    border:0;
}
/* layout */
/* footer stick alt */
html {
	height:100%;
}
body {
	height:100%;
}
#non_footer {
	position:relative;
	min-height:100%;
}
* html #non_footer {
	height:100%;
}
#footer {
	position:relative;
	margin-top:-87px;
}
body {
	margin:0px 0px 0px 0px;
}
#header {
	width:900px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px ;
}
#main {
	width:920px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	width:900px;
	overflow:hidden;
	height:87px;
	padding:0px 10px 0px 10px ;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#sidebar_left {
	float:left;
	width:210px;
	overflow:hidden;
	padding:10px 0px 10px 10px ;
}
#center_right {
	float:left;
	width:700px;
	overflow:hidden;
}
#main_top {
	clear:both;
	padding:10px 10px 10px 10px ;
}
#main_left {
	float:left;
	width:500px;
	overflow:hidden;
	padding:10px 0px 10px 10px ;
}
#main_left.wide {
	width:680px;
	overflow:hidden;
	padding-right:10px ;
}
#main_right {
	float:right;
	width:170px;
	overflow:hidden;
	padding:10px 10px 10px 10px ;
}
.break{
    clear:both;
}
/*** themes_generic/languageswitch_links.css ***/

/*** themes_generic/breadcrumb.css ***/

/*** themes_generic/menu_vertical.css ***/
#topmenu,
#topmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	list-style-position:outside;
}
#topmenu ul {
	padding-left:10px;
}
#topmenu li {
	display: block;
}
/*** themes_generic/header_logo_image.css ***/
#header img {
	float:right;
}
#header img.logo {
	float:left;
}
/*** themes_generic/left_full.css ***/

/*** themes_generic/right_full.css ***/

/*** jeanheck/footer_2_columns.css ***/
#footer_left {
    float: left;
	margin-left:px;
    text-align:left;
}
#footer_right {
    float: right;
	margin-right:px;
    text-align:right;
}
#header { 
    height:196px;
	width:912px;
	padding-left:8px;
}
#header p {
	position:absolute;
}
#header img {
	float:none;
}

#footer {
    color:#344C9F;
    background: url(images/bg_footer.gif) left 20px no-repeat;
}
#admin_login_logout {
	text-align:right;
	height:10px;
	padding:5px 10px 15px 0;
}
#footer_left {
	width:500px;
}
#footer_right {
	width:300px;
}

#non_footer {
	background:url(/themes/jeanheck/images/bg_main.gif) repeat-y left top;
	width:920px;
	margin:auto;
}

#content,
#content_wide { 
    padding:10px; 
}
#xoops_contents {
	padding:0 10px;
}
/* further header */
#header .top {
	border-bottom:solid 1px #344C9F;
	height:32px;
	clear:both;
}
#header .logo {
	margin-left:10px;
}
#languageswitch {
	float:right;
	height:32px;
	width:400px;
	background:url(images/bg_language.gif) left top no-repeat;
}
#languageswitch ul {
	float:right;
	margin-right:20px;
}
#languageswitch li {
	display:inline;
	background:none;
}
#languageswitch a,
#languageswitch a:visited {
	color:#334CA0;
	text-decoration:none;
	line-height:32px;
	vertical-align:middle;
}
#languageswitch a:hover {
	color:#000;
	text-decoration:underline;
}
/* main menu */
#sidebar_left {
	padding-top:0;
}
#menu {
	border-right:solid 1px #CCC;
}
#topmenu {
    background:#ECECED;
    text-align:left;
	overflow:hidden;
	width:100%;
	padding-top:10px;
}
#topmenu ul {
    padding:0 5px;
}
#topmenu li {
    padding:0 0 10px 10px;
    background:url(images/bullet.gif) 0 3px no-repeat;
    font-size:12px;
}
#topmenu li.open {
    background-image:url(images/bullet_open.gif);
}
#topmenu li li{
    padding:0 0 0 10px;
    background-image:none;
    font-size:11px;
}
#topmenu li li.open{
    background-image:url(images/bullet.gif);
    background-position:0 3px;
}
#topmenu li li li,
#topmenu li li li.open{
    padding-left:5px;
    background-image:none;
    background:#eeebec;
}
#topmenu a,
#topmenu a:visited {
	color:#666;
	text-decoration:none;
	font-weight:bold;
    font-size:12px;
    display:block;
	height:1.2em;
}
#topmenu a:hover {
    color:#39f;
}
#topmenu li li a,
#topmenu li li a:visited {
	color:#39F;
    font-weight:normal;
    font-size:11px;
    border-bottom:1px dotted #39f;
}
#topmenu li li a:hover {
    color:#666;
}
#topmenu li li li a,
#topmenu li li li a:visited {
    color:#ccc;
    border-bottom:none;
}

#topmenu li li li a:hover {
    color:#E00024;
    text-decoration:underline;
}
/* menu, specific styles for contacts */
#topmenu #mainmenu_category_10,
#topmenu #mainmenu_category_10 a,
#topmenu #mainmenu_category_10 a:active,
#topmenu #mainmenu_category_10 a:visited {
	background:#9C0;
	color:#FFF;
}
#topmenu #mainmenu_category_10 {
	margin-top:-5px;
	padding-top:5px;
	padding-bottom:5px;
}
/* breadcrumb */
.breadcrumb {
	padding-left:10px;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb a:visited {
	color:#999;
	text-decoration:none;
}
/* footer */
#admin_login_logout a {
	color:#AAA;
}
/* content */
#xoops_contents {
	font-size:11px;
	background-color:#FFF;
}
h1 {
	font-weight:normal;
	font-size:18px;
	color:#344C9F;
	margin:0 0 10px;
	padding:0;
}
h1 a,
h1 a:visited {
	color: #344C9F;
	text-decoration:none;
}
h1 a:hover{
	color: #39C;
}
h3 {
	font-size:13px;
	color:#39C;
}
h3 a,
h3 a:visited {
	color:#39C;
	text-decoration:none;
}
h3 a:hover {
	color:#344C9F;
}
h2 {
	font-size:15px;
	color:#333;
}
h2 a,
h2 a:visited{
	color:#333;
	text-decoration:none;
}
h2 a:hover{
	color:#39C;
}
a {
	color:#39C;
	text-decoration: underline;
}
/* rightcolumn */
#main_right h2,
#main_right h2 a,
#main_right h2 a:active,
#main_right h2 a:visited {
	background:#9C0;
	color:#FFF;
}
#main_right h2 {
	margin-right:10px;
}