.textecourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5E6062;
}
.textecourant_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5E6062;
}
.titre_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5E6062;
}
.soustitre_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5E6062;
}
.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5E6062;
}
.textecourant_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #00A4E3;
}
.petittextecourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5E6062;
}
.petittextecourant_pale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
/* LINK = apspect du lien */
A:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #572600; 
	text-decoration: underline
}
/* LINK = apspect du lien lorsque MouseOver */
A:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #00A4E3; 
	text-decoration: underline
}
/* ACTIVE = apspect du lien lorsque sélectionné */
A:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #572600; 
	text-decoration: none
}
/* VISITED = aspect du lien lorsque visité */
A:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #00A4E3; 
	text-decoration: underline
}
.lienaccueil {
	padding-top: 0px;
	padding-left: 15px;
}
/* LINK = apspect du lien */
.lienaccueil A:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #572600; 
	text-decoration: underline
}	
/* LINK = apspect du lien lorsque MouseOver */
.lienaccueil A:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #00A4E3; 
	text-decoration: nunderline
}
/* ACTIVE = apspect du lien lorsque sélectionné */
.lienaccueil A:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #572600; 
	text-decoration: none
}
/* VISITED = aspect du lien lorsque visité */
.lienaccueil A:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #00A4E3;
	text-decoration: underline
}
input {
	padding: 1px;
	height: 15px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E6062;
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	height: 20px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

