/* 
Joomla.css
Template Specific Css rules 
Copyright (C) 2009 eticweb.com
All rights reserved.
 */
html,body,h1,h2,h3,h4,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	overflow-x: hidden;
}

body {
	font: 13px arial, verdana, sans-serif;
	color: #556f7c;
	background-color: #ffffff;
	text-align: center;
}

p strong {
	color : #55707c;
}
ol,ul {
	
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ######### GENERAL #######*/
form {
	display: inline;
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	color: #b7cd46;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #b7cd46;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	color: #b7cd46;
}

h4 {
	font-weight: normal;
	font-size: 16px;
}

h5 {
	font-weight: normal;
	font-size: 14px;
}

img {
	border: none;
}

ol {
	margin-left: 40px;
}

blockquote {
	margin: 10px;
}

blockquote div {
	
}

pre {
	
}


a {
	color : #b7cd46;
	text-decoration: none;
}
a:hover {
	color : #b7aa46;
	text-decoration: none;
}
a.category {
	font-weight: bold;
}

.createdate,td.createdate {
	color: #666666;
	font-size: 11px;
	font-weight: 700;
	font-family: Arial, Tahoma, Verdana;
}

ul#mainlevel-nav {
	list-style: none;
	text-align: center;
}

ul#mainlevel-nav li {
	float: left;
	font-weight: normal;
	text-align: center;
	width : 130px;
	display: block;
}
#gauche ul#mainlevel-nav li {
	float: left;
	font-weight: normal;
	text-align: center;
	width : 100px;
	display: block;
}

ul#mainlevel-nav li a {
	color: #b7cd46;
	display: block;
	text-decoration: none;
	font-size: 14px;
	display: block;
}
#gauche ul#mainlevel-nav li {
	font-size: 12px;
}

ul#mainlevel-nav li a:hover {
	display: block;
	color: #b7aa46;
}
li a#active_menu-nav {
	font-style	: italic;
}

.inputbox {
	background: url(../images/bg_input.gif) repeat-x #fff;
	border: 1px solid #cccccc;
	color: #666;
}

.inputbox:hover,.inputbox:focus {
	border: 1px solid #666666;
}

.button {
	text-align: center;
	color: #F0F0F0;
	border: 0px solid #666666;
	padding: 2px 5px;
	font-size: 11px;
	font-family: Optima, Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/bg_button.gif) repeat-x top center;
	margin: 3px 0;
}

.button:hover,.button:focus {
	border: 0px solid #000;
	background: url(../images/bg_button_hover.gif) repeat-x top center;
}

#mod_login_remember {
	border: none;
	background: none;
}

#mod_search_searchword {
	border: 1px solid #cccccc;
}

#mod_search_searchword :hover,#mod_search_searchword :focus {
	border: 1px solid #000000;
	background: #FFFFFF;
}

.sectiontableheader {
	font-weight: bold;
	padding: 4px;
	background: #f0f0f0;
}

.sectiontableentry1 td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #e3e1e1;
}

.sectiontableentry2 td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #e3e1e1;
}

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

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

.sectiontableentry1 label {
	padding-left: 5px;
}

.sectiontableentry2 label {
	padding-left: 5px;
}

a.readon {
	display: block;
	height: 30px;
	width: 100px;
	margin-top: 10px;
	background: url(../images/buttonreadmore.gif) no-repeat left top;
	text-indent: -5000px;
}

a.readon:hover {
	background: url(../images/buttonreadmore2.gif) no-repeat left top;
}

.blog_more {
	padding-bottom: 10px;
}

.blog_more a {
	
}

.blog_more a:hover {
	
}

span.pathway {
	color: #666666;
	font-size: 11px;
	line-height: 25px;
}

span.pathway a:link,span.pathway a:visited {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
}

/* Default Joomla! Menu */
ul.menu li img {
	margin: 0 5px 0 0;
}

ul.menu li {
	list-style: none;
	font-weight: bold;
	font-size: 12px;
}

ul.menu li li {
	margin-left: -25px;;
	padding-left: 0;
	list-style: none;
}

ul.menu li a {
	text-decoration: none;
}
ul.menu li a span {
	color :#a0a0a0;
	text-decoration: none;
}
ul.menu li a:hover span,ul.menu li a:active span,ul.menu li a:focus span {
	color :#e53829;
	text-decoration: none;
}

ul.menu li a:hover,ul.menu li a:active,ul.menu li a:focus {
	color :#e53829;
	text-decoration: none;
}

ul.menu li.active a {
	display: block;
}

ul.menu li.active a span {
	
}
.contentpane{
	width:700px;
}

ul.menu li li a span {
	background: none;
}

ul.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li li {
	padding-left: 25px;
}

ul.menu li li a {
	padding-left: 15px;
}
table.contentpaneopen{
	width:700px;
}
.moduletable ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.moduletable ul li {
	margin		: 0;
	padding		: 0;
	background	: transparent;
}
.moduletable a img {
	border		: none;
}
.moduletable ul ul {
	/*list-style	: inside square;*/
	list-style-image: url("../images/indent1.png");
	padding-left	:  20px;
}
.moduletable .active {
	font-style	: italic;
}