html, body {
	background-color: #1e2023;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Monaco, Verdana;
	height: 100%;
	width: 100%;
}

div#center {
	float: left;
	height: 50%;
	margin-bottom: -300px;
}

img.avatar {
	float: left;
} 

#wrapper {
	/*margin: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 650px;*/
	
	clear: both;
	position: relative;
	width: 650px;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#all {
	width: 530px;
	background-color: #474b51;
	text-align: center;
	float: left;
	min-height: 400px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
	position: relative;
}

#languages {
	color: #fff;
	background-color: #474b51;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 7px 0 0 7px;
	width: 90px;
	float: left;
	margin-top: 50px;
	padding: 5px;
	padding-left: 0px;
	background-image: url(../images/languages_menu_separator.png);
	background-repeat: repeat-y;
	background-position: 98px 0;
	height: 20px;
	text-align: left;
	position: relative;
}

#languages ul {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	background-color: #474b51;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 80px;
	position: absolute;
}

#languages ul li.selected {
	color: #fff;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 65px 3px;
}

#languages ul li {
	margin-right: 0px;
	cursor: pointer;
	color: #ccc;
}

#languages ul li:hover {
	background-color: #efefef;
	color: #000;
}

#languages ul li.selected:hover {
	background-image: url(../images/arrow_down_hover.png);
}

#header {
	text-align: left;
}

#body {
	text-align: left;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 524px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 44px;
	margin-bottom: 20px;
}


#menu ul li {
	background-image: url(../images/menu_bg.png);
	float: left;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #8a8f9a;
} 

#menu ul li a {
	color: #8a8f9a;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #666;
	text-decoration: none;
}

#menu ul li#left {
	background-image: url(../images/menu_bg_left.png);
	width: 14px;
}

#menu ul li#right {
	background-image: url(../images/menu_bg_right.png);
	width: 16px;
}

#menu ul li.separator {
	background-image: url(../images/menu_separator.png);
	width: 6px;
}

#menu ul li#infos {
	width: 114px;
}

#menu ul li#networks {
	width: 114px;
}

#menu ul li#cv {
	width: 114px;
}

#menu ul li.active a {
	font-weight: bold;
	color: #000;
}

#menu ul li#contact {
	width: 114px;
}

hr.clear {
	clear: both;
	visibility: hidden;
}

#footer {
	position: absolute;
	bottom: 5px;
	background-image: url(../images/twitter_bird.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;

	width: 530px;
}

#twitter-status-left {
	background-image: url(../images/twitter_left.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	width: 13px;
	margin-left: 70px;
	float: left;
	height: 23px;
}

#twitter-status {
	background-color: #bebfc0;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left;
	width: 427px;
	padding: 3px;
	padding-left: 10px;
}

#twitter-status a {
	color: #0783be;
	text-decoration: none;
}

#twitter-status a:hover {
	color: #065377;
}

#twitter-status span.infos {
	color: #666;
	font-size: 10px;
}

ul#networks {
	list-style-type: none;
	padding: 10px;
}

img {
	border: 0;
}

ul#networks li {
	float: left ;
	width: 240px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul#networks li.separator {
	background-image: url(../images/languages_menu_separator.png);
	background-repeat: repeat-y;
	width: 4px;
	height: 40px;
}

ul#networks li a {
	text-decoration: none;
	color: #fff;
	margin-left: 5px;
	display: block;
	width: 234px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	line-height: 40px;
	color: #cccccc;
}

ul#networks li span {
	float: left;
	margin-left: 5px;
}

ul#networks li a:hover {
	background-color: #5f656d;
	color: #fff;
}

ul#networks li img {
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

.download_pdf {
	text-align: center;
	color: #fff;
}

.form input {
	border: 1px solid #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #eee;
	font-family: Monaco, Verdana;
}

.form label {
	width: 200px;
	display: block;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 5px;
	color: #fff;
}

.form input[type=text] {
	width: 220px;
}

.form input[type=text].error, .form textarea.error {
	background-color: #eea2a2;
	border: 1px solid #800;
}

.form textarea {
	border: 1px solid #666;
	background-color: #fff;
	font-family: Monaco, Verdana;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 250px;
}

.text {
	color: #fff;
}

.text a {
	color: #0783be;
}

div.error {
	background-color: #800;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px;
	display: none;
}

div.success {
	background-color: #080;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px;
	display: none;
}

div#bottom_line {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-color: #474b51;
	color: #ccc;
}

div#bottom_line ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div#bottom_line ul li a {
	color: #fff;
}

div#bottom_line ul li {
	display: inline;
	background-image: url(../images/bottom_line_separator.png);
	background-repeat: no-repeat;
	padding-left: 5px;
}