/* Global CSS */
/* ========== */

body {
  background-color: #999966;
  color: #000000;
}

p {
  text-indent: 25px;
}

a {
  color: #000;
  text-decoration: underline;  
}

a:hover {
  text-decoration: underline overline; 
}

/* template element */
/* ================ */

/* Header */

#header {
  width: 800px;
  height: 102px;
  background: transparent url(../images/header.jpg) center no-repeat;
}

/* Menu top */

#menutop {
  width: 800px;
  height: 39px;
  background: transparent url(../images/maintop.jpg) top no-repeat;
  text-align: center;
}

#menutop td {
  height:39px;
  text-align: center;
  vertical-align: middle;
}

#menutop a {
  background-color: #CCC;
  position:relative;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border: 1px solid #FF0000;
  padding: 3px;
  margin: 3px;
}

#menutop a:hover {
  border: 1px dotted #000;
  border-top: 1px solid #FF0000;  
  border-bottom: 2px solid #FF0000;
  background-color: #FEA668;
  color: #000;
}

#menutop a#active_menu-nav {
  border: 2px dotted #000;
  background-color: #FFF;
  border-bottom: 2px solid #333;
  border-top: 1px solid #333;  
}


/* Main */

#main {
  width: 800px;
  background: transparent url(../images/mainbackground.jpg) repeat-y;
} 

.mainbottom {
  background: transparent url(../images/mainbottom.jpg) bottom no-repeat;
}

/* Left menu */

td.leftmenu {
  width: 230px;
  vertical-align: top; 
  padding: 0;
  margin: 0; 
}

#mainmenu .moduletable  {
  margin: 0;
  padding: 2px 0 0 22px;
  width: 202px;
}

#mainmenu .moduletable h3 {
  width: 202px;
  height: 53px;
  font-size: 16px;
  text-align: left;
  text-indent: 15px;
  background: transparent url(../images/leftmenuheader.jpg) no-repeat;
  margin: 0;
  padding: 0;
}

#mainmenu .moduletable td {
  width: 202px;
  text-align:center;
  height: 27px;
  background: transparent url(../images/leftmenubackground.jpg) repeat-y;
}

#mainmenu .moduletable td a {
  color: #000;
  position:relative;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  padding: 2px;
  margin: 2px; 
}

#mainmenu .moduletable td a:hover {
  background-color: #FEA668;
  border: 1px dotted #000;
  border-bottom: 1px solid #FF0000;
  border-top: 1px solid #FF0000;      
}

#mainmenu .moduletable td a#active_menu {
  border: 1px dotted #000;
  background-color: #FFF;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;    
}
#mainmenu .moduletable td a#active_menu:first-letter {
  color: #FF0000; 
}

#mainmenu .moduletable td div {
  padding: 2px;
  margin: 2px;
}

#mainmenu .moduletable td a.sublevel {
  font-weight: normal;
  padding: 2px;
  margin: 2px;
}

#mainmenubottom {
  width: 202px;
  height: 113px;
  background: transparent url(../images/leftmenubottom.jpg) no-repeat;
  margin: 0 0 0 22px;
  padding: 0;
}

/* Dates */

#dates .moduletable  {
  margin: 0;
  padding: 10px 0 10px 27px;
  width: 190px;
}

#dates .moduletable h3 {
  width: 190px;
  border-bottom: 1px solid #999;
  font-size: 16px;
  text-align: left;
  text-indent: 15px;
  margin: 0;
  padding: 0;
}
#dates .moduletable h3:first-letter {
  color: #FF0000;
}

#dates .moduletable .date {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  background-color: #FFF; 
  width: 45%;
  font-size: 13px;
  text-align: left;
  margin: 0;
  padding: 3px;
}

#dates .moduletable .ville {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999; 
  background-color: #FFF; 
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 3px;
}
#dates .moduletable .ville:first-letter {
  color: #FF0000;
}

#dates .moduletable a {
  color: #000;
  text-decoration: none;
}

#dates .moduletable a:hover {
  text-decoration: underline;
}

#dates .moduletable a:first-letter {
  color: #FF0000;
}

/* Content */

td.content {
  width: 570px;
  margin: 0; 
  text-align: left;
  vertical-align: top;
}

