/* Généralités */
BODY {
	margin: 0px;
	font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
	color: #505050;
	height: 100%;
}

.placel {
	float: left;
	clear: left;
}

.placer {
	float: right;
	clear: right;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

/*****
SWEETTITLES
*****/

#toolTip { 
	position: absolute;
	z-index: 900;
	background: #FFF;
	text-align: left;
	padding: 8px 4px 8px 4px; 
}
#toolTip p { 
	margin: 0;
	padding: 0;
	color: #000;
	font:11px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
}

/*****
NOTICE
*****/

#fade {
	position: absolute;
	background: #000;
	z-index: 500;
	width: 100%;
	top: 0;
	left: 0;
	cursor: default;
}

#notice {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
}	

#notice h1 {
	padding: 0;
	margin: 0;
	font-size: 40px;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	color: #FFF;
}

#noticeEnglobe {
	position: absolute;
	width: 500px;
	margin-left: -250px;
	left: 50%;
	height: 200;
	margin-top: -100px;
	top: 50%;
}

#noticeStyle {
	background: #FFF;
	width: 100%;
	padding: 10px;
}

#noticeStyle p {
	padding: 2px;
	font-size: 12px;
	margin: 0;
}

#noticeStyle a:active, #noticeStyle a:link, #noticeStyle a:visited {
	text-decoration: underline;
}

#noticeStyle a:hover {
	border: 0;
}

#noticeCloser {
	cursor: pointer;
	width: 100%;
	background: #f4f2f1;
	padding: 10px;
	margin-top: 3px;
	color: #383838;
}

#noticeCloser:hover {
	background: transparent;
	color: #FFF;
}

#noticeCloser p {
	padding: 0;
	margin: 0;
	text-align: center;
}
