

.menu_lateral ul {
    margin: 10px 5px 10px 30px;
    padding: 0;
    list-style-type: disc;
}


.univers h2 {margin: 20px 0px 10px 0px;}
.univers_livraison {text-align: center}

#papier .univers div img {border: none;}

p.warning {
    box-sizing: content-box;
    margin: 10px 20px 20px 20px;
    padding: 10px;
    text-align: center;
    background-color: #ffff00;
}

.cache {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

#papier .univers div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 180px;
}

#papier .univers div p:nth-of-type(2) {
    position: absolute;
    top: 20px;
    left: 100px;
    width: 120px;
    background-color: white;
    padding: 1px 0 4px 0;
    border: 1px solid #999999;
    cursor: pointer;
    text-align: left;
    z-index: 20;
}


.carte_h2 {
    margin-bottom: 20px;
}

.carte {
    display: inline-block;
    position: relative;
    width: 220px;
    text-align: center;
    height: 260px;
    vertical-align: top;
}

.carte:hover {
    cursor: pointer;
}

.carte a {
    color: #666666;
}

.carte img {
    margin: 5px auto 10px auto;
    display: block;
    box-shadow: 2px 2px 10px;
    height: 120px;
}


.carte p {
    margin: 0;
    padding: 0 5px 0 5px;
    font-weight: normal;
    font-size: 12pt;
    line-height: normal;
}

.carte img + p {
    font-weight: bold;
    font-size: 13pt;
    color: #930000;
}

.carte p:nth-of-type(3) {
    position: absolute;
    top: 20px;
    left: 100px;
    width: 100px;
    background-color: white;
    padding: 1px 0 4px 0;
    border: 1px solid #999999;
    cursor: pointer;
    z-index: 20;
}


