#afsos_accueil {
	
}

	#afsos_accueil ul {
		list-style: none;
	}
	
	#afsos_accueil ul li {
		list-style: none;
		float: left;
		border: 1px solid black;
		width: 100px;
		height: 100px;
		text-align: center;
		margin: 20px;
	}

	#afsos_accueil li.first {
		clear: left;
	}
	
#form_afsos_adherent {
	
}

	#form_afsos_adherent .required {
		font-size:1.2em;
		color:red; 
	}

	#form_afsos_adherent .encadre {
		border: 1px solid #000000;
		padding: 10px;
	}
	
		#form_afsos_adherent .encadre .col_gauche {
			float: left;
			width: 45%;
		}
	
		#form_afsos_adherent .encadre .col_droite {
			float: right;
			width: 45%;
		}
	
	#form_afsos_adherent label {
		font-size: 0.85em;
		font-weight: bold;
	}
	
		#form_afsos_adherent label span {
			font-weight: normal;
			color: #333399; 
		}
	
	#form_afsos_adherent .important {
		font-weight: bold;
		color: #FF6600;
	}
	
	#form_afsos_adherent .infos {
	}
	
		#form_afsos_adherent .infos label {
			display: block;
		}
