#intro{
	border-bottom: 1px solid #808080;
	min-height: 150px;
	font-size: 1.1em;
	margin-bottom: 15px;
}

#intro > img{
	display: inline;
	width: 96%;
	float:left;
	padding: 7px;
	border: 2px solid #edefec;
	margin-right: 5px;
	
}

#news > h2{
	display: block;
	background: #353535;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
	color: white;
	font-size: 1.4em;
	margin-bottom: 15px;
	box-shadow: 5px 5px 5px black;
}

.bloc_news{
	border-bottom: 1px inset #808080;
	padding-bottom: 5px;
	margin-bottom: 25px;
	min-height: 65px;
}

.bloc_news > div{ /*date*/
	cursor: default;
	height: 45px;
	width: 50px;
	font-family: 'Comic Sans MS', serif;
	overflow: hidden;
	padding-top: 5px;
	background: #353535;
	box-shadow: 5px 5px 5px black;
	float: left;
	text-align: center;
	border-radius: 5px;
	margin-right: 8px;
}	

.bloc_news > div > div{
	/*color: #e84237;*/
	color: white;
	font-weight: bold;
}

.bloc_news > div > div:first-child{
	font-size: 1.2em;	
}

.bloc_news > div > div:last-child{
	font-size: 1em;	
}

.bloc_news > p{
	font-size: 0.9em;
}

#editIco, #delIco{
	border: 1px solid black;
	width: 25px;
	height: 25px;
	cursor:pointer;

}
