/*

*, html {
    margin: 0;
    padding: 0;
}

*/

/**************************************************************

    Image Menu
    v 2.3

**************************************************************/


.imageMenu {
    position: relative;
    width: 500px;
    height: 220px;
    overflow: hidden;
    border:1px solid;
    margin: 0 auto;
}

.imageMenu ul {
    list-style: none;
    margin: 0px;
    display: block;
    width: 1098px;
    padding: 0;
    }

.imageMenu ul li {
    float: left;
    list-style: none;
    background:transparent;
    margin: 0;
    padding: 0;
}

.imageMenu ul li div,
.imageMenu ul li img {
    text-indent: -1000px;
    border-right: 2px solid #fff;
    cursor:pointer;
    display:block;
    overflow:hidden;
    /*width:89.16px;*/ /* A utiliser quand il y a 6 promos sur la page d'accueil des domaines  */
    /*width: 106px;*/ /* A utiliser quand il y a 5 promos sur la page d'accueil des domaines  */
    /*width: 250px;*/ /* A utiliser quand il y a 2 promos sur la page d'accueil des domaines  */
    width: 168px; /* A utiliser quand il y a 3 promos sur la page d'accueil des domaines  */
    height: 220px;
    background-repeat: no-repeat;
    background-position: 0 0 ;
    background-color: transparent;
}


.imageMenu ul li div a {
width:100%;
height:100%;
display:block;

}
.imageMenu ul li.promo1 div {
    background-image: url('../../../images/domains/index/dotinfo.jpg');
}

.imageMenu ul li.promo2 div {
    background-image: url('../../../images/domains/index/dotfrbenetinfo.jpg');
}

.imageMenu ul li.promo3 div {
    background-image: url('../../../images/domains/index/dotme.jpg');
}

/*.imageMenu ul li.promo4 div {
    background-image: url('../../../images/domains/index/dotpro.jpg');
}*/

.imageMenu ul li.promo5 div {
    background-image: url('../../../images/domains/index/dotcom.jpg');
}

.imageMenu ul li.promo6 div {
    background-image: url('../../../images/domains/index/doteu.jpg');
}

.imageMenu ul li.promo7 div {
    background-image: url('../../../images/domains/index/sunrise.jpg');
}

.imageMenu ul li.promo8 div {
    background-image: url('../../../images/domains/index/dotca.jpg');
}

.imageMenu ul li.promo9 div {
    background-image: url('../../../images/domains/index/dotco-899.jpg');
}

.imageMenu ul li.promo10 div {
    background-image: url('../../../images/domains/index/doteu-free.jpg');
}

.clear {
    clear: both;
}

/*************************************************************/

