/* 
    Document   : main.css
    Created on : 2010-10-17, 15:35:17
    Author     : mvilleneuve
    Description:
        Purpose of the stylesheet follows.
        Main CSS
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
html{
  overflow-y:scroll;
}

body {
  margin:0px;
  padding:0px;
  border:0px;
  font-family: "Lucida Sans Unicode", Arial;  
}
a{
  color:black;
  text-decoration: none;
}
/* SPAN ID */
#rouge{
  color:red;
}
/* FIN SPAN ID */
#wrapper{
  width:950px;
  margin:auto;
}
#header img{
  width:950px;
  height:182px;
}
#header{
  height:182px;
}
#menu{
  width:950px;
  background-image:url(../images/s47_nav.jpg);
  height:31px;
  float:left;
  clear:both;
}
#menu ul, li{
  float:left;
  margin: 0 0 0 0;
  list-style-type:none;
}
#menu a{
  color:white;
}
#menu a:hover{
  color:#f68428;
}
#menu li{
  float:left;
  margin-left:15px;
  margin-right:15px;
  margin-top:5px;
  font-size: 10pt;
  text-align:right;
  text-transform: uppercase;
  font-weight:bold;
}
#element_gauche{
  width:225px;
  float:left;
  background-color:black;
}
#element_gauche_img{
  margin:0px 10px 0px 10px ;
  float:left;
}
#promotions{
  float:left;
  text-align:center;
  width:174px;
  height:277px;
  padding-top:5px;
  background-image:url(../images/s47_cadre_promos.jpg);
  margin:10px 25px 10px 25px;
}
#promotions
, #promotions a{
  margin-top:15px;
  font-size:14pt;
  color:#f68428;
  font-weight:bold;
  text-align:center;
  text-transform: uppercase;
}
#promotions h2{
  margin-top:15px;
  font-size:11pt;
  color:#ee3124;
  font-weight:bold;
  text-align:center;
  text-transform: uppercase;
}
#promotions p{
  margin-top:-10px;
  font-size:10pt;
  color:white;
  text-align:left;
  margin-left:5px;
  margin-right:5px;
  padding-bottom:5px;
}

#videos{
  float:left;
  width:174px;
  height:211px;
  text-align:center;
  font-size:11pt;
  background-image:url(../images/s47_cadre_videos.jpg);
  margin:10px 25px 10px 25px;
}
#videos h1{
  padding-top:5px;
  font-size:14pt;
  color:#f68428;
  font-weight:bold;
  text-align:center;
  text-transform: uppercase;
}
#videos a{
  text-decoration: underline;
  color:#f68428;
  margin-top:5px;
}

#contenu_droit{
  margin-left:225px;
  width:725px;
  text-align:center;
  min-height:350px;
  background-repeat:no-repeat;
  background-position:bottom right;
  padding-bottom:228px;
  /*position:relative !ie;
  top:325px !ie;*/
  background-image:url(../images/s47_footerBleu.jpg);
}
#accueil_lucien p{
  text-align:center;
}
#contenu_droit a  {
  color:black;
  text-align:left;
  font-size:13pt;
  margin-left:20px;
}
#actif a {
  color:#f68428;
}
#contenu_droit p  {
  font-size:8pt;
}
#contenu_droit h1 {
  padding:0;
  padding-top:30px;
  margin-top:0;
  margin-bottom:5px;
  font-size:16pt;
  font-weight:bold;
}
#contenu_droit h3 {
  padding:0;
  font-size:12pt;
  font-weight:bold;
}
.txt_background img{
  float:left;
}
#partenaires{
  height:500px;
  background-color:green;
}
.txt_background p{
  width:480px;
  height:60px;
  margin-left:120px;
  padding-left:10px;
  margin-top:0px;
  background-image:url(../images/promotions/s47_capsule_promo.jpg);
  background-repeat:repeat-y;
  font-size:11pt;
}
.txt_background h2{
  width:480px;
  background-image:url(../images/promotions/s47_capsule_promo.jpg);
  background-repeat:repeat-y;
  padding-top:10px;
  padding-left:10px;
  padding-bottom:10px;
  margin-top:20px;
  margin-bottom:0px;
  margin-left:120px;
  font-size:12pt;

}
  #texte{
    margin-left:50px;
    width:625px;
    text-align:left;
  }
  #texte td{
    font-size:11px;
  }
  #footer{
    margin-left:225px; 
}

.clear{
  clear:both;
}

#myController{
  width:725px;
  margin-top:15px;
  margin-left:15px;
}
#jFlowSlide{
  margin-top:0px;
}
#map_wrap{
  background-image:url(../images/s47_map.jpg);
  background-position:top right;
  background-repeat:no-repeat;
}
#deco_wrapper{
  margin:auto;
  background-image:url(../images/s47_ombre.jpg);
  background-repeat: repeat-y;
  background-position: center;
}
#mainImg{
  border:none;
  margin-top:25px;
}
.jFlowControl{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.thumbnail{
  float:left;
}
#aImprimer{
  margin:0;
  padding:0;
  width: 2.5in;
  border: 2px dashed black;
  font-size:12pt;
  font-weight:bold;
  padding-left:2px;
}
#specialtempsfete{
    width:725px;
    margin-left:10px;
}
#specialtempsfete p{
    font-size:12pt;
    text-align: left;
}
#specialtempsfete li{
    list-style-type:disc;
    font-size:12pt;
    float:none;
    text-align:left;
}
#specialtempsfete ul{
    list-style-type:disc;
    font-size:12pt;
}

