@charset "utf-8";

html, body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% Calibri, Arial, sans-serif;
}

html, body, #wrap {
	height: 100%;
}
body > #wrap {height: auto; min-height: 100%;}


#header-wrap {
	background: #c6ddef url(header-wrap.png) repeat-x;
	height: 170px;
	color: white;
}
#header {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
	#header h1 {
		color: #036;
		font: bold 3em/5.5em Arial, sans-serif;
		letter-spacing: 8px;
		height: 170px;
		margin: 0;
		padding: 0 20px 0 0;
		text-align: center;
		width: 310px;
	}
	#header h1 span {
		background: url(hospitec.png) no-repeat;
		display: block;
		left: 0;
		height: 170px;
		position: absolute;
		top: 0;
		width: 340px;
	}
	#motto {
		bottom: 35px;
		font: 2.2em Arial, sans-serif;
		letter-spacing: 3px;
		margin: 0;
		position: absolute;
		right: -4px;
	}

#compte_widget {
	background: white;
	border: 2px solid black;
	color: black;
	padding: 2px;
	position: absolute;
	right: 0;
	top: 0;
}
	#compte_widget * {
		display: inline;
	}
	#compte_widget p, #compte_widget a {
		margin-right: 20px;
}


#menu {
	background: #cce1f1 url(menu.png) repeat-x;
	font-size: 1.6em;
	line-height: 2.5em;
	list-style: none;
	height: 2.5em;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 40px;
}

	#menu li, #menu a {
		display: block;
		float: left;
	}
	#menu li {
		background: url(menu-sep.png) repeat-y;
		padding-left: 2px;
	}
	#menu li:first-child {
		background: none;
		padding-left: 0;
	}
	#menu a, #menu strong {
		color: #7199c1;
		padding: 0 2em;
		text-decoration: none;
	}
	#menu a:hover, #menu a:focus {
		background: #e0edf7 url(menu-hover.png) repeat-x;
		color: #036;
	}
	#menu strong {
		color: #036;
	}



#main-wrap {
	background: white url(main-wrap.png) repeat-x;
	color: black;
	padding-bottom: 100px;
}

#main {
	background: url(main.png) no-repeat;
	margin: 0 auto;
	min-height: 400px;
	overflow: hidden;
	padding-top: 40px;
	width: 940px;
}
#main .content {
	position: relative;
}



#admin_widget {
	background: white;
	border: 1px solid #e5e5e5;
	padding: 5px;
	position: absolute;
	right: 20px;
	top: 20px;
}
	#admin_widget a {
		text-decoration: none;
	}
	#admin_widget a img {
		border: none;
		vertical-align: middle;
	}



#footer-wrap {
	background: #1478a7 url(footer-wrap.png) repeat-x;
	font: 1.2em Arial, sans-serif;
	color: white;
	margin-top: -100px;
	height: 100px;
}

#footer {
	padding-top: 2em;
	margin: 0 auto;
	width: 960px;
}

	#footer p {
		margin: 0;
	}
	#footer a {
		color: white;
	}
	#footer a:hover, #footer a:focus {
		color: black;
	}


