/* Css accueil du site www.comitefelixziem.com */

h3 {
	font-size: 18px;
	color: #012F3A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h4 { font-size: 14px;
	 color: #4885C2;
	 font-weight: normal;
	 letter-spacing: -0.1px;
}

	 
.trans {
	float: left;
	width: 900px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 40px;
	padding: 15px;
	background-color: rgb(255, 255, 255); /* alternative solide */
    background-color: rgba(255, 255, 255, 0.4);
}

	.trans .par-gche {
		width: 580px;
		float: left;
		font-size: 15px;
		color: #4885C2;
		margin-bottom: 30px;
	}
	
		.trans .par-gche p, .trans .par-dte p { margin-bottom: 20px; }
	
	.trans .par-dte {
		width: 230px;
		float: right;
		font-size: 15px;
		color: #4885C2;
		margin-bottom: 30px;	
	}

	 
	 .trans ul { margin-bottom: 15px; margin-top: 15px; }
	 
		 .trans ul.puces li {
			 background: url(../img/picto-liste1.gif) 2px 0px no-repeat;
			 padding-left: 22px;
			 margin-bottom: 7px;
		 }
		 
		 	.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; }
	
	img.bascentre {
		position: relative;
		margin-top: 15px;
		margin-left: 60px;
	}
	
	#cadrebas {
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 1000px;
		height: 47px;
		background: url(../img/Cat-BlocBas.gif) no-repeat;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		line-height: 47px;
	}
	
		#cadrebas strong, #cadrebas a { 
			font-weight: bold;
			color: #9EC0CB;
			text-decoration: none;
		}
		
			#cadrebas a:hover { text-decoration: underline; }