body {
	font-family: arial; 
	font-size: 10pt; 
	background-color: #e3efff;
}
.toprint {
	background-color: #FFFFFF;
}

@media print { .noprt {display:none} }

table, td {	
	font-family: arial; 
	font-size: 10pt; 
	color: #000000
}

.corps {
	font-family: arial; 
	font-size: 10pt;
}

.corps:hover {
	font-family: arial; 
	font-size: 12pt;
}

.slogan{
	color: #D0AF79;
}

.error{
	color: #FF0000;
	text-decoration: line-through;
	bgcolor: yellow;
}

.date{
	font-weight: bold; 
	color: #FFFFFF;
}

.menu{
	font-size: 80%; 
	color: #000000;
}

.80pourcent{
	font-size: 80%; 
	color: #000000;
}

.timestamp{
	font-size: 80%; 
	color: #D0AF79;
}

.titre_sidebar{
	font-size: 100%; 
	background-color: #D0AF79;
	color: #FFFFFF;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000; 
	margin-bottom: 0px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000; 
	margin-bottom: 0px;
}

p {
	color: #000000
}

div {
	color: #ffffff
}

a {
	color: #000000;  
	text-decoration: none;
}

a:hover {
	color: #D0AF79;  
	text-decoration: none;
}

a.bottom {
	font-size: 80%; 
	color: #D0AF79;  
	text-decoration: underline;
}