body { 
	background: #000;
}

#top_box {
	background: #000;
	height: 40px;
	width: 80%;
	margin-top: 20px;
	margin-left: 5px;
}

#top_box p {
	font: 200% Tahoma;
	color: #BBB;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 160px;
}

#logo_small {
	background: url(./images/index_logo_small.jpg) no-repeat;
	width: 80px;
	float: right;
	height: 29px;
	margin-top: 8px;
	opacity: 0.8;
	filter : alpha(opacity=80);
}

#main_box {
	background: #000;
	font: 100% Tahoma;
	color: #888;
	height: 550px;
	margin: 0px auto 0px 150px;
	padding: 0px 0px 0px 0px;
}

#foot_box {
	background: #000;
	height: 40px;
	margin-left: 5px;
	margin-right: auto;
}

#foot_box p {
	font: 80% Tahoma;
	color: #888;
	font-style: italic;
	text-align: center;
	padding: 10px;
}

#titre_central {
	position: absolute;
	background: url(./images/index_title.jpg) no-repeat;
	height: 55px;
	width: 500px;
	top: 20%;
	left: 50%;
	margin-left: -250px;
}

#center_photo {
	position: absolute;
	background: url(./images/CV_DigNeg_C3545.jpg) no-repeat;
	height: 420px;
	width: 604px;
	top: 18%;
	left: 50%;
	margin-left: -220px;
}

#logo_central a {
	position: absolute;
	background: url(./images/index_logo.jpg) no-repeat;
	height: 192px;
	width: 518px;
	top: 30%;
	left: 50%;
	margin-left: -259px;
}

#flag_fr a {
	position: absolute;
	background: url(./images/flag_fr.jpg) no-repeat;
	height: 28px;
	width: 42px;
	margin: 65% 0px 0px 27%;
	opacity: 0.5;
	filter : alpha(opacity=50);
	font: 80% Tahoma;
	padding: 40px 0px 0px 0px;
	color: #888;
	text-decoration: none;
	text-align: center;
}

#flag_fr a:hover {
	opacity: 1.0;
	filter : alpha(opacity=100);
}

#flag_us a {
	position: absolute;
	background: url(./images/flag_us.jpg) no-repeat;
	height: 28px;
	width: 53px;
	margin: 65% 0px 0px 46%;
	opacity: 0.5;
	filter : alpha(opacity=50);
	font: 80% Tahoma;
	padding: 40px 0px 0px 0px;
	color: #888;
	text-decoration: none;
	text-align: center;
}

#flag_us a:hover {
	opacity: 1.0;
	filter : alpha(opacity=100);
}

#flag_jp a {
	position: absolute;
	background: url(./images/flag_jp.jpg) no-repeat;
	height: 28px;
	width: 42px;
	margin: 65% 0px 0px 66%;
	opacity: 0.5;
	filter : alpha(opacity=50);
	font: 80% Tahoma;
	padding: 40px 0px 0px 0px;
	color: #888;
	text-decoration: none;
	text-align: center;
}

#flag_jp a:hover {
	opacity: 1.0;
	filter : alpha(opacity=100);
}

#flag_small_fr a {
	background: url(./images/flag_fr_small.jpg) no-repeat;
	height: 20px;
	width: 30px;
	float:left;
	opacity: 0.5;
	filter : alpha(opacity=50);
	padding: 0px 0px 0px 6px;
}

#flag_small_fr a:hover {
	opacity: 1.0;
	filter : alpha(opacity=100);
}

#flag_small_us a {
	background: url(./images/flag_us_small.jpg) no-repeat;
	height: 20px;
	width: 36px;
	float:left;
	opacity: 0.5;
	filter : alpha(opacity=50);
	padding: 0px 0px 0px 6px;
}

#flag_small_us a:hover {
	opacity: 1.0;
	filter : alpha(opacity=100);
}

#flag_small_jp a {
	background: url(./images/flag_jp_small.jpg) no-repeat;
	height: 20px;
	width: 30px;
	float:left;
	opacity: 0.5;
	filter : alpha(opacity=50);
	padding: 0px 0px 0px 6px;
}

#flag_small_jp a:hover {
	opacity: 1.0;
	filter : alpha(opacity=100);
}

#titre {
	position:absolute;
	font: 200% Tahoma;
	font-weight: bold;
	color: #FFF;
	top: 30px;
	opacity: 0.5;
	filter : alpha(opacity=50);
}

#menu {
	float: left;
	background: #000;
	width: 160px;
	height: 350px;
	margin: 5% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul.level_1 {
	font: 140% Tahoma;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;	
}

#menu ul.level_2 {
	font: 80% Tahoma;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 40px;
}

#menu ul li {
	margin-left: 0px;
	list-style: none;
	color: #BBB;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#menu ul li.sub_menu {
	margin-left: 5px;
	padding: 2px 0px 0px 0px;
	list-style: hiragana;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#menu ul li.sub_menu:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#menu ul li a{
	text-decoration: none;
	color: #AAA;
	padding: 1px 10px 1px 10px;
}

#menu ul li a:hover{
	color: #000;
	background-color: #FFF;
}

#menu ul li a.select{
	color: #000;
	background-color: #FFF;
}

#text {
	height: 540px;
	overflow: auto;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px
}

#text p {
	font: 90% Tahoma;
	color: #888;
	text-align: justify;
	padding: 0px 5px 0px 5px;
}

#text li {
	font: 90% Tahoma;
}

#text p.grey {
	color: #444;
	text-align: center;
}

#text p.topnews {
	color: #802;
	text-align: center;
	font: 110% Tahoma;
}

#text img {
	border:0px;
	margin: 10px 20px 10px 20px;
}

#text img.center {
	top: 20%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#text p.news {
	font: 100% Tahoma;
	color: #CCC;
	text-align: left;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#text a {
	color: #69C;
	text-decoration: none;
	font-variant: small-caps;
}

#container {
	height: 560px;
	overflow: none;
	margin: 10px 0px 10px 10px;
}

#container_slide {
	height: 560px;
	overflow: auto;
	margin: 10px 0px 10px 10px;
}

#container ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	display:table-row;
	vertical-align:middle;
}

#container_slide ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	display:table-row;
	vertical-align:middle;
}

#container ul img {
	border:2px solid #FFF;
	margin: 8px 30px 0 0;
}

#container_slide ul img {
	border:2px solid #FFF;
	margin: 8px 30px 0 0;
}

#correct_ie {
	{ border:0px solid white; }
}


