.newspost {
	margin: 10px;
	margin-bottom: 20px;
	padding: 5px;
	padding-bottom: 2px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.newspost p.info {
	border-top: 1px solid #aaa;
	padding: 3px;
	padding-left: 15px;
	color: #888;
	margin-top: 3px;
	font: 95% Trebuchet MS;
	font-style: italic;
}
.newspost p.info a {
	color: #888;
	text-decoration: underline;
}
.newspost p.info a:hover {
	color: #333;
	text-decoration: none;
}
.newspost p {
	font-size: 100%;
	line-height: 100%;
}
.newspost h3.newstitle {
	font-size: 175%;
	font-weight: bold;
	margin-top: 0;
}

.affiche {
	text-align: center;
	padding: 10px;
}
.affiche a:hover img {
	border: 4px solid #79B5D6;
}
.affiche p.afficheinfo {
	text-align: center;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 7px;
	line-height: 125%;
}

#flashMessage {
	color: #79b933;
	font-size: 150%;
	text-align: center;
	padding: 10px 10px 10px 10px:
}

table {
	border: 1px solid #4F9EC9;
	border-collapse: collapse;
}
table.none {
	border: 0px;
}
table td {
	border: 1px solid #4F9EC9;
	text-align: center;
	padding: 4px;
}
table.none td {
	border: 0px;
	text-align: justify;
}
table th {
	border: 1px solid #4F9EC9;
	background-color: #4F9EC9;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	color: #ffffff;
	font-size: 110%;
}
table tr.altrow {
	background-color: #f6f6f6;
}
table tr:hover, table tr.hilite {
	background-color: #64aace;
	color: #ffffff;
}
table.none tr:hover, table.none tr.hilite {
	background-color: #ffffff;
	color: #444;
}
table a:hover {
	color: #ffffff;
}
table.none a:hover {
	color: #222;
	text-decoration: none;
}

fieldset {
	border: 1px solid #f6f6f6;
	margin-top: 16px;
	padding: 10px;
}
legend {
	color: #777;
}
.hline {
	border-bottom: 1px solid #333;
}

img.none {
	margin: 0 0 0 0;
	background-color: transparent;
	border: none;
}

.notice {
	color: red;
	border: 1px solid red;
	padding: 2px;
	margin: 15px;
}
.notice p {
	padding: 5px;
	margin: auto;	
}
.notice b {
	margin-top: 3px;
	font-weight: bold;
	font-size: 110%;
}
.banner {
	position: relative;
	text-align: center;
	left: -25px;
	margin: 0 0 0 0;
	background-color: transparent;
	border: none;
	border: 0px solid transparent;
}
a.bannerlink:hover {
	text-decoration: none;
	border: 0px;
}

form.none {
	border: 0px;
}

form.none fieldset {
	margin-top: 5px;
	margin-bottom: 5px;
}

form.none input {
	width: auto;
}
form.none select {
	width: auto;
}

form.small input {
	width: auto;
	border-bottom:1px dotted #888;
	border-left: 1px dotted #888;
}
form.small select {
	width: auto;
}

.focus {
	color: #79b933;
	font: 110%;
}

.navbar {
	padding-left: 20px;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 5px;
	border-top: 2px solid #f6f6f6;
	border-bottom: 2px solid #f6f6f6;
}

#flashMessage {
	padding: 10px;
	text-align: center;
	font-size: 150%;
	color: #79B933;
}

div.error-message {
	color: #900;
	font-size: 120%;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	clear: both;
}
input.form-error {
	border-color: #900;
	border-width: 2px;
	border-style: solid;
}
div.error-message {
	font-weight: bold;
	font-size: 110%;
	color: #900;
	clear: both;
}