html, body {
	height: 100%;
	margin: 0;
}

body {
background: url(fond_page.jpg) #161616;
background-repeat:repeat-x;
background-position:top;
font-family: verdana, arial, sans-serif;
}

#header {
height: 236px;
background: url(header.jpg);
background-repeat:no-repeat;
text-indent:-5000px;
background-position:10px 31px;	

}

#global {
min-height: 100%;
width: 774px;
margin: 0 auto;
position: relative;
padding: 0; /* 10 px à gauche et à droite */
background: url(fond_global.png);
background-repeat:repeat-y;
background-position:0px 0px;	
}

#fond_global {
width: 774px;
margin: 0 auto;
padding: 0 0px; /* 10 px à gauche et à droite */
background: url(fond_degrade.png);
background-repeat:no-repeat;
background-position:0px 0px;	

}

#footer {
background: url(footer.png);
background-repeat:repeat-x;
margin-left:10px;
background-position:30px 0px;
font-size:10px;
color:#fff;
text-indent:30px;
}
	#footer img{
	float:right;
	padding-top:0px;
	padding-right:10px;
	
	}




#center {
padding-bottom: 50px; 
overflow: auto;
padding-left:10px;
}
	


#menu {
width: 754px; 
height:27px;
margin-bottom:15px;
background: url(fond_menu.png);
background-repeat:repeat-x;
margin-left:0px;
color:#fff;
text-align:center;
padding-top:2px;
font-weight:lighter;
text-transform:uppercase;
}
	#menu ul {
	margin:0;
	padding:0;
	padding-top:3px;
	}

	#menu ul li {
	margin:0;
	padding:0;
	display: inline ;
	border-right:solid 1px;
	padding:0 10px 0 10px;
	}

	#menu ul li.main_menu_last {
	border-right:none;
	}

	
	


#sidebar {
float: left;
width: 233px;
margin-left:50px;
margin-bottom:30px;
color:#fff;
text-align:left;
font-size:11px;
}
	#sidebar h2 {
	font-size:16px;
	color:#999;
	border-bottom:solid 1px #999;
	font-weight:lighter;
	}

	#sidebar h3 {
	font-size:14px;
	font-weight:bold;
	}

	#image { /*les image de la sidebar id=image*/
	margin-top:28px;
	border:solid 1px #fff;
	}

	#sidebar img {
	margin-top:28px;
	margin-bottom:10px;
	border:solid 1px #fff;
	}

#content {
float: left;
width: 400px;
padding-left:30px;
margin-bottom:30px;
font-size:12px;
color:#fff;
text-align:justify;
}
	#content h2 {
	font-size:20px;
	color:#999;
	border-bottom:solid 1px #999;
	font-weight:lighter;
	}

#content td img {
margin-bottom:12px;
border:solid 1px #fff;
}


#footer {
	position: absolute;
	width: 754px;
	bottom: 0;
	height:50px;
	}

#menu a:link{cursor : pointer; color: #fff; text-decoration:none; font-size: 12px;background:none}
#menu a:visited{cursor : pointer; color: #fff; text-decoration:none; font-size: 12px; background:none}
#menu a:hover{cursor : pointer; color: #ffc600; text-decoration:none; font-size: 12px;background:none;}
#menu a#current {color: #ffc600; font-weight:normal; }


a:link{cursor : pointer; color: #ffc600; text-decoration:none; background:none}
a:visited{cursor : pointer; color: #ffc600; text-decoration:none;  background:none}
a:hover{cursor : pointer; color: #ffde6b; text-decoration:underline; background:none;}
a#lcurrent {color: #ffde6b; font-weight:normal; }


.galerie  a  {
display:block;
float:left;
padding:0 18px 12px 0px;
}

.galerie  a img {
border:solid 2px #ffc600;
}

#langue {
position:absolute;
top:7px;
right:20px;
font-size:10px;
}

a.google_map_lien {
clear:both;
display:block;
}

img.google_map_image {
clear:both;
}