/* @override 
	http://www.tapovan.com.fr/styles/global.css
	http://tapovan.com.fr/styles/global.css
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height:100%
}

body {
	background-color: #a2132c;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/images/bkg_canvas75.jpg);
	font-family: "Trebuchet MS", Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}

h1, h2 {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 24px;	
}

#horizon       
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#container {
	margin-left: -480px;
	text-align: left;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 960px;
	height: 500px;
	border: 2px #fff solid;
}

#aux-links {
	position: absolute;
	top: -20px;
	right: 0;
}

#aux-links a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

#background-overlay {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 944px;
	height: 484px;
	filter:alpha(opacity=40);
	opacity: 0.40;
	-moz-opacity:0.40;
	background-color: #fff;
}

#main-content {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 944px;
	height: 484px;
}

#logo {
	position: absolute;
	width: 209px;
	height: 81px;
	top: 25px;
	left: 13px;
	background-image: url(/images/logo.png);
}

#logo a {
	display: block;
	width: 209px;
	height: 81px;
	text-decoration: none;
}

.section-link a {
	display: block;
	float: left;
	width: 162px;
	height: 462px;
	border: 1px #fff solid;
	margin: 10px 6px;
	overflow: hidden;
	text-decoration: none;
	background-position: 162px;
}

.section-link a:hover, .hoverstate {
	background-position: 0 !important;
}

#massages a {
	background-image: url(/images/massages1.jpg);
}

#cures a {
	background-image: url(/images/cures1.jpg);
}

#university a {
	background-image: url(/images/university1.jpg);
}

#events a {
	background-image: url(/images/events1.jpg);
}

#footer {
	position: absolute;
	bottom: -20px;
	font-size: 10px;
}

img {
	border: none;
}

#sidebar {
	position: absolute;
	width: 209px;
	height: 81px;
	top: 110px;
	left: 13px;
	padding-top: 38px;
}

#sidebar a {
	display: block;
	text-align: right;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
}

#sidebar a:hover {
	color: #B32D39;
}

#content-area {
	position: absolute;
	left: 235px;
	width: 710px;
	height: 484px;
}

.page-quote {
	font-family: Zapfino, cursive;
	font-size: 12px;
	line-height: 26px;
	font-style: italic;
	text-align: center;
	color: #8f0000;
	margin-top: 20px;
	padding-top: 30px;
	text-transform: lowercase;
	background: url(/images/twirl.png) no-repeat center top
}

/* aux links */
#aux-links {
	text-transform: lowercase;
}

#aux-links a, #footer a {
	color: #fff;
	text-decoration: none;
}

#aux-links a:hover, #footer a:hover {
	text-decoration: underline;
}

.error {
	font-weight: bold;
	color: #8f0000;
}

.thumb {
	 float: left;
	 margin: 5px 10px 10px 0;
	 padding:4px;
	 border: 1px #fff solid;
}

.clearer {
	clear: both;
}
