TD {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}

a {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
a:link {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
	color: #003433;
	font-size: 13px;
	font-weight: bold;
}
a:active {
	color: #003433;
	font-size: 13px;
	font-weight: bold;
}
.lienbaspage {
	color: #000000;
	font-weight: regular;
	font-size: 11px;
	text-decoration: underline;
}
.lienbaspage:link {
	color: #000000;
	font-weight: regular;
	font-size: 11px;
	text-decoration: underline;
}
.lienbaspage:hover {
	color: #427C7C;
	font-weight: regular;
	font-size: 11px;
	text-decoration: underline;
}
.lienbaspage:active {
	color: #427C7C;
	font-weight: regular;
	font-size: 11px;
	text-decoration: underline;
}
.lienblanc {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.lienblanc:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.lienblanc:hover {
	color: #D6D6D6;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.lienblanc:active {
	color: #D6D6D6;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.textepage {
	text-align: justify;
}

.textepagebold {
	font-weight: bold;
	color: #000000;
}
.textepagevert {
	color: #003433;
	font-weight: bold;
}
.textepagerouge {
	color: #B31515;
	font-weight: bold;
}
.textepageblanc {
	color: #FFFFFF;
	font-weight: bold;
}
.textepageorange {
	font-weight: bold;
	color: #D4610E;
}
.textepageorange02 {
	font-weight: bold;
	color: #FFA800;
}

.tab {
	border-top: 1px solid #003433;
	border-right: 1px solid #003433;
	border-bottom: 1px solid #003433;
	border-left: 1px solid #003433;
}
.baspage {
	font-size: 11px;
	font-weight: regular;
	color: #000000;
	line-height: 14px;

}

.champ {
	border-right: #2a241e 1px solid;
	border-top: #2A241E 1px solid;
	border-left: #2A241E 1px solid;
	border-bottom: #2A241E 1px solid;
	background-color:	#FFFFFF;
}

.textepagepetit {
	font-size: 12px;
	text-align: justify;
}
.print {
    display: none;
}
@media print {
    .tab, table {
        border: none;
    }
    table, td {
        width: auto;
        background-color: #FFFFFF;
    }
    .print {
        display: inline;
    }
    .noprint {
        display: none;
    }
}