
#corps .news {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 80px;
	width: 80%;
	
		border-top: 1px solid #30821d;
}

#corps .news h3 {
	padding: 0px;
	margin: 0px;
	font-size: 140%;
	color: #30821d;
	font-weight: bold; 
	margin-top: 5px;
	margin-bottom: 5px;
	
	
}

#corps .news em {
	font-size: 100%;
	color: #30821d;
	font-weight: normal; 
	font-style: normal;
	padding: 0px;
	margin: 0px;
}

#corps .news p {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

#corps .news .photo img {
	display: block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#corps .news .photo span {
	display: block;
	font-size: 80%;
	text-align: center;
}

#corps .news b { 
	font-weight: 900; 
}

a:hover {
	text-decoration: none;
}

