@charset "UTF-8";
/* CSS Document */
body {
	font: 11px Helvetica, Arial, sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	background: black;
}
#global {
	position: absolute;
	width: 960px;
	height: 550px;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -275px;
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 130px;
	margin: 0;
	padding: 0;
	background: url(../images/logo.gif) left top no-repeat;
}
#home_link {
	position: absolute;
	left: 42px;
	top: 27px;
	width: 55px;
	height: 55px;
	margin: 0;
	padding: 0;
	display: block;
}
#avatar {
	position: absolute;
	left: 97px;
	top: 27px;
	width: 55px;
	height: 55px;
	margin: 0;
	padding: 0;
	background: url(../images/gilbauwens_avatar.jpg) left top no-repeat;
}
#footer {
	
	 float: right;
    height: 35px;
    margin-right: 60px;
    margin-top: 500px;
    position: relative;
}
#share {
	position: relative;
	width: 100px;
	height: 30px;
	padding: 5px 0 0;
	float: right;
}
#share ul, #share ul li {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#share ul li {
	display: inline;
}
#share ul li a {
	width: 40px;
	height: 30px;
	display: inline-block;
	background: url(../images/share_small.gif) 0 0 no-repeat;
}
#share ul li a#mailto {
	width: 36px;
	background-position: 0 0;
}
#share ul li a#skype {
	width: 28px;
	background-position: -50px 0;
}
#share ul li a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
#share ul li a span {
	display: none;
}
#skypedetectionswf {
	width: 0 !important;
	height: 0 !important;
	display: none !important;
}

li {
	list-style-image: url(../images/bullet.png);
}
a {
	color: #4DAFE4;
	text-decoration: none;
}
a:hover {
	color: white;
}
a img {
	border: 0;
}
.blue {
	color: #4DAFE4;
}
:focus {
  -moz-outline-style: none;
}
a:focus {
	outline: none;
}

/* MENUS */
#menutop ul, #menutop ul li, #menubottom ul, #menubottom ul li, #languages ul, #languages ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* */
#menutop {
	position: absolute;
	left: 0;
	top: 130px;
	width: 260px;
	height: 170px;
	margin: 0;
	padding: 0;
}
#menutop a {
	position: relative;
	width: 260px;
	height: 23px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(../images/menu.gif) left 0 no-repeat;
}
#menutop a span {
	display: none;
}
a#menu2 {
	background-position: left -23px;
}
a#menu3 {
	background-position: left -46px;
}
a#menu4 {
	background-position: left -69px;
}
a#menu5 {
	background-position: left -92px;
}
a#menu6 {
	background-position: left -115px;
}
a#menu1:hover, a#menu1.current {
	background-position: right 0;
}
a#menu2:hover, a#menu2.current {
	background-position: right -23px;
}
a#menu3:hover, a#menu3.current {
	background-position: right -46px;
}
a#menu4:hover, a#menu4.current {
	background-position: right -69px;
}
a#menu5:hover, a#menu5.current {
	background-position: right -92px;
}
a#menu6:hover, a#menu6.current {
	background-position: right -115px;
}
/* */
#menubottom {
	position: absolute;
	left: 0;
	top: 300px;
	width: 260px;
	height: 170px;
	margin: 0;
	padding: 0;
}
#menubottom a {
	font-size: 12px;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 0 45px;
	display: block;
}
#menubottom a:hover, #menubottom a.current {
	color: #4DAFE4;
	font-weight: bold;
}
/* CONTENT */
#content {
	position: absolute;
	left: 260px;
	top: 130px;
	width: 600px;
	height: 340px;
	margin: 0;
	padding: 0;
}
.content_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 340px;
	margin: 0;
	padding: 0;
	background: black;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 100;
}
.content_text {
	position: relative;
	width: 540px;
	height: 300px;
	margin: 0;
	padding: 30px 30px 10px 30px;
	font: 11.5px Arial,Helvetica,  sans-serif;
	color: white;
	text-align: justify;
	line-height: 1.3em;
	overflow: auto;
	z-index: 101;
}
.content_text.no_padding {
	width: 600px;
	height: 340px;
	padding: 0;
}
.content_text p {
	margin: 0 0 10px;
}
.content_text h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #4DAFE4;
	text-transform: uppercase;
	margin: 0 0 3px;
}
.content_text .infos {
	font-size: .95em;
}
div.rep_box {
	position: relative;
	width: 270px;
	padding: 0;
	margin: 0 0 25px 25px;
}
div.rep_box h2 {
	color: white;
	font-weight: bold;
	margin: 0 0 10px;
}
div.rep_box p {
	margin: 0 0 5px;
}
a.play_btn {
	position: relative;
	width: 120px;
	height: 18px;
	display: block;
	margin: 25px 0 0;
	text-decoration: none;
	background: url(../images/play_button.png) 0 0 no-repeat;
}
a.play_btn:hover {
	opacity: .75;
	filter: opacity(alpha=75);
}
a.play_btn span {
	display: none;
}
/* VIDEO */
#video {
	position: absolute;
	left: 260px;
	top: 130px;
	width: 600px;
	height: 340px;
	margin: 0;
	padding: 0;
}
#play_button, #pause_button, #static_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 340px;
	display: block;
	z-index: 999;
}
#pause_button {
	display: none;
	background: url(../images/pause_button.png) center center no-repeat;
	z-index: 998
}
#static_img {
	z-index: 997;
}
#caption {
	position: absolute;
	left: 260px;
	top: 480px;
	width: 400px;
	height: 35px;
	font-size: 11px;
	color: white;
	text-align: left;
}
#caption p {
	margin: 0 0 5px;
}
/* LANGUAGES */
#languages {
	position: absolute;
	left: 260px;
	top: 480px;
	width: 60px;
	height: 30px;
}
#languages ul li {
	float: left;
}
#languages a {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/languages.gif) 0 0 no-repeat;
}
#languages a span {
	display: none;
}
#languages a#en {
	background-position: -30px 0;
}
#languages a#fr:hover, #languages a#fr.current {
	background-position: 0 -30px;
}
#languages a#en:hover, #languages a#en.current {
	background-position: -30px -30px;
}
/* */
#copyright {
	position: absolute;
	left: 660px;
	top: 480px;
	width: 200px;
	height: 35px;
	font-size: 9px;
	color: white;
	text-align: right;
}
a:focus {
	outline: none;
}
