div.int_sup_g {
        background-image: url('../images/bloc_intern/int_sup_g.jpg');
        background-position: top left;
        background-repeat: no-repeat;
        height: 20px;
        margin-left: -6px;
}

div.int_sup_d {
        background-image: url('../images/bloc_intern/int_sup_d.jpg');
        background-position: top right;
        background-repeat: no-repeat;
        height: 20px;
        margin-right: -6px;
        position: relative;
        z-index: 10; /* Fix pour IE parce qu'il met ça sous le shadow latéral... */
}

div.int_contenu {
        width: 98%;
        padding-left: 8px;
        padding-right: 8px;
}

div.int_inf_g {

        background-image: url('../images/bloc_intern/int_inf_g.jpg');
        background-position: bottom left;
        background-repeat: no-repeat;
        height: 20px;
        margin-left: -6px;
}

div.int_inf_d {
        background-image: url('../images/bloc_intern/int_inf_d.jpg');
        background-position: bottom right;
        background-repeat: no-repeat;
        height: 20px;
        margin-right: -6px;
        position: relative;
        z-index: 10; /* Fix pour IE parce qu'il met ça sous le shadow latéral... */
}

div.int_m_d {
        background-image: url('../images/bloc_intern/int_m_d.jpg');
        background-position: bottom right;
        background-repeat: repeat-y;
        padding-right: 6px;
}

div.int_m_g {
        background-image: url('../images/bloc_intern/int_m_g.jpg');
        background-position: bottom left;
        background-repeat: repeat-y;
        padding-left: 6px;
}

.int_inf_m{
        background: url('../images/bloc_intern/int_inf_m.jpg') center bottom repeat-x;
}

.int_sup_m {
		
		background: url('../images/bloc_intern/int_sup_m.jpg') center top repeat-x;
        background-color: #eaf4f3;
        margin-left: 3px;
}
