/* joomlajet50 template_css.css */
a#active_menu {
	color: #e8a822; /*  #FC6703 */
	font-weight: bold;
}

a#active_menu:hover {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #c67c4d;
	text-decoration: none;
}

a:visited {
	color: #c67c4d;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none; /*text-decoration: underline;*/
}

a.category:link, a.category:visited {
	color: #e8a822;
}

a.category:hover {
	color: #FF9900;
}

a.latestnews:link, a.latestnews:visited {
	border-bottom: 1px dotted #E4BE73;
	color: #E4BE73;
	display: block;
	line-height: 16px;
	padding-bottom: 2px;
	padding-top: 2px;

	text-align: left;
	text-decoration: none;
	width: 180px;
}

a.latestnews:hover {
	background-color: #E4BE73;
	color: #3D342F; 	padding-left: 20px;
}

a.mainlevel:link, a.mainlevel:visited {
	border-bottom: 1px dotted #E4BE73;
	color: #E4BE73;
	display: block;
	line-height: 16px;
	padding-bottom: 0px;
	padding-top: 5px;

	text-align: left;
	text-decoration: none;
	width: 180px;
}

a.mainlevel:hover {
	background-color: #E4BE73;
	color: #3D342F;		padding-left: 20px; 
}

a.mainlevel-footer:link, a.mainlevel-footer:visited {
	font-family: Arial,Helvetica;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	text-decoration: none;

}

a.mainlevel-footer:hover {
	color: #E4BE73;
}

a.mainlevel-top#active_menu-top {
	background-color: #ff0000;
	border-right: 1px solid #E6E1E1;
	color: #FB7000; 
	display: block;
	float: left;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	text-decoration: none;
	width: 80px;
}

a.mainlevel-top:link, a.mainlevel-top:visited {
 /* 	background-color: #E4Be73; */
	background-color: transparent;
	border-right: 1px solid #FFD37F;
	color: #3d342f;
	display: block;
	float: left;
	font: Bookman old style, times, serif;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	text-decoration: none;
	width: 134px;
}

a.mainlevel-top:hover {
	background-color: #3d342f;
	border-bottom: 0px solid #DFA128;
	color: #E4Be73;
	height: 25px;
	line-height: 25px;
}

a.mostread:link, a.mostread:visited {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	display: block;
	line-height: 16px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
	width: 180px;
}

a.mostread:hover {
	background-color: #FAFAFA;
	color: #FE73FF;
}

a.readon:link, a.readon:visited {
	background-image: url(../images/read.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #FD7801;
	float: left;
	padding-left: 20px;
}

a.readon:hover {
	color: #000000;
	text-decoration: none;
}

a.sublevel:link, a.sublevel:visited {
	background-image: url(../images/arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #E4BE73;
	color: #E4BE73;
	display: block;
	line-height: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
	text-indent: 25px;
	width: 180px;
}

a.sublevel:hover {
	background-color: #E4BE73;
	color: #3D342F;		
	text-decoration: none;
}

body {
	background-color: #000000;
	background-image: url(../images/bg_09.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: Bookman old style, times, serif;
}

h1 {
	color: #705870;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-align: left;
}

h2 {
	color: #A3BD55;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
}

h3 {
	color: #756251;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	line-height: 80%;
}

h4 {
	color: #5D8EB7;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 10px;
	text-align: left;
}

img {
	border: 0px;
}

input.inputbox{
	background-color: #E4BE73;
	border: 1px solid #000000;
}
input.inputbox#lm_subscribe, input.inputbox#lm_unsubscribe{
	background-color: #3D342F;
	border: 0px solid #000000;
}
input.button{
	background-color: #E4BE73;
	border: 1px solid #000000;
}

input.inputbox#mod_login_password{
	background-color: #FFFFFF;
	border: 1px solid #C6CCAD;
	width: 180px;
}

input.inputbox#mod_login_username{
	background-color: #FFFFFF;
	border: 1px solid #C6CCAD;
	width: 180px;
}

input.inputbox-search#mod_search_searchword{
	background-color: #F2EED7;
	border: 1px solid #EDEDED;
	width: 180px;
}

li {
	list-style: none;
}

td,tr,p,div {
	/*color: #555555;*/   color: #e4be73;
	/* font: 11px/15px "Lucida Grande", tahoma, sans-serif;*/
	/*font: 12px/15px Bookman Old Style, serif;*/
	font:  14px georgia, times, serif;
	line-height: 155%;
}

textarea.inputbox{
	background-color: #E4BE73; /*#F2EED7*/ 
	border: 1px solid #000000;
}

ul {
	margin: 0px;
	padding: 0px;
}

.button {
	background-color: #F5F5F5;
	border: 1px solid #CBCBCB;
	color: #000000;
}

.button:hover {
	color: #FF8C00;
}

/** category text format and links **/
.category {
	color: #FF8C00;
}

