		body {
			font-family: verdana, arial, helvetica, sans-serif;
			color: #000;
		}
		a {
			color: #039836;
			text-decoration: none;
		}
		a:hover {
			color: red;
		}
		img { border: none; }
		#header {
			height: 200px;
			background-color: #039836;
			background-image: url('../images/bgheader.png');
			background-repeat: no-repeat;
			background-position: right;
			clear: both;
		}
		#header img {
			padding-top: 160px;
		}
		#mainmenu {
			margin-left: 10px;
			padding-top: 5px;
			clear: both;
		}
		#mainmenu a {
			display: block;
			float: left;
			padding: 0 20px 0 10px;
			font-size: 12px;
			font-weight: bold;
		}
		#container {
			clear: both;
			border-top: 1px solid #039836;
		}
		#left {
			float: left;		
			margin-left: 16px;
			width: 660px;
			padding-right: 10px;
			border-right: 1px solid #039836;
		}
		#left h2 {
			font-size: 16px;
			font-weight: normal;
			color: #999999;
		}
		#left h3 {
			font-size: 14px;
			font-weight: normal;
			color: #999999;
		}
		#left p, td, li {
			font-size: 11px;
			line-height: 1.5em;
		}
		.notes, #left p.notes {
			font-size: 10px;
		}
		#right {
			margin-left: 690px;
			padding-left: 10px;
			width: auto;
			max-width: 400px;
		}
		#right p, td, li {
			font-size: 10px;
		}
		#footer {
			border-top: 1px solid #039836;
			margin-left: 16px;
			padding-top: 10px;
			font-size: 10px;
			clear: both;
		}
		.titrerub {
			padding: 0 5px 0 5px; 
			font-size: 16px; 
			font-weight: bold; 
			color: #fff; 
			background-color: #039836;
		}
		.newsdate { 
			font-size: 10px; 
			background-color: #f2f2f2;
		}
		.illustration {
			float: left;
			margin-top: 5px;
			margin-right: 10px;
			margin-bottom: 3px;
			border: none;
		}
		.actu {
			border-bottom: 1px solid #ddd;
			padding-bottom: 5px;
		}
		.button {
			background-color: #039836;
			font-size: 10px;
			font-weight: bold;
			border: 0;
			color: white;
		}
		.navbar {
			display: block;
			padding : 10px;
			font-size: 12px;
			font-weight: bold;
		}
		.auteur {
			font-style: italic;
		}

