.img-vng {width:32px;height:25px;}


header {
    width: auto;
    height: 150px;
    padding: 5px 5px 0 5px;
    margin-bottom:10px;
    background-image:url(../images/ciel.png);
    border-radius: 5px;
}
body {
    width: auto;
    background: #63C6F2;
    border-radius: 5px;
    height : 900px;
}

footer {

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-image: url(../images/herbes.png);
    box-sizing: border-box;
}

#span_connexion {
    font-weight: bold;
    margin: 0px 10px 0 0;
    padding: 5px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #FEFEB1, #BFBF01);
    float: right;
}

#menu {
    margin-top: 55px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(to bottom, #FEFEB1, #BFBF01);
    border-radius: 5px;
    clear: both;
    text-align: center;
    font-weight: bold;
}

#menu ul {
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}
#menu ul li {
    width: 280px;
    margin-right: -5px;
    border-left: 1px solid black;
    display: inline-block;
    background: linear-gradient(to bottom, #FEFEB1, #BFBF01);
}

#menu ul li:first-child {
    border-left: none;
}

#menu ul li:hover {
    background : #CECECE;
}

#menu ul li ul {
    display: none;
}

#menu ul li:hover ul {
    display: block;
    position: absolute;
}

#menu ul li ul li {
    display: block;
    width: 280px;
    border: none;
    background :linear-gradient(to bottom, #FEFEB1, #BFBF01);
}

#menu a {
    text-decoration: none;
    color: black;
}

#div_register {
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

#span_register {
    display: inline-block;
    width: 200px;
}

#div_footer {
    margin-left: auto;
    margin-right: auto;
    width:800px;
    height: 40px;
    line-height: 40px;
    margin-top: 100px;
    text-align: center;
    font-weight: bold;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: white;
}

#div_footer ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

#div_footer a {
    text-decoration: none;
    display: block;
}

#div_footer a:link {
    color: blue;
}

#div_footer a:visited {
    color: purple;
}

#div_footer a:active {
    color: red;
}

#div_footer ul li {
    display: inline-block;
    margin-right: -5px;
    border-left: 1px solid grey;
    width: 160px;
}

#div_footer ul li:first-child {
    border-left: none;
}

#div_footer ul li:hover {
    background-color: #CECECE;
}

#naviggenre {background-color:#CCC;}

.art-vignette{
    float:left;text-align:center;
    margin: 5px 25px 5px 25px;
    width:300px;height: 300px;
}
.art-vignette .barrenaviggenre{

    width:250px;height: 200px;

}

#topLinks ul {
    list-style-type: none;
}

#topLinks li {
    display:inline-block;
    margin:0 0 0 10px;
    font-weight:100;
}

#topLinks li img{
    vertical-align:top;
}

#topLinks a{
    text-decoration:none;
    color:#69696c;
}

#panier{
    font-weight:100;
}

.left {
    float: left;
}

.right {
    float: right;
}

.panier{
    margin-left: 46px
}

.taille_image
{
    width: 50%;
}

.taille_panier
{
    width: 90px;
    height: 80px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #FEFEB1, #BFBF01);
    float: right;
    text-align: center;
}

.taille_drapeau
{
    width: 50px;
    height: 33px;
    border-radius: 5px;
}
.taille_panier a
{
    z-index: 2;
    position: relative;
    height: 80px;
    display: block;
}

#strong_panier
{
    z-index: 1;
    position: relative;
    top: -40px;
}
.padding_li a {
    display: block;
}
#viewaccueil
{border:4px solid grey }

#resultsearch
{border:2px solid grey;
 width:800px;
 display:block;
 margin: auto;
}