
/********/
/* page */
/********/

body {
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: #000000;
}

a {
	color: #000000;

}

/********/
/* text */
/********/

#textnns {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

#textnnn {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
}

#textinn {
        font-family: Arial;
        font-size: 13px;
        font-weight: normal;
	color: #FFFFFF;
}

#textinn a {
	color: #FFFFFF;
	text-decoration: none;
}

#textnbn {
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
}

#textibn {
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
}

#textibn a {
        color: #FFFFFF;
        text-decoration: none;
}
	
#textnnb {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
}

#textinb {
        font-family: Arial;
        font-size: 15px;
        font-weight: normal;
        color: #FFFFFF;
}

#textibb {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
}

#textibb a {
        color: #FFFFFF;
        text-decoration: none;
}

#textnbb {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
}

/***********/
/* onglets */
/***********/

#tabon {
	background-color: #DC214C;
	padding: 0px;
	text-align: top;
	font-size: 12px;
	color: #FFFFFF;
}

#taboff {
        background-color: #8E84B8;
        padding: 0px;
        text-align: top;
	font-size: 12px;
	color: #FFFFFF;
}
	
div.tab_ul {
        height: 4px;
        background: url(/images/tab_ul.gif) no-repeat top left;
}

div.tab_ur {
        height: 4px;
        background: url(/images/tab_ur.gif) no-repeat top right;
        padding: 0px 4px 0px 4px;
}

div.tab_uc_on {
	border-top: 1px solid #DC214C;
	}

div.tab_text_on {
        cursor: pointer;
        border-left: 1px solid #DC214C;
        border-right: 1px solid #DC214C;
        padding: 0px 17px 2px 17px;
}

div.tab_uc_off {
        border-top: 1px solid #8E84B8;
}

div.tab_text_off {
        cursor: pointer;
        border-left: 1px solid #8E84B8;
        border-right: 1px solid #8E84B8;
        padding: 0px 17px 2px 17px;
}

/***********/
/* table 1 */
/***********/

table.table1 td.header {
        border:1px solid #999999;
        background-color: #DAD9E1;
}

table.table1 td.line {
        border-bottom:1px solid #999999;
}

/***********/
/* table 2 */
/***********/

table.table2 {
	border: 1px solid #DC214C;
}

table.table2 td.header {
	background-color: #DAD9E1;
}

table.table2 td.line {
        background-color: #E9E8EC;
	border-top:1px solid #999999;
}

table.table2 td.line2 {
        border-bottom:1px solid #999999;
}

/***********/
/* table 3 */
/***********/

table.table3 {
	border-bottom: 1px solid #DC214C;
	border-left: 1px solid #DC214C;
	border-right: 1px solid #DC214C;
}

table.table3 td.header {
        background-color: #DAD9E1;
}

table.table3 td.line {
        background-color: #E9E8EC;
        /* border-top:1px solid #999999; */
}

