/*déclarations rangées*/

.wrapper {
  width:100%;
  margin-right: auto;
  margin-left: auto;
}

.itembloc {
  width:33%;
  height:155px;
  display:inline;
  float:left;
  margin-bottom:2em;
  padding-top:1em;
  overflow:hidden;
  border:1px solid white;
  /*display:table-row;*/
}

#articlebloc {
    height:100%;
    width:738px;
    overflow:auto;
    text-align:center;
    position:relative;
    z-index:20;
    clear:both;
    font-size: 11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:lighter;
    border-top: solid 1px #7e7356;
    border-left: solid 1px #7e7356;
    border-right: solid 1px #7e7356;
}
.imgarticle {
    width:13%;
    /*display:inline-block;*/
}
.imgarticle,
.txtarticle {
    height:135px;
    float:left;
    position:relative;
}
.centreur a {
    text-decoration:none;
    text-align: left;
    display: block;
    position: relative;
}
.centreur a span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-top:15%;
    position: absolute;
    left: 0px;
    width: 100%;
    cursor: pointer;
}
.texteblanc {
    text-align:center;
    position:absolute;
    display:block;
    height:100%;
    width:100%;
    /*font-size: 145px;*/
}
.txtarticle {
    background-color:#FFFFFF;
    margin-bottom:5px;
    width:18%;
    display:inline-block;
}

.titreproduit {
    display:block;
    clear:both;
    overflow:hidden;
    width:100%;
    text-align:center;
    font-size: 11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
    font-weight:lighter;
    padding-left:1px;
}

/* déclarations inutiles ? */
/*.texteproduit {
    text-align:left;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#444444;
    font-weight:lighter;
    margin-top:10px;
}*/

#subnavmenu {
    top:0px;
    z-index:0;
}

#trail {
  top:51px;
}

