/* CSS Document */

body{
    margin: 0;  padding: 0;
    /*background-color: #01023A;*/
    background-color: #4B74AF;
    color: #FFF;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

#global{
    width: 1000px;
    margin: 0 auto 0;
}

#footerLongText{
    width: 1000px;
    margin: 200px auto 0;
}

img{
    border: 0;
}

a{
    color: #FFF;
    text-decoration: none;
}

a:visited{
    color: #FFF;
}

a:hover{
    color: #010165;
}

p{
  margin: 0; padding: 0;
}

.vert{
  color: #176480;
}

/* header */

#header{  
  position: relative;
  height: 110px;
  background-color: #5872AB;
  text-align: right;  
}

#logo{
  position: absolute;
  top: 10px;  left: 10px;
  width: 158px;  height: 90px;
}

div#slogan{
  position: absolute;
  top: 20px; right: 5px;
}

h1{
  margin: 0; padding: 0;
  font-size: 20px;
}

h2{
  margin: 0; padding: 0;
  font-size: 16px;
  font-style: italic;
}

#nav1{
  position: absolute;
  bottom: 2px; right: 5px;
  text-align: right;  
  font-size: 13px;
}

#nav1 a{    
  font-weight: bold;
  margin-left: 7px;
}

/* slideshow */

#slideshow {
    position:relative;
    width: 1000px;
    height: 243px;
    *font-size: 1%;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

/* titres des rubriques */
#titresRubriques{  
  padding: 5px 0 5px 10px;
  font-size: 15px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  background-color: #4B6695;
}

#titresRubriques p{
  float: left;
  width: 320px;
  margin-right: 10px;
  background: #4B6695 url(img/soulignement.jpg) repeat-x bottom left;
}

#titresRubriques p a{
  color #FFF;
  background: #4B6695;
  padding-right: 2px;
  text-decoration: none;
}

#titresRubriques p a:hover{
  color: #FFF;
}

/* rubriques */

#rubriques{  
  overflow: hidden;
  _height: 1%; /* ie6 */
  width: 990px;
  padding: 10px 0 10px 10px;  
  background-color: #647DA5;
}

#rubriques div.rubrique{  
  overflow: hidden;
  _height: 1%; /* ie6 */
  float: left; 
  margin-right: 10px;
  padding: 5px;
  width: 310px; 
  height: 225px;
  background-color: #7E92B5;
}

#rubriques div.actus img{
  float: left;
  width: 100px;
  padding-right: 5px;
  padding-bottom: 5px; 
}

#rubriques div.actus a{
  color: #176480;
}

#rubriques div.actus p{
  margin-left: 105px;
}

#rubriques div.actus p.titreActu{
  margin-bottom: 5px;  
} 

#rubriques div.actus div.ligneSeparatrice{
  width: 100%;
  height: 8px;
  margin-bottom: 5px;
  background: url(img/barre-separation.jpg) no-repeat top left;
}

#rubriques div.rando p{
  margin-bottom: 5px;
}

#rubriques div.rando p.accrocheRando{
  margin-bottom: 10px;
}

#rubriques div.rando p#titreRando{
  font-weight: bold;
  text-align: center;
}

#rubriques div.rando #descriptionRando{
  text-align: left;
  font-size: 11px;
}

#rubriques div.rando #diaporamaRando{
  text-align: center;
  margin-bottom: 5px;
  width: 225px;
  height: 115px;
  overflow: hidden;
}

#rubriques div.rando #diaporamaRando img{
  width: 225px;
}

#rubriques div.boutique p.accrocheBoutique{
  margin-bottom: 15px;
}

#rubriques div.boutique div{
  float: left;
  margin-right: 5px;
  width: 100px;
  font-size: 11px;
}

#rubriques div.boutique div img{
  height: 100px;
  width: 100px;
}

#rubriques div.boutique div p{
  margin-bottom: 5px;
  text-align: center;
}

#rubriques div.boutique div p.prixArticle{
  font-weight: bold;
}

#rubriques div.boutique div.last{
  margin-right: 0;
}

/* footer */

#footer{    
  padding: 5px;
  font-size: 13px;
  color: #FFF;
  background-color: #4B6695;
}

/* liens footer */

#idilink{
  float: right;
  margin-top: 4px;  
  margin-left: 15px;
  margin-right: 5px;
  text-align: right;
  font-size: 11px;
}

#nav2{
  float: right;  
  margin-top: 3px;
  margin-right: 7px;
  text-align: right;
}

#nav2 a{    
  font-weight: bold;
  margin-left: 7px;
}

span.separator{
  margin-left: 7px;
  font-weight: bold;
}

/* newsletter */

#newsletter{
    padding-left: 5px;
}

#newsletter form{
    display: inline;
    margin: 0;  padding: 0;
}

#email{    
    margin: 0;  padding: 0;    
    color: #11405e;
    text-align: center;   
}

#submitNewsletter{
  border: 1px solid #4B6695; 
  margin: 0; padding: 0;
  width: 23px;
  height: 22px;
  background: url(img/newsletter-ok-.jpg) no-repeat top left;
  text-indent: -5000px;
}
