.marque_list {}
.marque_list a{
    margin: 0 5px 5px 0;
}
.marque_list a img {
    max-width: 150px;
}

.marque_view {}
.marque_view h1{
    margin-bottom: 10px;
}
.marque_view .logo_marque{
    float: left;
    margin: 0 15px 0 0;
}
.marque_view .logo_marque img{
    max-width: 150px;
}
.marque_view .info_marque{
    /*float: left;
    width: 560px;*/
    text-align: justify;
}

.col3-layout .marque_view .info_marque{
    width: 430px;
}


.marque_list_footer {
    clear: both;
    margin-top: 10px;
}
.marque_list_footer a{
    margin: 0 5px 5px 0;
}
.marque_list_footer a img {
    max-width: 100px;
}



.clear {
    clear: both;
}