* {
  margin: 0;
  padding: 0;
  font-family: Serif;
}

#menu ul {
  margin-left: 30px;
}

#menu li.active > a {
  font-weight: bold;
}

body{
  background: #000000;
}
a{
  color: #430600;
}
#container{
  width: 980px;
  margin: auto;
  background: #E6E3D8;
}
#header h1{
  margin: 0;
  height: 87px;
}
#menu{
  background: url(../img/nav-bg.png) repeat-x;
}
#menu ul{
  font-size: 0px;
}
#menu li{
  display: inline-block;
  background: url(../img/sepa01.png) no-repeat top right;
  padding: 0 10px;
  font-size: 11px;
  height: 23px;
  line-height: 23px;
}
#menu li a{
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial;
  vertical-align: middle;
  text-transform: uppercase;
}
#menu li ul{
  display: none;
  position: absolute;
  background: #800000;
  margin: -2px 0 0 0;
}
#menu li ul li{
  display: block;
}
#menu li:hover ul{
  display: block;
}

#content{
  padding: 20px;
  color: #444; /*#ac9579;*/
}

#footer p{
  color: #ac9579;
  height: 50px;
  text-align: center;
  font-family: Arial;
}


/* Galerie */
div#galerieVisuels{
  margin: 10px 0 10px 0;
}
div#galerieVisuels > div:first-of-type{
  margin: 10px auto;
  width: 880px;

}
.calque div#visuel{
  float: left;
  width: 540px;
  height: 540px;
  padding: 0px 10px 0 0px;

}
.calque div#visuel img{
  position: absolute;
}
.calque #visuelData{
  min-height: 150px;
  background: #600;
  color: #CCC;
}
.calque #visuelData > div{
  position: absolute;
  width: 920px;
}
.calque #visuelData > div.showSwitch_flag{
  position: relative;
}
div#galerieVisuels .hide{
  display: none;
}
.calque div#visuels{
  float: left;
  width: 330px;
  margin: 0 0px 0 0px;
  font-size: 0px;
}
#visuels {
  text-align: center;
}

div#visuels a{
  margin: 0px 10px 10px 0px;
  display: inline-block;
}
div#visuels img:hover{
}
.page div#visuel{
  width: 600px;
}
.page div#visuels{
  width: 620px;
}
.page div#visuels img{
  margin: 5px 0px 0px 0px;
}
.page div#visuels img:hover{
  border: 1px solid #FFF;
  margin: 5px 0px 0px 0px;
  opacity: 0.7;
}
.galerie_ref{
  /*width: 960px;*/
  margin: auto;
  color: #FFF;
  /*border: 1px solid #FFF;*/
  /*border-radius: 5px;*/
  margin: 20px auto;
  padding: 10px;
}

.contacts.add .formTexte{
  font-family: Arial;
  color: #444;
  font-size: 14px;
}
.contacts.add .contact{
  float: left;
  background: #F2F1EB;
  padding: 20px;
  margin: 0 20px 0 0;
  border: 1px solid #444;
  width: 430px;
}
.commentaires.form {
  background: #F2F1EB;
  padding: 20px;
  margin: 0 20px 0 0;
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 1px 2px 4px #000;
  color: #800000;
}
.commentaires.form label{
  display: inline-block;
  font-family: Arial;
  width: 100px
}
.commentaires.form .textarea{
  margin: 0 0 0 20px;
}
.commentaires.form .input textarea{
  width: 600px;
}
div.commentaires.index {
  background: #F2F1EB;
  padding: 20px;
  margin: 20px 20px 0 0;
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 1px 2px 4px #000;
  color: #800000;
}
div.commentaires.index ul{
  margin: 0;
}
div.commentaires.index li{
  list-style-type: none;
  border-bottom: 1px solid #444;
  margin: 10px 0;
  padding: 20px;
}
div.commentaires.index li:hover{
  background: #FFFEF9
}
div.commentaires.index li .auteur,
div.commentaires.index li .date,
div.commentaires.index li .note{
  font-weight: bold;
}
div.commentaires.index li .note{
  float: right;
}
div.commentaires.index li p{
  margin: 0 0 5px -10px;
  font-style: italic;
}

