﻿/********************

	CSS des cadres
	arrondis blancs

	2008-04-10

*********************/

.roundedWhiteFrame {
	border-collapse: collapse;
}
.roundedWhiteFrame td {
    border-collapse: collapse;
}

.roundedWhiteFrame_nw {
    width: 5px;
    height: 5px;
    background: url(../images/cadreTT_r1_c1.png) no-repeat left top transparent;
}
.roundedWhiteFrame_n {
    height: 5px;
    background: url(../images/cadreTT_r1_c2.png) repeat-x center top transparent;
}
.roundedWhiteFrame_ne {
    width: 5px;
    height: 5px;
    background: url(../images/cadreTT_r1_c3.png) no-repeat right top transparent;
}


.roundedWhiteFrame_mw {
    width: 5px;
    background: url(../images/cadreTT_r2_c1.png) repeat-y left top transparent;
}
.roundedWhiteFrame_m { background: white; }
.roundedWhiteFrame_me {
    width: 5px;
    background: url(../images/cadreTT_r2_c3.png) repeat-y right top transparent;
}


.roundedWhiteFrame_sw {
    width: 5px;
    height: 5px;
    background: url(../images/cadreTT_r3_c1.png) no-repeat left top transparent;
}
.roundedWhiteFrame_s {
    height: 5px;
    background: url(../images/cadreTT_r3_c2.png) repeat-x center top transparent;
}
.roundedWhiteFrame_se {
    width: 5px;
    height: 5px;
    background: url(../images/cadreTT_r3_c3.png) no-repeat right top transparent;
}

