/********************** Mise en page ********************/
body {
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	background-image: url(../visu/commun/image-fond-body.gif);
	color: #1A171B;
}

.center_page {
  text-align: center;
}
.image_gauche {
  padding: 5px;
  float: left;
  font-size: 9px;
  font-style: italic;
}
.image_droite {
  padding: 5px;
  float: right;
  font-size: 9px;
  font-style: italic;
}
h1 {
  font-size: 14px;
  font-weight: bold;
  color: #771c7f;
}
ul {
  list-style-type: disc;
  list-style-image: url(../visu/commun/puce.gif);
}
ul li {
  margin-bottom: 4px;
}
a, a:active, a:focus, a:visited {
  color: #4cb847;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
 color: #883f8e;
}


.page {
  width: 950px;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url(../visu/commun/fd_page.gif);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.header {
  width: 945px;
  height: 200px;
  background: url(../visu/commun/header_haut.jpg) no-repeat;
}
  #menu {
    position: relative;
    top: 95px;
  }
    #menu ul {
      margin: 0px 0px 0px 5px;
      padding: 0px;
      list-style: none;
    }
    #menu ul li {
      font-weight: bold;
      text-align: center;
      float:left;
      cursor: pointer;
    }
    .menu_margin_left {
      margin-left: 5px;
    }
    
    #menu a, #menu a:active, #menu a:focus, #menu a:visited {
      width: 152px;
      height: 68px;
      color: #771c7f;
      text-decoration: none;
      background: url(../visu/commun/menu_item.png) no-repeat;
      background-position: top;
      display: block;  
    }
    #menu a:hover {
      color: #FFF;
      text-decoration: none;
      background: url(../visu/commun/menu_item.png) no-repeat;
      background-position: bottom;
    }
    

.content {
  padding: 0px 30px 30px 30px;
}
  #listes {
    width: 400px;
    margin-right: 20px;
    float: left;
  }
    #listes a, #listes a:active, #listes a:focus, #listes a:visited {
      color: #000;
      font-weight: normal;
      text-decoration: none; 
    }
    #listes a:hover {
     text-decoration: underline; 
    }
    
    .txt_vert {
      color: #4cb847;
    }
    
    
    /**** POPUP ****/
    #popup {
      width: 452px;
      float: left;
    }
    
    .bloc_nav {
      padding-bottom: 10px;
    }
    .bloc_nav_title {
      float: left;
      margin-right: 10px;
    }
      #title_category {
        padding-left: 25px;
        color: #999;
      }
    .bloc_nav_crochet {
      float: left;
    }
      #crochet_g {
        width: 9px;
        height: 13px;
        background: url(../visu/popup/crochet_g.gif) top left;
        margin-right: 10px;
        float: left;
        cursor: pointer;
      }
      #crochet_d {
        width: 9px;
        height: 13px;
        background: url(../visu/popup/crochet_d.gif) top left;
        float: left;
        cursor: pointer;
      }
    
    .bloc_top {
      width: 452px;
      height: 50px;
      background: url(../visu/popup/bloc_top.gif) no-repeat;
    }
    .bloc_mid {
      width: 452px;
      padding-left: 25px;
      padding-right: 25px;
      background: url(../visu/popup/bloc_mid.gif) repeat-y;
    }
      .nav {
        padding-top: 25px;
        padding-left: 180px;
      }
      #nav_g {
        width: 18px;
        height: 32px;
        background: url(../visu/popup/nav_gauche.gif) top left;
        margin-right: 20px;
        float: left;
        cursor: pointer;
      }
      #nav_d {
        width: 18px;
        height: 32px;
        background: url(../visu/popup/nav_droite.gif) top left;
        float: left;
        cursor: pointer;
      }
    .bloc_bot {
      width: 452px;
      height: 50px;
      background: url(../visu/popup/bloc_bot.gif) no-repeat;
    }
    
    .bloc_photo {
      width: 402px;
      text-align: center;
    }
      .photo_on {
        margin-bottom: 10px;
      }
      .photo_off {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        cursor: pointer;
      }
      .nom_ref {
        font-weight: bold;
        margin-bottom: 10px;
      }
      .desc_photos {
        color: #83378a;
        margin-bottom: 40px;
      }  
      
    .bloc_desc {
      padding-left: 60px;
    }
    
    #close {
      width: 10px;
      height: 10px;
      background: url(../visu/popup/close.gif) top;
      margin-right: 25px;
      float: right;
    }

#footer {
  font-size: 11px;
  color: #FFF;
  padding: 20px;
}
  #footer a, #footer a:active, #footer a:focus, #footer a:visited {
    color: #4cb847;
    text-decoration: none;
    font-weight: bold;
  }
  #footer a:hover {
   text-decoration: underline;
}
