body {
	background-color: white;
    margin: 0;
}
body, td {
    font-size: 14px;
    font-family: arial;
}
a {
    color: #000000;
}
a:link {
    color: #545351;
}
a:visited {
    color: #545351;
}
a:active {
    color: #545351;
}
a:hover {
    color: #2f4f84;
}

h1 {
	margin-top: 0;
    font-size: 18px;
    font-family: arial;
    font-weight: bold;
}
h2 {
    font-size: 14px;
    font-family: arial;
}
ul {
	list-style-image: url('images/bullet.gif');
	list-style-type: circle;
}
li {
	padding: 1px 0;
}
.nouvellesFrontPage {
	font-size: 12px;
}
img {
	border: 0;
}
#menu {
	font-size: 14px;
	margin-left: 7px;
	padding: 10px 0;
	/*border-bottom: solid 2px black;*/
}
#menu .separateur {
	color: #CBEB3E;
}
#menu a {
	color: black;
	text-decoration: none;
}
#sousMenu {
	font-size: 11px;
	color: white;
	padding-left: 12px;
	line-height: 26px;
	/*border-top: solid 3px #01417F;*/
	height: 28px;
	background-image: url('images/background_menu.gif');
}
#sousMenu a {
	color: white;
	text-decoration: none;
}
#sousMenu a:hover {
	background-color: #3070AE;
}
#sousMenu .separateur {
	color: #CBEB3E;
}
#sousMenu .highlight {
	background-color: #3070AE;
}
#nouvelle {
	font-size: 12px;
}
.error {
	color: red;
	font-weight: bold;
}
.message {
	color: #008800;
	font-weight: bold;
}
#chgLang {
	position: absolute;
	top: 53px;
	left: 855px;
	z-index: 999;
}
#chgLang a {
	color: black;
	text-decoration: none;
}
/*#page {
	padding-left: 10px;
}
#page #splash {
	margin-left: -10px;
}*/