.news {
	width: 800px;
	margin: 20px 50px;
	padding-bottom: 10px;
	background: #ebf0ff;
	color: #000;
	}
.news a { /* différent des liens généraux, pour adapter la couleur de fond */
	background: #ebf0ff;
	color: #fd9b00;
	text-decoration: none;
	}

.news a:hover { /* différent des liens généraux, pour adapter la couleur de fond */
	text-decoration: underline;
	}

.dateNews {
	margin: 0 0 10px 20px;
	font-size: 0.85em;
	font-style: italic;
	padding: 2px;
	}

.news h2 {
	border-bottom: 1px solid #36f;
	margin: 0;
	padding: 3px 30px 3px;
	color: #fd9b00;
	background: url('../images/general/puce_bactup.png') no-repeat 2px 2px #ebf0ff;
	font-size: 1.2em;
	}

#numeroPage {
	text-align: center;
	font-weight: bold;
	}


	/* bbcode */
.texteSouligne {
	text-decoration: underline;
	}

.texteBarre {
	text-decoration: line-through;
	}

.titre1 {
	font-weight: bold;
	}

.titre2 {
	text-decoration: underline;
	padding-left: 10px;
	}

.titre3 {
	font-style: italic;
	padding-left: 20px;
	}

.retraitPuce {
	padding-left: 20px;
	}

.imgCentre {
	text-align: center;
	margin: 10px 0;
	}

.imageNewsDroite {
	float: right;
	margin: 10px;
	}

.imageNewsGauche {
	float: left;
	margin: 10px;
	}