body {
	background-color: #39597D;
	font-family: "Trebuchet MS", Verdana, arial, Helvetica, serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
td, th {
	font-size: 12px;
}
img, table {
	border: none;
}
table.full {
	width: 100%;
}
#cefoo {
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	border: none;
	padding: 0;
	margin: 0;
}
#page {
	width: 900px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	padding: 0;
	background: #D2D2D2 url(images/page_fill.gif) repeat-y top left;
}
#top {
	display: block;
	width: 900px;
	height: 19px;
	background: #fff url(images/page_top.gif) no-repeat top left;
}
#bottom {
	display: block;
	width: 900px;
	height: 19px;
	background: #fff url(images/page_bottom.gif) no-repeat bottom left;
}
#header {
	display: block;
	height: 130px;
	padding-left: 15px;
}
#header h1 {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	background: transparent url(images/logo.gif) no-repeat top left;
	width: 180px;
	height: 114px;
}
#header h1 span {
	display: none;
}
#header #pub {
	display: inline;
	margin: 15px 60px 0 0;
	float: right;
	width: 468px;
	height: 60px;
	background-color: #fff;
}
#header #topnav {
	display: inline;
	margin: 0 60px 0 0;
	padding: 0;
	float: right;
	width: 468px;
	background-color: #fff;
	text-align: center;
}
#header #topnav ul {
	padding: 0;
	margin: 0;
}
#header #topnav li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #7D92A9;
	height: 20px;
	text-align: center;
	padding: 2px 4px 2px 4px;
	width: 109px;
	/* IE Box Model Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 117px;
}
html>body #header #topnav li {
	/* Redo for Mozilla */
	width: 109px;
}
#header #topnav li:hover {
	background-color: #39597D;
}
#header #topnav li a:link, #header #topnav li a:visited, #header #topnav li a:active {
	display: block;
	text-decoration: none;
	margin: 0;
	color: #fff;
	font-weight: bold;
}
#header #topnav li a:hover {
	color: #fff;
}
#menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	float: left;
	width: 130px;
	margin: 0 0 0 0px;
	/* IE Box Model Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	/*margin: 0 0 0 10px;*/
}
html>body #menu {
	/* Redo for Mozilla */
	margin: 0 0 0 0px;
}
#menu div.bloc {
	padding: 0px;
	margin-bottom: 10px;
	background-color: #7D92A9;
	-moz-border-radius: 8px;
	border: 1px solid #666;
}
#menu div.bloc p {
	color: #fff;
	margin: 2px;
	padding: 0px 2px 0px 2px;
	font-family: Arial;
	font-size: 10px;
	text-align: justify;
	line-height: 10px;
}
#menu div.bloc h2 {
	font-size: 12px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 5px;
	margin: 0;
}
#menu div.bloc ul {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}
#menu div.bloc li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu div.bloc li a:link, #menu div.bloc li a:visited, #menu div.bloc li a:active {
	display: block;
	padding: 1px 2px 2px 5px;
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #D8E4F0;
}
#menu div.bloc li a:hover {
	background-color: #97A9BD;
	border-left: 5px solid #97A9BD;
	border-right: 5px solid #97A9BD;
	color: #fff;
}
#menu div.bloc li a.center:link, #menu div.bloc li a.center:visited {
	padding: 4px 0 2px 0;
	text-align: center;
}
#newsbox {

}
#newsbox a:link, #newsbox a:visited, #newsbox a:active {
	display: block;
	text-decoration: none;
}
/******************/
/* Main content   */
/******************/
#content {
	float: right;
	padding: 5px 10px 0 10px;
	-moz-border-radius: 8px;
	border: 1px solid #666;
	background-color: #fff;
	width: 558px;
	margin: 0 10px 0 10px;
	/* IE Box Model Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 578px;
	margin: 0 10px 0 0;
	margin: 0px 5px 0px 5px;
}
html>body #content {
	/* Redo for Mozilla */
	width: 558px;
	margin: 0 10px 0 10px;
	margin: 0px 5px 0px 5px;
}
#content p.chapeau {
	padding: 10px 0 10px 0;
	font-weight: bold;
	color: #7D92A9;
}
/* Liens */
#content a:link, #content a:visited, #content a:active {
	text-decoration: none;
	color: #39597D;
}
#content a:hover {
	color: #7D92A9;
}
#newsbox h2, #content h2 {
	font-size: 18px;
	padding: 0;
	margin: 0;
}
#content h3, h4 {
	color: #39597D;
}
#content p {
	text-align: justify;
}
#content div.encart {
	padding: 5px;
	border: 1px dashed #7D92A9;
}
#content div.encart h3 {
	margin-top: -5px;
}
/******************/
/* Footer         */
/******************/
#footer {
	padding: 0;
	margin: 0;
}
#footer p {
	margin: 0;
	padding: 10px 20px 0 20px;
	text-align: right;
}
/* forms */
#ml {
	margin: 0;
	padding: 2px;
}
#useremail {
	font-size: 10px;
	width: 90px;
}
#ok {
	font-size: 10px;
	width: 30px;
}

.minilinks  {font-size:9px;}
