/*Feuille de style texte*/
.texte {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: normal;
}

input{
   border-top-width : 1px; 
   border-right-width : 1px; 
   border-bottom-width : 1px; 
   border-left-width : 1px;
   text-indent : 1px;  
   font-family: Verdana;
   font-size: 11px;
}
.association {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: normal;
}
.sous_titre {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
	line-height: normal;
	color:#cce70b;
}
.sous_titre_couleur {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: normal;
	color:#005da8;
	font-weight:bold
}
select{  
   font-size: 11px;
   color : #000000;
   background-color: #FFFFFF;
   border-color : #000000;  
   border-top-width : 1px; 
   border-right-width : 1px; 
   border-bottom-width : 1px; 
   border-left-width : 1px;
   font-family: Verdana;
}
.sous_titre_couleur_non_gras {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: normal;
	color:#6102a4;
	font-weight:normal
}
.sous_titre_interligne {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color:#005da8;
	line-height:20px;
	font-weight:bold;
}

.lien {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: normal;
}
.lien:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: normal;
	text-decoration:underline
}