div.innercontent {
  background-color: #FFF;
  border: 1px solid #000;
  width: 525px;
  padding: 5px;
  margin-top: 2px;
  vertical-align: top;  
}

/* Footer */

#footer {
  width: 800px;
  height: 151px;
  background: transparent url(../images/footer.jpg) center no-repeat;
}

/* Joomla element */
/* ============== */

/* Pathway */

.pathway {
  width: 100%;
  font-weight: bold;
  color: #000;
  margin: 5px;
  padding: 5px;
  text-align: left;
} 

.pathway a {
  font-weight: normal;
  text-decoration: underline;
} 

.pathway a:hover {
  text-decoration: underline overline;
}

/* heading */

div.componentheading  {
  background: transparent url(../images/contentheading.gif) 0 0 no-repeat;
  border: 0px;
  width: 550px;
  height: 49px;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  padding-top: 14px;
  text-indent: 56px;
}

div.componentheading:first-letter {
  color: #FF0000;
}

td.contentheading  {
  background: transparent url(../images/contentheading.gif) 0 0 no-repeat;
  border: 0;
  width: 550px;
  height: 49px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-indent: 50px;
}

td.contentheading:first-letter {
  color: #FF0000;
}

/* contentpaneopen */

.contentpaneopen {
  border: 0;
  padding: 0;
  margin: 0;
}

.contentpaneopen td {
  padding: 5px;
  margin: 5px;
}

/* article_seperator */

.article_seperator {
  height: 10px;
}

/* readon */

a.readon   {
  font-size:14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding: 2px;
  margin: 2px;
} 

a.readon:hover {
  background-color: #FEA668;
  border: 1px dotted #000;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;   
  color: #000;
}

/* back_button */

.back_button {
  padding: 5px;
  margin: 5px;
}
 
.back_button a {
  font-size:14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding: 2px;
  margin: 2px;
} 

.back_button a:hover {
  background-color: #FEA668;
  border: 1px dotted #000;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;   
  color: #000;
}

a.category {
  color: #000;
  text-decoration: underline;  
}

a.category:hover {
  text-decoration: underline overline;  
}

.small {
  font-size: 11px;
}

.sectiontableheader {
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.sectiontableheader:first-letter {
  color: #FF0000;
}

.sectiontableentry1 td {
  background-color: #efefef;
  border-bottom: 1px solid #000;
  padding: 3px;
}
.sectiontableentry2 td {
  background-color: #CDCDCD;
  border-bottom: 1px solid #000; 
  padding: 3px;  
}

.datetable {

}

.dateville {
  font-weight: bold;
  border-bottom: 1px solid #999;
}

.dateville:first-letter {
  color: #FF0000;
}

.datecalendrier {
  font-size: 12px;

}

/* Modules element */
/* =============== */

/* banniere petites annonces */

.advcontent {
  background: transparent url(../images/petites-anonnces.jpg) 5px 5px no-repeat;
  margin: 5px 5px 5px 5px;
  display: none;
  width: 515px;
  text-align: left;
  padding: 5px 5px 5px 5px;
  display: none;
}

.advcontent p {
  text-indent: 15px;
  font-size: 12px;
  margin: 0px 0px 0px 155px;
  padding: 0;
}

/* Contact form*/

#moscontactformholder {
  text-align:left;
  width: 290px;
  padding-left: 110px;
}

#moscontactformholder .contact_form_label {
  font-weight: bold;
}
#moscontactformholder .contact_form_label:first-letter {
  color: #FF0000;
}
.contact_form_field input {
  background-color: #FFEEEE;
  border: 1px solid #FF0000;
}
.contact_form_field textarea {
  background-color: #FFEEEE;
  border: 1px solid #FF0000;
}
.contact_form_submit {
  background-color: #FFEEEE;
  border: 1px solid #FF0000;
  margin-left: 20px;
  margin-top: 10px;
}

.galerie .thumbwrap-1 div {
  background-color: #BBB;
}

#copyright {
  width: 700px;
  height: 30px;
  color: #555;
  font-size: 13px;
  text-align: right;
  vertical-align: middle;
}

#copyright a {
  color: #555;
  text-decoration: underline;  
}

#copyright a:hover {
  color: #FFF;
  text-decoration: underline, overline;  
}

