/* Dernière modification : Eugène : 13 Décembre 2008 */

/* ALL */
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.contenu_div_roundex_box {
    margin : 0px;
    padding : 0 4 0 4;
    border : none;
    width : 98%;
    _width : 100%;
}

/* ORANGE */
.roundcont {
	background-color: #f90;
	color: #fff;
}

.roundtop { 
	background: url(../images/stillinc/tr_orange.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/stillinc/br_orange.gif) no-repeat top right; 
}

/* GRAY */

.roundcont_gray {
	background-color: #F7F7F7;
}

.roundtop_gray { 
	background: url(../images/stillinc/tr_gray.gif) no-repeat top right; 
}

.roundbottom_gray {
	background: url(../images/stillinc/br_gray.gif) no-repeat top right; 
}


/* WHITE */

.roundcont_white {
	background-color: #FFFFFF;
}

.roundtop_white { 
	background: url(../images/stillinc/tr_white.gif) no-repeat top right; 
}

.roundbottom_white {
	background: url(../images/stillinc/br_white.gif) no-repeat top right; 
}