

#titre_liste {
	display: flex;
	justify-content: space-between;	
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.titre {

}

.ligne1 {
	display: flex;
	justify-content:space-between; 
}

.champ_recherche {
	margin-right: 10px;
	display: flex;
	align-items: center;
/*	justify-content:space-between; */
}

.liste {
	display: flex;
	justify-content: space-between;
}

.sigle, .signification, .commentaires, .cf {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid black;
	flex: 1;
}

.sigle {
	max-width: 80px;
	vertical-align: bottom;		
}

.signification {
	max-width: 300px;
}

.commentaires {
	
}

.cf {
	max-width: 80px;
	vertical-align: bottom;	
}

.navigDebut {
	padding: 6px 8px 6px 8px;
	background-color: #729FC4;	
}

.navigMilieu {
	padding: 6px 8px 6px 8px;
	background-color: #729FC4;
}

.navigFin {
	padding: 6px 8px 6px 8px;
	background-color: #729FC4;	
}

		#popup {
			position: absolute;
			width: 700px; height: 400px;
			top: 250px; left: 120px;
			background-color: rgb(114, 159, 196);
			padding: 10px;
		}

		#popup h2 {
			color: #014CA0;
			text-decoration: underline;
		}		

		#liSigle, #liSignification, #liCommentaires, #liAussi, #liWeb {
			display: flex;
			margin-bottom: 10px;
		}

		#liBouton {
			display: flex;
			justify-content: space-around;

		}

		#champ_sigle {
			font-family: arial, tahoma, sans-serif;
			font-size: 16px;
			margin-left: 5px;
		}

		#champ_signification {
			font-family: arial, tahoma, sans-serif;
			font-size: 16px;
			width: 100%;
			margin-left: 5px;
		}		

		#champ_commentaires {
			font-family: arial, tahoma, sans-serif;
			font-size: 16px;
			width: 100%; height: 100px;
			margin-left: 5px;
		}	

		#champ_cf {
			font-family: arial, tahoma, sans-serif;
			font-size: 16px;
			width: 350px; 
			margin-left: 5px;
		}

		#champ_web {
			font-family: arial, tahoma, sans-serif;
			font-size: 16px;
			width: 100%; 
			margin-left: 5px;			
		}

		#liBouton input {
			font-family: arial, tahoma, sans-serif;
			font-size: 16px;
			height: 30px;
		}