@charset "utf-8";


body {
	background-color: #ebeae7;
}

.links {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #a8efff;
	text-decoration: none;
}

.real {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

.texte {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.titrenews {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#news_body {
	overflow: auto;
	width: 900px;
	height: 450px;
}

#news_body a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #0096c2;
	text-decoration: none;
}
#news_body a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #0096c2;
	text-decoration: none;
}
#news_body a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #0096c2;
	text-decoration: none;
}

#galerie {
	overflow: auto;
	width: 900px;
	height: 450px;
}