/******************************************/
/***template design "globbersthemes" **********/

.whats-in-trigger {
  cursor: pointer;
  transition: color 0.3s ease;
}

.whats-in-trigger:hover {
  color: #8b6f47;
}

.brad-popup {
  position: absolute;
  top: 50%;
  left: 100%; /* changed from 50% */
  transform: translateY(-50%) scale(0); /* changed from translateX(-50%) */
  margin-left: 20px; /* add some space between text and Brad */
  width: 200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  pointer-events: none;
  transition: transform 0.3s ease;
  z-index: 1000;
}

.whats-in-trigger:hover + .brad-popup,
.brad-popup:hover {
  transform: translateY(-50%) scale(1); /* changed from translateX(-50%) */
}
/***MAILLERS version1/JUILLET2009/*******/
/***by globbers for globbersthemes ************/
/***all rights reserved***********************/
/******************************************/

/******************************************/
/*** body et aspect general *******************/
/******************************************/

html {
height: 100%;

}

body{
margin:0;
padding:0;
text-align:center;

background:#482f0b url(../images/bg.jpg);
font-size:13px;
color:#393d3c;
font-family: cambria, tahoma, arial, sans-serif;

}

/*texte*/
p {
font-size: 100%;

}

h1 {
font-size: 200%;

}

h2 {
font-size: 150%;

}

h3 {
font-size: 125%;

}

h4, h5, h6 {
font-size: 100%;

}

/* liens hypertextes*/ 
a:link, a:visited {
text-decoration:none;
color:#393d3c;
font-weight:bold;

}

a:hover {
color:#553c27;

}

/*listes a puces*/
ul {

}

li {
list-style-type:square;
padding:2px;

}

/*image*/
img {
border:none;

}

img .caption {
text-align: left;

}

.highlight {
background:#bb955f;
padding: 0px 2px;
color:#ffffff;

}

fieldset  {
margin:2px 0;

}

.button {
background:#bfa685;
border:none;
color:#ffffff;
font-weight:bold;
margin:0 5px;

}

.inputbox {
border:1px solid #bfa685;
background:#e3d8ca;
color:#222222;

}

.pagewidth{
width:600px;
text-align:left;
background:transparent;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;

}

/*header*/
#sitename {
float:left;
width:347px;
height:100px;
margin-top:-15px;
margin-left:10px;

}
/*search*/
#search {
float:left;
width:176px;
height:37px;
background: url(../images/search_form.jpg) no-repeat;
margin-top:22px;
margin-left:40px;
padding:0;

}

#search .inputbox{
border:none;
background:transparent;
width:135px;
color:#FFFFFF;
margin:10px 10px 0 32px;
font-weight:bold;

}

/*block majeur*/
#wrapper {
float:left;
width:643px;
margin:0;
background: url(../images/wrapper.png) 0 0 repeat-y;

}

/*fil d'ariane*/
#pathway {
float:left;
width:643px;
height:49px;
background: url(../images/pathway.png) 0 0 no-repeat;
margin:0;

}

#breadcrumbs {
color:#000000;
padding:18px 0 0 50px;
margin:0;
font-size:13px;

}

#breadcrumbs a {
color:#393d3c;

}

#breadcrumbs  a:hover, #breadcrumbs  a:active {
color: #000000;
	
}

/*Menu Top*/
#topmenu{
float:left;
width:642px;
height:66px;
background: url(../images/bg_menu.png) 0 0 no-repeat;
margin:0;

}

#navigation ul {
list-style: none;
margin: 0;
padding: 15px 0 0 0px;
}

#navigation {
float:left;
width:575px;
height:50px;
background:transparent;
padding-left:65px;
margin-top:5px;
text-transform: uppercase;

}

#navigation a {
display: block;
float: left;
height: 22px;
line-height: 22px;
padding: 0 10px;
font-family: Arial, sans-serif;
font-weight:bold;
color:#ffffff;

}

