@media screen {
    /* ############# PAGE PRODUIT ############# */
    /* PRIX DECATHLON */
    p.bloc-prix span.prix {
        font-size:12px;
        color:#1575b7;
        font-weight:bold;
        float:left;
        margin-top:6px;
    }
    
    p.bloc-prix span.prixDecathlon a.lienPictoPrix,
    p.bloc-prix span.prixKoodza a.lienPictoPrix {
        margin-left:5px;
        text-align:center;
        float:right;
    }
    p.bloc-prix span.prixDecathlon a.lienPictoPrix,
    p.bloc-prix span.prixKoodza a.lienPictoPrix {
        color:#fff !important;
    }
    p.bloc-prix span.prixDecathlon a.lienPictoPrix:hover,
    p.bloc-prix span.prixKoodza a.lienPictoPrix:hover {
        text-decoration:underline;
        color:#fff;
        cursor:pointer;
    }
    p.bloc-prix span.prixDecathlon a.lienPictoPrix img,
    p.bloc-prix span.prixKoodza a.lienPictoPrix img {
        float:left;
    }
    p.bloc-prix span.prixDecathlon a.lienPictoPrix span,
    p.bloc-prix span.prixKoodza a.lienPictoPrix span {
        color:#fff;
        background-image:url(../images/static/barre-grise.gif);
        background-position : top right;
        background-repeat:no-repeat;
        margin:0px !important;
        height:17px;
        font-size:12px;
        padding:2px 10px 8px 5px;
        line-height:11px;
        width:75px;
        float:left;
    }
    p.bloc-prix span.prix span {
        font-size:11px;
    }
    p.bloc-prix a {
        text-decoration:none;
        color:#e53e38;
    }
    p.bloc-prix span.prixDecathlon a, p.bloc-prix span.prixKoodza a{
        color:#636363;
        text-decoration:none;
        margin-bottom:2px;
        float:left;
    }
    p.bloc-prix span.prixDecathlon a:hover, p.bloc-prix span.prixKoodza a:hover{
        text-decoration:underline;
    }    
    dt.ou-acheter p.libJurPrix{
        float:left;
        width:200px;
        font-size:9px;
    }
    div#body-page.page-produit div#body-page-texte div.bandeau-d div.infos-produit dl dt.ou-acheter p span.liv {
        clear:both;
        float:left;
        font-size:9px;
        margin:0;
        width:auto;
    }
    div#body-page.page-produit div#body-page-texte div.bandeau-d div.infos-produit dl dt.ou-acheter p span span {
        margin:0;
    }
    div#body-page.page-produit div#body-page-texte div.bandeau-d div.infos-produit dl dt.ou-acheter p.bloc-prix span.prixKoodza a.lienPictoPrix {
        margin-left:-7px;
        margin-top:-15px;
        *margin-left:7px;
        *margin-top:0pt;
    }
    
    /* AUTRES PRIX */
    p.bloc-autre-prix{
        margin:0;
    }
    p.bloc-autre-prix #message-new{
        float:left;        
    }
    p.bloc-autre-prix #message-new a{
        text-decoration:none;
        color:#1575b7;
        font-weight:bold;
    }
    p.bloc-autre-prix #skimium{
        float:left;
        margin-top:0px;
    }    
    p.bloc-autre-prix #skimium a{
        text-decoration:none;
        color:#e53e38;
        font-weight:bold;
    }
    
    /* ############# PAGE MES FAVORIS ############# */
    /* PRIX DECATHLON */
    div.page-favoris dt.ou-acheter{
        height:115px;
    }
    div.page-favoris dt.ou-acheter span.prix {
        font-size:12px;
        color:#1575b7;
        font-weight:bold;
    }
    div.page-favoris dt.ou-acheter span.prix span {
        font-size:11px;
    }
    div.page-favoris dt.ou-acheter a {
        text-decoration:none;
        color:#636363;
    }
    div.page-favoris dt.ou-acheter div.prixDecathlon, dt.ou-acheter div.prixKoodza{
        margin-bottom:10px;
    }
    div.page-favoris dt.ou-acheter div.prixDecathlon a, dt.ou-acheter div.prixKoodza a{
        color:#636363;
        text-decoration:none;
        margin-bottom:2px;
    }
    div.page-favoris dt.ou-acheter div.prixDecathlon a:hover, dt.ou-acheter div.prixKoodza a:hover{
        text-decoration:underline;
    }
    
    /* ############# PAGE GDBC ############# */
    /* PRIX DECATHLON */
    .page-gdbc .bloc-prix{
        float:left;
        width:150px;
        clear:both;
        margin-left:5px;
        padding:5px 0 0 0;
        background-color:#ececec;
    }
    .page-gdbc p.bloc-prix span.prix, .page-gdbc p.bloc-prix span.liv {
        font-size:12px;
        color:#1575b7;
        font-weight:bold;
        width:150px;
        position:relative;
    }
    .page-gdbc p.bloc-prix span.liv {
        font-size:10px;
    }
    .page-gdbc p.bloc-prix span.prix span {
        font-size:11px;
    }
    .page-gdbc p.bloc-prix a {
        text-decoration:none;
        color:#e53e38;
    }
    .page-gdbc p.bloc-prix span.prixDecathlon, .page-gdbc p.bloc-prix span.prixKoodza{
        background:#ececec; 
    }
    .page-gdbc p.bloc-prix span.prixDecathlon a, .page-gdbc p.bloc-prix span.prixKoodza a{
        color:#636363;
        text-decoration:underline;
        margin-bottom:2px;
        padding-top:5px;
        float:left;   
        width:150px;        
    }
    .page-gdbc p.bloc-prix span.prixDecathlon a:hover, .page-gdbc p.bloc-prix span.prixKoodza a:hover{
        text-decoration:none;
    }
    .page-gdbc p.libJurPrix{
        font-size:8px;
        width:150px;
        margin:2px 0 0 5px;
        float:left;
    }   
    span.deee{
        font-size:10px;
        margin:0pt!important;
    }
}
    