.componentheading {
	color: #e8a822;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 100%;
}

.contentdescription {
}

.contentheading {
	/*color: #AD9879;*/
		color: #e8a822;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 100%;
}

/* Content - Sections & Categories */
.contentpane {
}

.contentpaneopen {
}

.copyright {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.createdate {
}

.details {
	background-image: url(../images/read.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #c67c4d ; /* #FE7316 */
	padding-left: 20px;
		font-family: Verdana, Arial, sans-serif; 	font-size: 10px;
}

.modifydate {
	color: #808080;
	font-size: 11px;
}

.moduletable {
	padding-bottom: 10px;
	text-align: left;
}

.moduletable h3 {
}

.moduletable li{
	list-style: none;
}

.moduletable td {
}

.moduletable-intro1 {
	/*
	background-image: url(../images/intro1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	*/
	padding-bottom: 5px;
	padding-top: 5px; /* positionner le menu */
	text-align: left;
}

.moduletable-intro2 {
	/*
	background-image: url(../images/intro2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	*/
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}

.moduletable-search {
	float: right;
	padding-right: 20px;
	position: relative;
	top: 25px;
}

.quote {
	color: #c03294;  /* #666666 */
	font: oblique 150% georgia, times, serif;
	line-height: 130%;
	margin: 0 auto;
	width: 100%;
}

.quote2 {
	color: #c03294;  /* #441308 */
	font: 150% georgia, times, serif;
	line-height: 130%;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}

.sectiontableentry1 {
}

.sectiontableentry2 {
}

.sectiontableheader {
}

.small {
	color: #666666;
	font-size: 12px;
}

.smalldark {
	color: #FD5501;
	font-size: 12px;
}

#add1{
	border-right: 1px dotted #E4BE73;
	display: block;
	float: left;
	left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: left;
	width: 425px;
}

#add2{
	float: left;
	left: 30px;
	margin-left: 5px;
	position: relative;
	text-align: left;
	width: 425px;
}

#addwrap {
	margin: 0 auto;
	text-align: center;
	width: 950px;
}

#body {
	/* /* #EBEAE5  #32342f 	background-image: url(../images/bg_00.png);*/
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
	width: 950px;
	background-color: #3d342f ;
	background :  #3d342f url('../images/bg_00.png') left center no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_00.png', sizingMethod='crop');
	background-color: #3d342f;
	
}

#bottom {
	background-color: #3d342f;
	background-image: url(../images/bandeau_03.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 100px;
	margin: 0 auto;
	width: 950px;
	border-top: 0px solid #CCCCCC;
}

#content {
	float: left;
	text-align: left;
	width: 490px;
}

#footer {
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	color: #999999;
	width: 950px;
	font-family: Arial,Helvetica;
		font-size: 08px;
}
#logo {
	background-image: url(../images/logo_wm_01.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	color: #999999;
	width: 950px;
}

#footer td, #footer div {
	font-family: Arial,Helvetica;
	color: #666666;
	text-align: center;
		font-family: Arial,Helvetica;
		font-size: 10px;
}

#header {
	/*
	background-image: url(../images/bar_dessin_01.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000000;
	*/
	z-index:7;
	border-bottom: 0px solid #CCCCCC;
	border-top: 0px solid #000000;
	height: 340px;
	margin: 0 auto;
	width: 950px;
}

#header2 {
	background-color: #EBEAE5;
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	border-top: 0px solid #000000;
	height: 150px;
	margin: 0 auto;
	width: 950px;
}

#leftcolumn {
	border-right: 1px dotted #E4BE73;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	width: 180px;
}

#leftcolumn h3 {
	background-image: url(../images/modulebg.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #C67C4D;
	font-family: "lucida sans", Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 25px;
	text-align: left;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
}

#mainbody {
	float: left;
	padding-left: 10px;
	text-align: left;
	width: 690px;
	border: 0px solid #CCCCCC;
}

#mainbody li{
	list-style: square;
	list-style-position: inside;
	margin-left: 15px;
}

#menu {
	background-color: #E4Be73;
	border-bottom: 0px solid #CCCCCC;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 0px;
	text-align: left;
	width: 950px;
	z-index: 3;
	z-index: 3;
}

#rightcolumn {
	border-left: 1px dotted #E4BE73;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	width: 180px;
}

#rightcolumn  h3 {
	background-image: url(../images/modulebg.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #666666;
	font-family: "lucida sans", Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 25px;
	text-align: left;
	text-transform: uppercase;
}

#topstrip {
	
	background-image: url(../images/bandeau_04.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 120px;
	margin: 0 auto;
	padding: 0px;
	width: 950px;
}
#toplogo {
	background-image: url(../images/logo_tls_01.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 115px;
	margin: 0 auto;
	padding: 0px;
	width: 950px;
}
#topwrap {z-index:1;
	height: 120px;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}

#wrapper {
	background-color: #EBEAE5;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
	width: 950px;
}
	
