
/**************************************
	HEADER
**************************************/
#header {
}

#header div.top {
	background-color:#eee;
	text-align:left;
	padding:5px;
	-moz-border-radius:0 0 7px 7px;
	border-radius:0 0 7px 7px;
}

#header div.top a {
	color:#023681;
	text-decoration:none;
	padding:3px 20px 3px 20px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-size:11px;
	color:#8e8e8e;
	line-height:15px;
}
#header div.top a.home {
	/*background-image:url(/images/design/top-home.png);*/
}
#header div.top a.print {
	background-image:url(/images/design/print.png);
}
#header div.top a.mail {
	background-image:url(/images/design/send.png);
}


#header a.logo {
	display:block;
	width:229px;
	height:123px;
	background-image:url(/images/design/logo.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:10px 0 0 0;
}

#header div.pub {
	float:right;
	width:728px;
	height:90px;
	margin:25px 10px 0 0;
	text-align:center;
	overflow:hidden;
}

#header div.baseline {
	color:black;
	padding-left:20px;
	margin-bottom:10px;
}

/**************************************
	MENU
**************************************/
#menu {
	background-color:#0055ae;
	background-image:url(/images/design/bg-menu.png);
	background-repeat:no-repeat;
	height:31px;
}

#menu a {
	display:block;
	height:23px;
	width:100px;
	float:left;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	border-right:1px solid #00356a;
	border-left:1px solid #0167ce;
	padding-top:7px;
}
#menu a.home {
	border-left:0;
	width:84px;
}
#menu a.regions {
	border-right:0;
}
#menu a.charte {
	border:0;
	float:right;
	width:190px;
}