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

.contenu-news {
	width: 640px;
	background-image: URL('../img/fond-news.png');
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 25px;
	font-family: "Lucida Sans", serif;
        font-size: 0.9em;
}

.images-news {
	border: 1px solid #0095d9;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

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

.auteur-date {
	font-style: italic;
}

.commentaire {
	width: 705px;
	background-image: URL('../img/fond-commentaire.png');
	background-repeat: repeat-y;
}

.c-pseudo {
	margin-left: 50px;
	font-family: Arial, serif;
	font-weight: bold;
}

.c-contenu {
	width: 640px;
	padding-left: 40px;
	padding-right: 25px;
}

form {
	text-align: center;
}

.quote {
	display: block;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	width: 380px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	color: #0095d9;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
}
	
