@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	font-family: Helvetica, 'Helvetica Neue', sans-serif; /* the univers font cannot be used because of its ratio */
	font-size: 100%; /* to fit default font-sizes */
	}
#container {
	text-align: left;
	background: url(images/bg_headlines.gif) no-repeat left 200px transparent;
	min-height: 489px;
	width: 1200px;
	margin: 0;
	}
#header h1 {
	margin: 0;
	padding: 0;
	height: 0px;
	overflow: hidden;
	}
#header {
	text-align: left;
	width: 1000px;
	background: url(images/title.jpg) no-repeat left top #ffffff;
	padding: 0 0 0 220px;
	height: 200px;
	margin: 0;
	}
	#header h2 {
		font-size: 12px;
		font-weight: normal;
		margin: 0 0 7px 0;
		}
	#header h2 a:hover, #header h2 a.active {
		color: #ffffff;
		background-image: url(images/bg_menu_hover.gif);
		}
	#header a {
		color: #7b8d66;
		text-decoration: none;
		}
	#header h2 a {
		background: transparent url(images/bg_menu.gif) no-repeat right center;
		padding: 0 15px 1px 0;
		display: block;
		}
	#header ul {
		font-size: 12px;
		list-style-type: none;
		margin: 0;
		}
		#header div ul li a {
			background: url(images/puce.gif) transparent no-repeat right center;
			padding: 0 15px 0 0;
			display: block;
			}
		#header div ul li a:hover {
			background: url(images/puce_hover.gif) transparent no-repeat right center;
			}
	#header div {
		width: 200px;
		float: left;
		margin: 25px 25px 0 0;
		text-align: right;
		}
#media {
	float: right;
	padding: 0 0 15px 20px;
	width: 400px;
	color: #5e5e5e;
	font-size: smaller;
	}
#headnews {
	float: left;
	width: 200px;
	padding: 15px 0;
	background-color: transparent;
	color: #7b8d66;
	}
	#headnews ul {
		list-style: none;
		margin-left: 10px;
		margin-right: 10px;
		padding: 0;
		}
	#headnews li {
		padding: 0;
		margin: 0;
		}
	#headnews p a, #headnews p a:visited, #headnews li a {
		background: url(images/puce.gif) transparent no-repeat left center;
		padding: 0 0 0 15px;
		font-size: 12px;
		color: #7b8d66;
		text-decoration: none;
		}
	#headnews p a:hover, #headnews li a:hover {
		background: url(images/puce_hover.gif) transparent no-repeat left center;
		}
	#headnews p.chapo {
		font-size: 1em;
		font-weight: bold;
		color: #7b8d66;
		text-align: center;
		}
	#headnews h2, #headnews h3, #headnews p, #media p, #media h3 {
		margin-left: 10px;
		margin-right: 10px;
		}
	#headnews h2 {
		font-size: 16px;
		margin-top: 0;
		}
#mainContent {
	margin: 0 400px 0 200px;
	padding: 0 2em 0 2em;
	color: #5e5e5e;
	text-align: justify;
	}
	#mainContent dl {
		margin: 5px;
		}
	#mainContent dd {
		margin-bottom: 1em;
		}
	#mainContent a, #mainContent a:link, #mainContent a:active, #mainContent a:visited {
		color: #7b8d66;
		padding: 0 3px;
		}
	#mainContent a:hover {
		background-color: #7b8d66;
		color: #ffffff;
		}
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 0 10px 0 0;
	width: 200px;
	text-align: right;
	font-size: 12px;
	color: #7b8d66;
	}
	#footer p.lang {
		text-align: center;
		}
	#footer p.lang a {
		padding-left: 10px;
		}
	#footer p.address {
		margin: 0;
		padding: 10px 10px 0;
		text-align: left;
		}
	#footer p a.contact {
		background: url(images/bg_contact.gif) no-repeat transparent right center;
		padding: 0 15px 1px 0;
		display: block;
		color: #ffffff;
		text-decoration: none;
		text-align: right;
		}
	#footer .credits {
		text-align: left;
		margin-top: 10px;
		}
	#footer .credits img {
		margin: 0 10px;
		}
ul.rub {
	display: none;
	}
.fltrt {
	float: right;
	margin-left: 8px;
	}
.fltlft {
	float: left;
	margin-right: 8px;
	}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
h1,h2,h3,h4,h5,h6 {
	color: #7b8d66;
	font-size: 18px;
	}
img {
	border: none;
	}
