html { overflow: auto; }
body {
	behavior: url("csshover.htc"); 
	font-size: 70%; /* Resets 1em to 12px */
	font-family: Arial, Sans-Serif;
	background: #333 url('/img/body_bg2.png') center -667px no-repeat;
	color: #333;
	margin: 0; padding: 0;
}


a img { border: none; }
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
.hidden { display: none; }
.clear { clear: both; }
.center { text-align: center; }

/*******************[ CONTAINER ]******************/
#container {
	width: 762px; height: 500px;
	overflow: visible;
	background: #333 url('/img/root.jpg') center no-repeat;
	margin: 0 -381px;
	padding: 0px;
	position: relative;
	top: 30px;
	left: 50%;
	border: 0px solid #eee;
	-moz-border-radius: 0px;
}

/***************[ HEADER ]*********************/
#header {}
#header h1 { display: none; }
#header h2 { display: none; }


/***************[ CONTENT ]*********************/
#content { 
	width: 752px; 
	height: 490px; 
	border: 5px solid white;
	-moz-border-radius: 0px;
	width: 762px; height: 500px;
	border: 0px solid white;
background: #aaf url('/img/root.jpg') center no-repeat;
}

#content .site_selection { background-color: white; }
#content .site_selection h3 { display: none; }
#content .site_selection ul { list-style-type: none; margin: 0; padding: 0; }
#content .site_selection ul li { background: #77f url('/img/root.jpg') -256px -212px; list-style-type: none; margin: 0; padding: 0;  }
#content .site_selection ul li a { text-decoration: none; }
#content .site_selection ul li.expe { 
	position: absolute; 
	width : 230px;
	height: 260px;
	top: 212px;
	left: 256px;
	color: white;
}
#content .site_selection ul li.expe.hover {  background: url('/img/white_025.png');  }
#content .site_selection ul li.expe a { 
	position: absolute; 
	width : 208px;
	height: 238px;
	top: 11px;
	left: 11px;
	color: white;
}
#content .site_selection ul li.expe.hover a { color: black; }
#content .site_selection ul li.expe a:hover { 
	background: url('/img/white_05.png');
}
#content .site_selection ul li.expe a span.txt.main { 
	position: absolute; 
	top: 20px;
	left: 20px;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}
#content .site_selection ul li.bio { 
	position: absolute; 
	width : 230px;
	height: 260px;
	top: 212px;
	left: 502px;
	color: white;
background-position: -502px -212px; 
}
#content .site_selection ul li.bio.hover { background: url('/img/white_025.png'); }
#content .site_selection ul li.bio span.txt.main { 
	position: absolute; 
	bottom: 20px;
	left: 20px;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}
#content .site_selection ul li.bio.hover span.txt.main { display: none; }
#content .site_selection ul li.bio ul li a { 
	/*display: none;*/
	color: white;
	position: absolute; 
	margin: 0px 11px;
	width : 208px;
	height: 118px;

}
#content .site_selection ul li.bio.hover ul li a { 
	width : 208px;
	height: 119px;
	display: block;
	color: #666;
}
#content .site_selection ul li.bio ul li a:hover { background: url('/img/white_05.png'); color: black; }
#content .site_selection ul li.bio ul li.en a { top: 11px; }
#content .site_selection ul li.bio ul li.fr a { top: 131px; height: 118px; }
#content .site_selection ul li.bio ul li a span.txt { 
	position: absolute;
	top: 50px;
	left: 70px; 
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}


/****************[ Footer ]***********************/
#footer {position: absolute; width: 762px; bottom: -50px; text-align: center; background-color: transparent; color: #333; }
#footer dl { margin: 0; padding: 5px; }
#footer dl dt, #footer dl dd { display: inline; margin: 0; padding: 0; }
#footer dl.update dd, #footer dl.update dt, #footer dl.update a:hover, #footer dl.update a:active { background-color: #333; color: #666; }
#footer dl.update a { background-color: #333; color: #999; }
#footer dl.view, #footer dl.validation { font-size: 0.8em; }
#footer dl.view dt { background-color: #333; color: #555; }
#footer dl.validation dt { display: none; }
#footer ul { background-color: #333; color: #444; list-style: none; padding: 0; display: inline; }
#footer ul li { display: inline; margin: 0 10px; }
#footer ul a:before { content: "["; }
#footer ul a:after { content: "]"; }
#footer ul a:link, #footer ul a:visited { background-color: #333; color: #444; }
#footer ul a:hover, #footer ul a:active { background-color: #333; color: #999; }
#footer ul li a.cur { font-weight: bold; background-color: #333; color: #777; }