#navigation  a:hover{
color: #d0cdcd;
}

#navigation li {
display: block;
float: left;
margin: 0;
margin-right: 15px;
padding: 0;
}

#navigation li li a {
font-size: 12px;
padding: 0 15px;
color:#ffffff;
}

#navigation li li {
border-top: 1px solid #2c2014;/*light*/
border-bottom: 1px solid #2c2014;/*dark*/
}

.nav, .nav * {
margin:0;
padding:0;
}

.nav{
line-height:1.0;
float:left;
margin-bottom:1.5em;
position: relative;
z-index:10;
}

.nav ul {
background:#271e0f; 
padding: 0;


}

.nav li {
float:left;
list-style:none;
position:relative;
background:none;

}
.nav li li a {
display:block;
padding: 0;
text-decoration:none;
background-image: none;
float:none;
width:135px;

}

#navigation li li a {
height: 30px;
line-height: 30px;

}

#navigation li:hover li,
#navigatin li.sfHover li,
#navigation li.active:hover li,
#navigation li.active.sfHover li,
#navigation li:hover li span,
#navigation li.sfHover li span {
background-image: none;

}

#navigation li:hover li a,
#navigation li.sfHover li a,
#navigation li.active:hover li a,
#navigation li.active.sfHover li a {
background-image: none;

}

.nav li ul {
float:none;
left:-999em;
position:absolute;
width: 177px;
z-index: 5;
border-left: 1px solid #2c2014;
border-right: 1px solid #2c2014;
border-bottom: 1px solid #2c2014;

}
.nav li:hover ul,
.nav li.sfHover ul {
left:0px;
top: 22px;

}

.navli:hover li ul,
.na li.sfHover li ul,
.na li li:hover li ul,
.na li li.sfHover li ul,
.na li li li:hover li ul,
.na li li li.sfHover li ul {
top:-999em;
}

.nav li li:hover ul,
.nav li li.sfHover ul,
.nav li li li:hover ul,
.nav li li li.sfHover ul,
.nav li li li li:hover ul,
.nav li li li li.sfHover ul {
left: 177px;
top:0px;
width: 177px;
}

.nav li li {
position: relative;
float:none;
width: 177px;
}

/*Main content*/
#main {
float:left;
width:640px;
background:transparent;
margin:0;

}

#main_content {
	float:left;
	width:600;
	background:transparent;
	padding-right:80px;
	padding-left:40px;
	color: #000;

}

/*******************calendar************************/
td .calendar {
display:block;
margin:0;
padding:4px 0 0 0;
background:transparent url(../images/calendrier.gif) 0 0 no-repeat;
width:45px;
height:45px;
font-size:12px;

}

.calendar .day {
color: #fff;
font-weight:normal;
margin: 0;
padding:3px 0 0 0;
font-size:12px;
background:transparent;

}

.calendar .month {
color: #fff;
font-weight: bold;
margin: 0;
padding: 0;
font-size:12px;
background:transparent;

}

.contentinfo {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

}

.contentinfo.author {
	
}
.contentinfo img {
	
}

/*** *titre principale ****/
.contentheading ,
.componentheading, 
a.contentpagetitle {
color:#261d0f; 
font-size:20px;
font-weight: bold;
line-height: 20px;
text-align: left;
margin:0;
padding: 4px 0 4px 0px;
text-transform:capitalize;

}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
color: #222222;

}

.contentpaneopen ,
.contentpane {
color:#666666;
text-align:left;
margin:0;
padding:0;
line-height:16px;

}

/* table of contents */
table.contenttoc {
margin: 5px;
border: 1px solid #666666;
padding: 5px;
float: right;

}

table.contenttoc td {
padding: 0 5px;

}

.blog_more strong {
display: block;
font-size: 15px;
font-weight: bold;
margin: 0 0 0 25px;
color:#151515;

}
.blog_more ul {
margin:5px 20px 15px 25px;
padding:0 0 0 0px;
list-style-type:none;
}


