/* top bar content */		
	.lang { 
			height: 25px; 
			text-align: right; 
			padding-right: 20px;
			padding-top: 5px; 
			vertical-align:middle; 
			font-family: Verdana, Arial, Helvetica; 
			font-size: 11px; 
			color: #555555; 
			font-weight: bold; 
			vertical-align: middle;
			}
			
	.lang a, 
	.lang a:visited { 
			color: #bbbbbb; 
			text-decoration: none;
			}
			
	.lang a:hover { 
			color: #ffffff; 
			text-decoration: none;
			}

.description { 
		height: 50px;
		width: 900px; 
		position: absolute;
		top: 0px;
		left: 0px;
		border: 0px solid #cecece;
		background-color: #006512; 
		font-family: Verdana, Arial, Helvetica; 
		font-size: 13px;
		color: #000000;
		padding: 25px;
		}
.contact { 
		position: absolute;
		top: 40px;
		left: 20px;
		border: 0px solid #cecece;
		background-color: transparent; 
		font-family: Verdana, Arial, Helvetica; 
		font-size: 15px;
		color: #000000;
		text-align: left;
		z-index:250;
		
		}
#map_canvas {clear:both; position:absolute; top:0;}

.titre { 
		font-family: Verdana, Arial, Helvetica; 
		font-size: 16px;
		font-weight: bold;
		color: #006512;
		text-align: left;
		}
		
.content { 
		height: 380px;
		width: 850px; 
		position: absolute;
		top: 80px;
		left: 50px;
		border: 0px solid #cecece;
		background-color: #ffffff; 
		font-family: Verdana, Arial, Helvetica; 
		font-size: 22px;
		color: #000000;
		
		}

	
	.page_content { 
				font-family: Verdana, Arial, Helvetica;
				font-size: 12px;
				color: #8a8a8a; 
				}
	.page_content a,
	.page_content a:visited { 
			color: #de730b; 
			text-decoration: none; 
			}
		
	.page_content a:hover { 
			color: #000000; 
			text-decoration: none; 
			}

/* nouvelles */
	.news_menu {
			width: 280px;
			}
			
	.news_top {
			height: 75px;
			}
			
	.nouvelles {
			background-image: url(../images/nouvelles_bg.png); 
			background-position: top left; 
			background-repeat: no-repeat; 
			padding-left: 15px;	 
			padding-right: 15px;
			padding-top: 90px;
			width: 280px;
			position: absolute;
			left: 0px;
			top: 100px;
			}
			
	.news {
			background-image: url(../images/news_bg.png); 
			background-position: top left; 
			background-repeat: no-repeat; 
			padding-left: 15px;	 
			padding-right: 15px;
			padding-top: 90px;
			width: 280px;
			position: absolute;
			left: 0px;
			top: 100px;
			}
			
	.news_text { 
			padding:15px; 
			height: 180px; 
			vertical-align: top;
			}
			
	.news_title { 	
			font-family: Verdana, Arial, Helvetica; 
			font-size: 12px; 
			color: #de730b; 
			font-weight: bold; 
			}
			
	.news_date { 
			font-family: Verdana, Arial, Helvetica; 
			font-size: 12px; 
			color: #444444; 
			font-weight: normal;
			}
			
	.news_body {
			font-family: Verdana, Arial, Helvetica; 
			font-size: 12px; 
			color: #888888; 
			font-weight: normal; 
			padding-left: 15px;
			}

.footer_infos { 
		font-family: Verdana, Arial, Helvetica; 
		font-size: 14px; 
		font-weight: normal; 
		color: #bbbbbb; 
		}
		
.footer_infos a, 
.footer_infos a:visited { 
		color: #ffffff; 
		text-decoration: none; 
		}
		
.footer_infos a:hover { 
		color: #28a43e; 
		text-decoration: none;
		}

.footer_infos b { 
		color: #ffffff; 
		text-decoration: none; 
		}



