.news {
width:80%;
background:url(../pictures/arrondi_ombre_gauche_milieu.png) repeat-y left top white;
margin:0 auto;
}

.news h3,.newsinput {
text-align:center;
background:url(../pictures/arrondi_ombre_droite_haut_colored.png) no-repeat right top;
margin:0;
}
.news_content {
padding:10px 44px 0 44px;
background:url(../pictures/arrondi_ombre_droite_milieu.png) repeat-y right top;
}
.last_element_news {
margin-bottom:0;
margin-left:-44px;
margin-right:-44px;
background:url(../pictures/arrondi_ombre_droite_bas_colored.png) no-repeat right bottom;
clear:both;
}
.news span {
display:block;;
}
.news h3 span {
padding:44px 0 0 44px;
margin-right:44px;
background:url(../pictures/arrondi_ombre_gauche_haut_colored.png) no-repeat left top;
}

.news h3 span em{
	position:relative;
	display:block;
	height:0;
	top:-33px;
}
.last_element_news span {
padding:0 44px 44px 44px;
background:url(../pictures/arrondi_ombre_gauche_bas_colored.png) no-repeat left bottom;
}

.last_element_news span em {
	position:relative;
	display:block;
	height:0;
	top:15px;
	text-decoration:none;
	text-align:center;
}
.news h4{
	position:relative;
	top:-32px;
	font-weight:normal;
	height:0;
	margin:0 0 0 35px;
	padding:0;
	color:white;
}

.news textarea{
	margin:0;
	width:55%;
}

.newsimg{
	text-align:left;
	display:block;
	height:200px;
	width:40%;
}

.news img,.newsimg{
	float:right;
	margin:5px 5px 5px 5px;
	clear:both;
}

.news .submit{
	clear:both;
	text-align:center;
}

.news a.edit{
	float:right;
	height:16px;
	width:16px;
	margin-top:-40px;
	margin-right:25px;
	padding:0;
	background:url("../pictures/edit.png") top right no-repeat;
}

.news a.delete{
	float:right;
	height:16px;
	width:16px;
	margin-top:-40px;
	margin-right:5px;
	padding:0;
	background:url("../pictures/drop.png") top right no-repeat;
}