.brun {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #968A74;
	line-height: 11px;
}
.brunRealisation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B3E1C;
}
.bleu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0055AA;
}

/* Couleur et definition des liens */
a.bleu:active { 
	color: #0055AA; 
	text-decoration: none; 
}
a.bleu:link { 
	color: #0055AA; 
	text-decoration: none;  
}
a.bleu:visited { 
	color: #0055AA; 
	text-decoration: none;  
}
a.bleu:hover {  
	color: #0055AA;
	text-decoration: underline;

}

/* Couleur et definition des liens */
a:active { 
	color: #A95200; 
	text-decoration: none; 
}
a:link { 
	color: #A95200; 
	text-decoration: none;  
}
a:visited { 
	color: #A95200; 
	text-decoration: none;  
}
a:hover {  
	color: #A95200;
	text-decoration: underline;

}
.bleuBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0055AA;
	font-weight: bold;
}
.textenoir {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: 515151;
	font-size: 12px;
}
.texteListe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c8ac3;
}
.soustitres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A95200;
	font-weight: normal;
	text-transform: uppercase;
}
.background {
	background-image: url(images/bg_nuages.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A95200;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0055AA;
	border: 1px solid #0055AA;
	width: 90%;
	padding: 1px 3px;
}
.btn_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 2px;
	background-color: #0055AA;
}
.brunBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #624428;
	line-height: 11px;
	font-weight: bold;
}
.formDropDownMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0055AA;
	border: 1px solid #0055AA;
}
.orangeNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A95200;
}
.brunNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #624428;
	line-height: 11px;
}
.orangeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A95200;
	font-weight: bold;
}
@media print {
    .widthOnPrint { width: 400px }
  }

