/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.case, .text {color: #ffffff; }


/* DEFAULT */
* { margin: 0; padding: 0; outline: none;}
html { overflow-y: scroll; }
ul { list-style: none inside; }
a { text-decoration: none; outline: none; }
a img { border: none; }
a:focus { outline: none; }
.clear { clear: both;  height: 0px; }
.fspacer { clear: both; height: 40px; }
#spacer { height: 20px; }
/* END OF DEFAULT */

body {
	font: 14px Arial, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #3b3b3b;
}

#header-fr {
	margin: 0 auto;
	text-align: center;
	width: 960px;
	height: 127px;
	background: url(../images/header-fr.png);
}

#header-en {
	margin: 0 auto;
	text-align: center;
	width: 960px;
	height: 127px;
	background: url(../images/header-en.png);
}


#navigation {
	margin: 0 auto;
	text-align: center;
	width: 960px;
	padding-top: 26px;
}

	#nav {
	margin: 0 auto;
	text-align: center;
	height: 25px;
	}

	
	ul#nav li {
		display: inline;
		text-align: center;
	}

	ul#nav li a {
		display: block;
		height: 25px;
		float: left;
		font-family: helvetica, sans serif;
		font-size: 17px;
		font-weight: bold;
		text-transform: uppercase;
		color: #aeaeae;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	ul#nav li.offset a{
		margin-left: 60px;
	}
	
	.linktext {
		margin-top: 4px;
	}
	
	ul#nav li a:hover {
		color: #e2e2e2;
	}

#title {
	margin: 0 auto;
	text-align: center;
	width: 990px;
	margin-top:12px;
	padding-top: 31px;
	background: #000000;
	border-right: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
}

	#title h1 {
		text-align: left;
		font-size: 25px;
		text-transform: uppercase;
		color: #1d9ec8;
		padding: 0px;
		margin-left: 15px;
	}
	
	#title h2 {
		text-align: left;
		font-size: 18px;
		color: #fff;
		font-weight: normal;
		margin-left: 15px;
	}
	
	.title-left {
		float: left;
	}
	
	.title-facebook {
		float: right;
		margin-right: 15px;
	}
	
#content {
	margin: 0 auto;
	text-align: center;
	width: 990px;
	padding-top: 10px;
	background: #000;
	border-right: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
}


#footer {
	background: url(../images/footer-bg.png) repeat-x bottom;
}

	#footer-fr {
		width: 960px;
		height: 126px;
		margin: 0 auto;
		text-align: center;
		background: url(../images/footer-fr.png) no-repeat;
	}
	
	#footer-en {
		width: 960px;
		height: 126px;
		margin: 0 auto;
		text-align: center;
		background: url(../images/footer-en.png) no-repeat;
	}

#closer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #aeaeae;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
	#closer .perl a{
		color: #fff;
	}



#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	opacity: 1;
}

#tooltip h3, #tooltip div { margin: 0; font-weight: normal; }