.blog_more ul li  {
list-style-type:none;
background: url(../images/arrow.gif) 0px 6px no-repeat;
padding:3px 3px 3px 17px;
font-size: 12px;

}


.blog_more ul li:hover {
background: url(../images/arrow-hover.gif) 0px 6px no-repeat;
padding:3px 3px 3px 17px;
font-size: 12px;

}

.small {
padding:0;

}

.modifydate {
height: 20px;
vertical-align: bottom;
font-size: .90em;
color: #999;
font-weight: normal;
text-align: left;
padding:5px 0 0 0;

}

.createdate {
height: 20px;
vertical-align: top;
font-size: .90em;
color: #999;
font-weight: normal;
vertical-align: top;
padding-bottom: 5px;
padding-top: 0px;

}

a.readon {
float:right;
color: #2b1a10;
padding: 3px 5px 3px 18px;
font-weight: normal;
text-transform: capitalize;
background: url(../images/arrow.gif) no-repeat 5px center;

}

a.readon:hover, a.readon:focus, a.readon:active {
background: url(../images/arrow.gif) no-repeat 5px center  ;
color: #492d1c;

}

a.pagenav {
font-size: 12px;
font-weight: bold;
line-height: 14px;
padding: 0 3px ;
text-align: center;
color:#222222;
margin-top:15px;

}

span.pagenav {
text-decoration:underline;

}

a.pagenav:link, a.pagenav:visited {
color:#222222;

}

a.pagenav:hover {
color:#ffffff;
background:#000000;

}

.article_separator {
clear: both;
display: block;
height: 20px;
background: transparent;

}

span.article_separator {
display: block;
height: 5px;
margin: 0;

}

.article_column {
padding: 5px;

}

.column_separator {
padding: 10px;

}

/*  Le module Polls */
table.poll td{
text-align:left;
font-size:12px;
margin-bottom:3px;

}

table.poll thead td {
font-size:13px;
padding-left:25px;
color:#2b1a10;
font-weight:bold;

}

table.poll div  {
text-align:left;
margin-top:5px;

}

table.poll .button{
font-size:11px;
margin-top:0px;
padding:2px ;
text-align:center;
margin-left:15px;

}

table.pollstableborder td.sectiontableentry1,
table.pollstableborder td.sectiontableentry2 {
color: #222222; 
background:transparent;
margin:0;
padding:2px ;

}

.pollstableborder {
border:none;
margin-left:15px;

}

/* content tables */
td .sectiontableheader {

}

.sectiontableheader {
background:#261d0f;
color: #ffffff;
font-weight: bold;
padding: 4px 8px;
margin-top:20px;

}

td .contentdescription {
padding:10px 0 !important;

}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
color:#ffffff;

}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
border-bottom: 1px solid #DDDDDD;
padding: 8px;

}

tr.sectiontableentry2 td {
background: #F8F8F7;

}

table.searchintro {
padding: 10px 0;
width: 100%;

}

table.searchintro td {
padding: 5px!important;

}

/* Text advert  */
.bannerheader {
font-size: 105% ;
font-weight: bold;
padding:3px 0;
color:#222222 ;
text-decoration:underline; 

}

div .banneritem_text  {
padding:0 20px 0 0;
margin:3px 0;

}

div .banneritem_text a {
font-size:100%;
font-weight:bold;
padding: 0 3px 0 !important;

}

form#form-login fieldset {
margin: 0; 
padding: 0 0 0 10px;
border:none;
font-size:12px;

}

#form-login-username,
#form-login-password,
p #form-login-remember{
margin:0;
padding:0;

}

form#form-login ul { 
margin-top:2px;
margin-bottom:0;
font-size:11px;
line-height:11px;
}

form#form-login li {
padding:1px 5px 1px 0px;
line-height:11px;

}

form#com-form-login fieldset {
margin: 0; 
padding: 0;

}

