body {
	background-color: #FFE0C0;
	color: navy;
	font-family: Verdana,Arial;
	font-size: x-small;
	margin-top: 10pt;
	margin-bottom: 10pt;
 	margin-left: auto;
	margin-right: auto;
	width: 750px;
}


div#page {
	background-color:#FFFFFF;
	}

div#page_haut {
	width: 750px;
	height: 57px;
	background-color: #C0C0FF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	}

div#menu {
	float: left;
	width: 150px;
	height: 400px;
	background-color: White;
	text-align: center;
	}

div#menu_haut {
	overflow: auto;
	width: 130px;
	background-color: White;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid gray;
	}

div#menu_bas {
	overflow: auto;
	width: 130px;
	background-color: White;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid gray;
	}

div#contenu {
	float: right;
	overflow: auto;
	width: 590px;
	height: 475px;
	background-color: White;
	padding: 5px;
	}

div#bloc_news {
	float: right;
	width: auto;
	height: auto;
	text-align: center;
	margin-top: 3pt;
	margin-right: 3pt;
	padding-top: 5pt;
	padding-bottom: 5pt;
	padding-right: 15pt;
	padding-left: 15pt;
	background-color: #FFD9DB;
	border: 1px solid red;
	}

div#page_bas {
	clear: both;
	width: 750px;
	height: 14px;
	background-color: #C0C0FF;
	text-align: center;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

td {
	color: navy;
	}

a {
	color: green;
	text-decoration: none;
	cursor: pointer;
	}

a:link,a:visited {
	text-decoration: none;
	}

a:hover,a:active {
	background-color: green;
	color: white;
	}

h1 {
	color: Navy;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	}

h2 {
	color: #FF7F50;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	}
