/* Css accueil du site www.comitefelixziem.com */
	 
.trans {
	float: left;
	width: 900px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
	padding: 15px;
	background-color: rgb(255, 255, 255); /* alternative solide */
    background-color: rgba(255, 255, 255, 0.4);
}

	 
	 .trans ul { margin-bottom: 15px; }
	 
		 .trans ul.puces li {
			 background: url(../img/picto-liste1.gif) 2px 0px no-repeat;
			 padding-left: 22px;
			 margin-bottom: 10px;
			 font-weight: bold;
		 }
		 
		 	.trans ul.puces li a { color: #0E5A77; font-weight: normal }
			.trans ul.puces li a:hover { text-decoration: underline; }
		 
	
	a.lien { color: #FFFFFF; text-decoration: none; }
	a.lien:hover { text-decoration: underline; }
	
	