/*** *user****/

#cont_user {
	float:right;
	width:585px;
	padding:0;
	color: #933;

}

#user1,
#user2,
#user3{
float:left;
width:245px;
height:263px;
background:url(../images/box.png);
margin:10px 40px 20px 0px;
padding:0;
line-height:18px;

}

#user4{
float:left;
width:245px;
height:300px;
background:url(../images/box2.png);
margin:10px 40px 20px 0px;
padding:0;
line-height:18px;

}

#user1 .moduletable, 
#user2 .moduletable ,
#user3 .moduletable ,
#user4 .moduletable ,
div .moduletable_menu,
div .moduletable_text {
width:225px;
height:240px;
margin:0 0 0 15px;
background:transparent;
font-size:12px;
padding-left: 15px;

}

#user1 h3 ,
#user2 h3,
#user3 h3 ,
#user4 h3,
div .moduletable_menu h3,
div .moduletable_text h3{
color:#ffffff;
font-size:16px;
margin:22px 5px 15px 30px;

}

#user1 ul,
#user2 ul,
#user3 ul,
#user4 ul,
div .moduletable_menu ul,
div .moduletable_text ul{
padding:0px;
margin-left:15px;

}

#user1 li,
#user2 li ,
#user3 li,
#user4 li,
div .moduletable_menu li,
div .moduletable_text li{
padding:2px 0px;

}

#footer {
float:left;
width:643px;
height:163px;
background: url(../images/footer.png) 0 0 no-repeat;

}

#footer .ftb{
float:right;
width:440px;
height:20px;
background:transparent;
text-align:center;
margin:130px 40px 0 0;

}

.ftb {
margin-top:5px;
font-size:12px;
color:#222222;

}

.ftb a, .ftb a:visited{
color:#553c27 !important ;
padding:0 !important;
border:none !important;

}

.ftb a:hover {
color:#222222 !important;

}

#footer_menu {
padding-top:0;
float:left;
width:500px;
height:40px;
margin: 0;
color: #ffffff;
background:transparent;
text-align: center;

}

#footer_menu a , #footer a:visited {
padding: 0 10px;
border-right: 1px solid #ffffff;
color: #ffffff;
display: inline;
background:transparent;

}

#footer_menu a:hover  {
color: #000000;

}

#footer_menu li {
padding: 0;
display: inline;
background: transparent;
line-height: normal;

}

#gototop {
float:left;
width:30px;
height:25px;
margin-top:7px;
margin-left:30px;

}

#slideshow{
float:left;
overflow:hidden;
margin-left:60px;
margin-top:25px;
margin-bottom:15px;
background:transparent;
position:relative;
width:496px;
height:176px;
padding:0;
 
 }
 
#conteneur{
margin-left:auto;
margin-right:auto;
margin-top:3px;
margin-bottom:3px;
height:170px;
width: 490px ;
padding:0;
overflow:hidden;
background:transparent;
}

#conteneur a{
margin-left:0px;
margin-right:0px;
padding:0;
}

#slidebox {
position:relative;
width:5000px;

}

#nb ul {
float:left;
padding:0;
margin-top:50px;
margin-bottom:5px;
width:35px;
height:150px;
text-align:right;
margin-left:10px;

}

#nb li {
display:block;
border:1px solid #5c422e;
width:30px;
background:#5c422e;
margin-top:5px;

}

#nb li a {
width:30px;
display:inline-block;
text-align:center;
color:#ffffff;

}

#nb li a:hover {
background:#bfa685;

} 

/*End */
.pagewidth #wrapper #cont_user table tr td p font {
	color: #000;
}
.pagewidth #wrapper #cont_user table tr td blockquote b tt font font {
	color: #963;
}
.pagewidth #wrapper #cont_user table tr td blockquote b tt font {
	color: #930;
}
#main #main_content div table tr td p b {
	font-weight: bold;
}