/* formulaire */
.form label{
  display: block;
  font-family: Arial;
  color: #800000;
}
.form .input{
  margin: 5px 0;
  color: #800000;
}
.form .input.text input.datepicker{
  width: 405px;
}
.form .input.text input,
.form .input select,
.form .input textarea
{
  font-family: Arial;
  margin: 5px 0;
  height: 20px;
  border: 1px solid #444;
  color: #444;
  font-size: 14px;
  box-shadow: 2px 2px 2px #AAA;
  color: #800000;
  width: 433px;
}
.form .input option
{
  padding: 0 5px;
  font-family: Arial;
  font-size: 14px;
  color: #800000;
}
.form .input textarea
{
  height: 100px;
  resize: none;
}
.form .submit
{
  margin: 20px 0;
}
.form .submit input
{
  padding: 0 10px;
  font-family: Arial;
  height: 20px;
  border: 1px solid #444;
  color: #800000;
  font-size: 14px;
  border-radius: 5px;
  background: #F2F1EB;
}
.contact.form{

  color: #800000;
}
.verifMailform{
  display: none;
}

/* Specific */
h1{
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  color: #800000;
}
.exergue{
  background: #660000;
  color: #CCCCCC;
}
div.exergue, p.exergue{
  padding: 10px;
}
h4.exergue{
  padding: 2px 0 2px 10px;
  font-weight: normal;
}
.couleur{
  color: #800000;
}
.categories.view ul.visuels{
  height: 116px;
  margin: 3px 0;
}
.categories.view ul.visuels li{
  display: inline-block;
  height: 100px;
  background: #EDEBE3;
  border: 1px solid #FFF;
  margin: 3px;
  padding: 5px;
}
.categories.view ul.visuels li.titre{
  background: transparent;
  border: 0px;
  width: 130px;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 0 50px;
}
.categories.view ul.visuels li.titre p{
  vertical-align: middle;
  line-height: 100px;
}
.categories.view ul.visuels li.titre p span{
  display: inline-block;
  line-height: 20px;
  color: #800000;
}
.categories.view ul.visuels li.titre p span a{
  display: inline-block;
  line-height: 20px;
  color: #800000;
}
.flash_success{
  border : 1px solid #800000;
  font-family: Arial;
  padding: 10px;
  margin: 10px 0;
  color: #800000;
}
.flash_error{
  border : 1px solid #660000;
  font-family: Arial;
  text-align: center;
  color : #660000;
  padding: 10px;
  margin: 10px 0;
}
#langues{
  position: absolute;
  text-align: right;
  width: 200px;
  margin: 0 0 0 775px;
  padding: 5px 5px 0px 0px;
  z-index: 255;
}
#langues a{
  display: inline-block;
  margin: 5px 0 0 15px;
}
#sociaux{
  position: absolute;
  text-align: right;
  width: 680px;
  margin: 55px 0 0 295px;
  padding: 0px 5px 0px 0px;
}
#sociaux table{
  float: right;
}
.ui-widget-header {
  border: 1px solid #430600;
  background: #430600 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  color: #430600;
}
.ui-widget-content,.ui-widget-content .ui-state-highlight,.ui-widget-content .ui-state-hover {
  border: 1px solid #430600;
}
.error-message{
  border-top : 1px solid #660000;
  text-align: center;
  padding: 5px;
  color: #430600;
}
img.calendar{
  margin: 0px 0 -7px 5px;
  cursor: pointer;
}
.images.view .image{
  float: left;
  margin: 0 15px 0 0;
  width: 400px;
}
.images.view .image .next{
  float: right;
  margin: 0 0px 0 0;
}

.articles.view .tableau{
  width: 100%;
}
.articles.view .tableau td{
  border: 2px solid #600;
  text-align: center;
}
.wysiwyg *{
  font-size: inherit;
}
.wysiwyg em{
  font-style: italic;
}

.commentaires.index .input textarea{
  width: 433px;
}

.clickondisabled{
  height: 50px;
  position: absolute;
  width: 400px;
}

/* Connect2Pay */

.paiement.form table p {
  margin-top: 12px;
  color: #800000;
}

#Connect2Pay_total {
  font-weight: bold;
  font-size: 20px;
}