body, p, ul, h2 {
	margin: 0px;
	padding: 0px;
}


.corps {
	width: 705px;
	margin-left: 135px;
}

.corps img {
	float: right;
	margin-right: 125px;
	margin-bottom: 10px;
	border: 1px solid #0095d9;
}

#conteneur {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: URL('images/fond-conteneur.png');
	background-repeat: repeat-y;
}



.contenu, .contenu-table {
	width: 640px;
	background-image: URL('images/fond-news.png');
	background-repeat: repeat-y;
	padding-left: 65px;
	padding-bottom: 10px;
	padding-right: 25px;
	font-family: "Lucida Sans", serif;
}

.contenu-table {
	width: 710px;

}

.bas, .bas1 {
	width: 705px;
	height: 40px;
	background-image: URL('images/bas-news.png');
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	text-decoration: blink;
}


.titre, .titre1 {
	display: block;
	width: 705px;
	height: 50px;
	margin: 0px;
	padding-top: 15px;
	background-image: URL('images/fond-titre-news.png');
	background-repeat: no-repeat;
	font-family: Tahoma, serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-align: center;
}

hr {
	display: none;
}

.rouge {
	color: red;
}




