/***************** Header *****************/
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 115px;
	/*border: 1px solid;*/
}

#logo_header {
	padding: 35px 0 0 25px;
	width: 180px;
	float: left;
	/*border: 1px solid;*/
}

#lang_menu {
	float: left;
	width: 542px;
	/*border: 1px solid;*/
	
}

#lang {
	padding: 0 0 0 0;
	height: 15px;
	text-align: right;
}

#lang a {
	margin: 0 0 0 10px;
}

#menu {
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0 0 0;
	height: 35px;
	/*border: 1px solid;*/
}

/* Menu */

#menu_option {
	/*border: 1px solid;*/
	padding: 0 0 0 120px;
}

#menu_option a {
	/*
	width: 100px;
	height: 32px;
	display: block;
	float: left;
	text-align: center;
	padding: 12px 0 0 0;
	margin-right: 6px;
	
	background: url(../images/bouton_options.png) no-repeat;
	color: #ffffff;
	*/
	
	/*
	color: #384983;
	border: 1px solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	*/
}

#menu_option a:hover {
	background-color:#7FA0C0;
}

#menu_option a#lien_partage {
	/*
	width: 150px;
	background: url(../images/bouton_options_large.png) no-repeat;
	*/
}

#menu_option a {
	padding:5px 15px 5px 15px;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	outline:none;
	position:relative;
	font-size: 16px;
	margin: 0 0 10px 10px;
	background:transparent url(buttonover.png) repeat-x top left;
	white-space:nowrap;
	
	background-color: #7FB0F0;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	font-weight:100;
}


#menu ul {
	margin: 0;
	padding: 0;
	float: right;
}

#menu li {
	float: left;
	width: 90px;
	list-style-type: none;
	text-align: center;
	/*border: 1px solid;*/
}
#menu li a {
	text-decoration: none;
	color: #959595;
	
}
#menu li a:hover {
	color: #000000;
}

