/* STYLE POPUP */

#popup_miniature{
    width: 996px;
    background-color: #f5f5f5;
    border: 1px solid #999999;
}

#header_popup{
    width: 996px;
    height: 65px;
    background: url("/img/popup/bg_header.png") no-repeat;
    position: relative;
    text-align: center;
    padding-top: 42px;
}

#annee{
    position: absolute;
    top: 19px;
    left: 42px;
}

#annee p{
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: #00b8e1;
}

#marque {
	margin-top:17px;
}
#marque p{
    font-family: LucidaSansUnicode, Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #dcdcd5;
}

#btn_close{
    width: 75px;
    height: 16px;
    background: url("/img/popup/btn_close.png") no-repeat;
    position: absolute;
    top: 31px;
    right: 31px;
}

#btn_close span{
    display: none;
}

#btn_close:hover{
    cursor: pointer;
}

#content_popup{
    text-align: center;
}

#content_popup img{
    margin: 0 auto 0 auto;
    border: 1px solid #999;
    display: inline-block;
}

#content_popup ul{
    width: 884px;
    height: 86px;
    list-style-type: none;
    text-align: left;
    margin-left: 105px;
    padding: 0px;
}

#content_popup li{
    width: 221px;
    height: 43px;
    float: left;
    margin-bottom: 10px;
    display: block;
}

#footer_popup{
    width: 996px;
    height: 82px;
    background: url("/img/popup/bg_footer.png") no-repeat;
}

p.legende{
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 10px;
    color: #444444;
    text-transform: uppercase;
}

p.valeur{
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 11px;
    color: #929292;
    line-height: 10px;
    margin-left: 10px;
		padding-top: 7px;
}

span.barre_verticale{
    font-weight: normal;
    color: #00b8e1;
}
