/* Header */

div#header div {
	/*border: 1px solid;*/
}

div#header {
	
}

div#header_logo {
	float: left;
	width: 420px;
	padding: 0 0 10px 10px;
}

div#header_logo img#logo{
	/*
	width: 400px;
	height: 89px;
	
	width: 350px;
	height: 79px;
	
	width: 300px;
	height: 67px;
	*/
	
	width: 325px;
	height: 73px;
}

div#header_liens {
	float: left;
	width: 370px;
}

div#header_liens_type_conf {
	font-size : 16px;
	font-weight: normal;
	background : none;
	border-bottom : none;
	color: #ff9900;
	padding: 0 0 10px 0;
}

div#header_liens_type_conf a {
	color: #595b72;
}

div#header_liens_type_conf a:hover {
	color: #9999ff;
	text-decoration: underline;
}

div#header_lien_debut_conf {
	text-align: center;
	margin: 10px 0 0 0;
}

div#header_lien_debut_conf a {
	color : #9999ff;
}

/* Menu */

ul#menu {
	list-style : none;
	display : block;
	padding: 5px 0 0 200px; 
	height: 26px ;
	margin: 0 ;
	background: #F0DA8E;
}

ul#menu li {
	float : left;
	width : 85px;
	text-align: center;
}

