body, input, table {
	font-size: 9pt; 
	color: #000000; 
	font-family: Verdana;
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
}

form {
	margin: 0px; 
	padding: 0px; 
} 

.noborder {
	border: 0;
}

a:hover {
	color: #4B340B; 
	text-decoration: underline;
	font-weight: bold;
}

a {
	color: #4B340B; 
	text-decoration: none;
	font-weight: bold;
}

.bleu {
	color: #C0A980;
	font-weight: bold;
}

.noir {
	text-decoration: none; 
	color: #000000; 
}

.noir a:hover {
	text-decoration: underline; 
	color: #ffffff; 
}

.noir a:link {
	color: #000000;
}

.orange {
	text-decoration: none; 
	color: #4B340B; 
}

.big_orange {
	text-decoration: none; 
	color: #F84800; 
	font-size: 10pt;
}

.big_black {
	text-decoration: none; 
	color: black; 
	font-size: 10pt;
}

.orange a:hover {
	text-decoration: underline; 
	color: #F84800; 
}

.orange a:link {
	color: #F84800;
}

.gris_m {
	text-decoration: none; 
	color: #61534D; 
}

.gris_m a:hover {
	text-decoration: underline; 
	color: #61534D; 
}

.gris_m a:link {
	color:#61534D;
}

.table_gris_m{
	border: 1px solid #61534D;
	font-weight: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.table_gris {
	border: 2px solid #CCCCCC;
	text-decoration: none;
	background-color: #CCCCCC;
}

.case_bleu dl, .case_bleu dt, .case_bleu dd, .case_bleu ul, .case_bleu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.case_bleu dl {
	float: left;
	width: 150px;
}

.case_bleu dt {
	cursor: pointer;
	text-align: left;
	height: 20px;
	font-weight: bold;
	font-size: 9pt;
	font-family: Helvetica;
	vertical-align: middle;
}

.case_bleu dt a {
	height: 18px;
	color: white;				
	background-color: #3072BE;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	border: 1px solid white;
	padding: 3px;
}

.case_bleu dt a:hover {
	height: 18px;
	background-color: white;
	color: #3072BE;
	text-decoration: none;
	border: 1px solid #3072BE;
	padding: 3px;
}
