/* CSS Document */

.dontprint {
	display: none;
}

.print {
	display: block;
}

/*
table {
	width: 600px;
}
*/

td, body, p {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #002e6b;

}

.italic {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #002e6b;
	font-style: italic;
	font-weight: bold;


}


.grasbleu {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #002e6b;
	font-weight: bolder;

}
.title {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #7f8f02;
	font-weight: bolder;
}
.titlitalic {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #7f8f02;
	font-weight: bolder;
	font-style: italic;
}

.titlebig {
	font-family: arial, sans-serif;
	font-size: 22px;
	color: #7f8f02;
	font-weight: bolder;
}

.title18bleu {
	font-family: Tahoma;
	font-size: 18px;
	color: #002e6b;
	font-weight: normal;
	margin-top: 20px;
}

.title18 {
	font-family: Tahoma;
	font-size: 18px;
	color: #7f8f02;
	font-weight: normal;
	margin-top: 20px;
}

.rouge {
	font-family: tahoma, arial, sans-serif;
	font-size: 9px;
	color: #ff0000;
	
}

.petitgris {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	
}

.petitblau {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #002e6b;
	
}
.petitpetit {
	font-family: tahoma, arial, sans-serif;
	font-size: 9px;
	color: #002e6b;
	
}

.exposant {
	font-family: tahoma, arial, sans-serif;
	font-size: 9px;
	color: #002e6b;
	text-transform: uppercase;
	
}

.blanc {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #3399CC;
	
}

.blancgrd {
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	
}

.blancgrdbold {
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bolder;
	
}

.bleugrd {
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	color: #002e6b;
	
}

.bleugrdbold {
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	color: #002e6b;
	font-weight: bolder;
	
}



.blancbold {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bolder;
	
}

.blancboldbig {
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bolder;
	
}

a.bold:link { color: #8a990d; text-decoration: underline; border: none; border: none; font-weight: bolder;}
a.bold:visited { color: #8a990d; border: none; font-weight: bolder;}
a.bold:hover { color: #E4A100; text-decoration: underline; border: none; font-weight: bolder;}
a.bold:active { color: #283152; border: none; font-weight: bolder;}

a:link { color: #8a990d; text-decoration: underline; border: none; border: none;}
a:visited { color: #8a990d; border: none;}
a:hover { color: #E4A100; text-decoration: underline; border: none;}
a:active { color: #283152; border: none;}

a.blanc:link { color: #ffffff; text-decoration: underline; border: none; border: none;}
a.blanc:visited { color: #ffffff; border: none;}
a.blanc:hover { color: #ffffff; text-decoration: underline; border: none;}
a.blanc:active { color: #ffffff; border: none;}

a.blancbold:link { color: #ffffff; text-decoration: underline; border: none; border: none; font-weight: bolder;}
a.blancbold:visited { color: #ffffff; border: none; font-weight: bolder;}
a.blancbold:hover { color: #ffffff; text-decoration: underline; border: none; font-weight: bolder;}
a.blancbold:active { color: #ffffff; border: none; font-weight: bolder;}



a.i:link {
	color: #8a990d;
	text-decoration: underline;
	border: none;
	border: none;
	font-style: italic;
}
a.i:visited { color: #8a990d; border: underline; font-style: italic;}
a.i:hover { color: #E4A100; text-decoration: underline; border: none; font-style: italic;}
a.i:active { color: #283152; border: none; font-style: italic;}
