
div.HomeRongeur table {
    width:940px;
    height:348px;
}

table.HomeRongeur td {
    text-align: center;
}


.ModuleGris940 {
    line-height:1.5em;
    margin: 0 auto;
    background: transparent url(/images/layout/HomeRongeur_fond.png) no-repeat scroll left top;
    width:920px;
    height: 348px;
    color:#323232;
    padding: 10px;
	clear:both;
}

.HomeRongeur a {
    color: #008ebd;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width:180px;
    background: transparent url(/images/layout/HomeRongeur_bg.png) no-repeat scroll top left;
}

table.HomeRongeur a:hover {
    background: transparent url(/images/layout/HomeRongeur_bg.png) no-repeat scroll top right;
}

table.HomeRongeur span.plus {
    display: none;
    width:180px;
    height:18px;
    z-index:100;
    visibility: hidden;
}

table.HomeRongeur a:hover span.plus {
    background: transparent url(/images/layout/HomeRongeur_plus.png) no-repeat scroll 28px 0;
    display: block;
    visibility: visible;
}
table.HomeRongeur a:hover span.nom {
    display: none;
}
