/***************************************************************************************************
    Auteur          :   Isabelle Custeau (icusteau@icvision.ca)
    Date creation   :   Avril 2009
    Fichier	        :   style_cgp.css
    Type            :
    Description     :   Contient toutes les style utilisés pour le site Spa centrale parc
***************************************************************************************************/

body {
  font-family: Verdana,Arial,Helvetica, sans-serif;
  text-align: center; /* Aligne le contenu du site au centre de la fenêtre */
  margin: 0px;
  font-size: 11px;
  color: #2a1b0b;
  background-color:#ebe3c2;
}
/**********
    Contrôle du contenue et de son positionnement global dans la page
**********/
#div_main_content {
  position: relative;
  margin-left: auto; /* Permet de centrer le div au centre de la fenêtre du browser */
  margin-right: auto; /* Permet de centrer le div au centre de la fenêtre du browser */
  width: 1224px;
  text-align:left;
  background:transparent url("../../../templates/fr/images/site/background.jpg") no-repeat 0px 0px;
}

#div_page_content,#overall_text{
  width:723px;
  margin:0px 0px 0px 226px;
  padding:0px;
  background-color:#ffffff;
  padding:0px 24px 0px 24px;
}

#overall_text{
  padding-top:15px;
  padding-bottom:15px;
  text-aLign:justify;
 
}

/*Le footer*/
div.footer{
  width:701px;
  height:60px;
  padding:15px 0px 0px 22px;
  color:#ffffff;
  background-color:#7f7859;
  margin-top:30px;
}
a.footer{
  color:#ffffff;
}


div.menu{
  float:left;
  margin-top:2px;
  width:723px;
}

/*Image du site*/
div.spa_fr,div.spa_en{
    float:left;
    text-transform:uppercase;
    text-indent:-8000px;
    overflow:hidden;
    width:723px;
    /*height:120px;*/
/*    background:transparent url("../../../templates/fr/images/site/spa.jpg") no-repeat;*/
}

div.paradis{
    float:left;
    text-transform:uppercase;
    text-indent:-8000px;
    overflow:hidden;
    width:722px;
    height:173px;
    background:transparent url("../../../templates/fr/images/site/paradis.jpg") no-repeat;
}
div.menu2{
  float:left;
  width:711px;
  height:108px;
  border: 6px solid #ededea;
  margin-top:5px;
}

div.apropos_img{
  float:left;
  width:771px;
  height:113px;
  margin-left:226px;
  background-color:#ffffff;

}
div.sep{
  width:723px;
  height:2px;
  background-color:#88b22f;
}

/**************************************************
	STYLE D'AJUSTEMENT GÉNÉRIQUE

/* Float */
.fr {float: right;}
.fl {float: left;}
.clear {clear: both;}
.block {display: block;}
.dnone {display: none;}
.case_upper{text-transform:uppercase;}

/* Alignement horizontal */
.center {text-align: center;}
.justify {text-align: justify;}
.left {text-align: left;}
.right {text-align: right;}
.bold {font-weight: bold;}
.crouge{color:red;}
a{font-weight:normal;color:#2a1b0b;font-size:10px;}
a.nodecoration{text-decoration:none;}
a.thebold {font-weight:bold;}
.pdb20{padding-bottom:20px;}
.mgb10{margin-bottom:10px;}
.erreur{
    color:red;
    padding:10px;
    margin-top:20px;
    font-size:11px;
    width:350px;
}

.confirmation{
    margin-top:40px;
    color:#055173;
    font-size:11px;
    width:350px;
    font-weight:bold;
}
table{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #2a1b0b;
}
