@CHARSET "UTF-8";


// GENERAL CSS
* {
	margin	: 0;
	padding	: 0;
	border	: 0;
}
img {
	border: none;
}

body {
	background-color	: #000000;
	color				: #FFFFFF;
	font-size			: 12px;
	font-family			: arial;
}
a {
	color	: #224486;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	display: inline;
	list-style-type : none;
}
li a {
	color: #000;
}

ul#menu {
	position	: absolute; 
	top			: 0; 
	margin-left	: 120px; 
	margin-top	: 90px;
	font-size	: 20px;
}
ul#menu a {
	color: #FFF;
}
ul#menu a:hover {
	color: #224486;
	text-decoration: none;
}
div#masterContainer h1 {
	font-size	: 45px;
	margin		: 10px;
}
div#masterContainer h1 a {
	color			: #FFF;
	text-decoration	: none;
}
div#masterContainer {
	width		: 998px;
/*	border		: 1px solid red; */
	margin		: auto;
	text-align	: right;
	margin-top  : 70px;
}

div#masterContainer div#homeBackground div#bgContainer {
	margin-left: 130px;
}

div#masterContainer div#homeBackground div#bgContainer img {
	float 	: left;
	height	: 200px;
	margin	: 6px;
}

ul#bio-fr li, ul#bio-en li {
	display: block;
	margin-bottom: 15px;
}

div#recaptcha_widget_div {
	text-align: center;
}
