* {
	margin: 0;
	padding: 0;
}

body {
	background:url(../img/back.png);
	color: #fff;
	font-size: 13px;
	font-family: Georgia;
	line-height: 18px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#titleBack {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 59px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	z-index: 2000;
}

/* BOUTON FERMER */

a#closeButton {
	display: none;
	text-indent: -9999px;
	background: url(../img/close.png) no-repeat;
	width: 144px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 2500;
}

/* TITRES */

h1 {
	background: url('../img/logo.png') no-repeat;
	position: absolute;
	left: 20px;
	top: 5px;
	width: 239px;
	height: 59px;
	z-index: 5000;
	text-indent: -9999px;
}

h3.titleWeb {
	background: url('../img/web.png');
	width: 64px;
	height: 48px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

h3.title2d {
	background: url('../img/2d.png');
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

h3.titlePhoto {
	background: url('../img/photo.png');
	width: 96px;
	height: 48px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

h2#portfolioTitle {
	background: url('../img/folio.png');
	width: 200px;
	height: 200px;
	text-indent: -9999px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -500px;
	z-index: 1800;
}

h2#myselfTitle {
	background: url('../img/me.png');
	width: 200px;
	height: 200px;
	text-indent: -9999px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: 250px;
	z-index: 1800;
}

h2#cvTitle {
	background: url('../img/cv.png');
	width: 200px;
	height: 200px;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -520px;
	z-index: 1800;
}

h4 {
	font-size: 14px;
	margin: 10px 0;
}

img {
	border: none;
}

a, a:visited {
	color: #fbcb16;
	outline: none;
}

a:hover {
	color: #ff0e96;
}

#parallax {
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	list-style: none;
}

#parallax li {
	text-align: center;
	width: 100px;
	margin: auto;
}

#parallax #p-smoke {
	background: url(../img/smoke.png) no-repeat;
	width: 855px;
	height: 810px;
}

#parallax #p-dot {
	background: url(../img/dot.png) bottom no-repeat;
	width: 837px;
	height: 800px;
}

#parallax #p-lights {
	background: url(../img/lights.png) no-repeat;
	width: 707px;
	height: 562px;
}

#parallax #p-fleur {
	background: url(../img/fleur.png) no-repeat;
	width: 800px;
	height: 700px;
}

#parallax #p-afro {
	background: url(../img/afro.png) no-repeat;
	width: 690px;
	height: 697px;
}

#parallax #p-cadre {
	background: url(../img/cadre.png) right bottom no-repeat;
	padding-top: 150px;
	width: 800px;
	height: 200px;
	text-align: left;
}

#parallax .texte {
	color: #fff;
	width: 250px;
	padding: 10px 25px;
	text-align: left;
	float: right;
}

/* FOND NOIR */

#worksBg, #myselfBg, #cvBg {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	display: none;
	background-color:#000;
	ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 1500;
}

/* SECTION */

#myselfFull {
	display: none;
}

#worksFull {
	width: 100%;
	height: 100%;
}

#cvFull {
	display: none;
}

/* MYSELF */

#myselfTxt {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -350px;
	top: 65px;
	text-align: justify;
	z-index: 1800;
}

#myselfTxt h3 {
	margin: 10px 0px;
	font-size: 2em;
	color: #fbcb16;
}

#myselfTxt p {
	margin-bottom: 20px;
}
/* WORKS */

#worksTxt {
	position: absolute;
	top: 60px;
	left: 50%;
	width: 800px;
	margin-left: -295px;
	z-index: 1800;
}

#worksTxt ul {
	list-style: none;
}

#worksFull #worksMenu li {
	margin: 10px 5px;
	float: left;
}

#worksFull #worksMenu li a {
	border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #fbcb16;
	display: block;
	width: 15px;
	height: 15px;
	color: #000;
	text-indent: -9999px;
	text-decoration: none;
}

#worksFull #worksMenu li a.current {
	color: #fff;
	background: #ff0e96;
}

#worksWeb, #works2d, #worksPhoto {
	margin-right: 40px;
}

#worksFull #worksContent {
	position: relative;
	clear: both;
	width: 800px;
	height: 300px;
}

#worksFull #worksContent .tab {
	width: 100%;
	height: 300px;
}

.worksDescr {
	position: absolute;
	top: 0;
	right: 0px;
	width: 280px;
}

#worksFull #worksContent .thumb {
	width: 500px;
	border: 1px solid #ff0e96;
}

/* CV */

#cvLink {
	position: absolute;
	top: 250px;
	left: 50%;
	width: 150px;
	margin-left: -500px;
	text-align: right;
	z-index: 1800;
}

#cvTxt {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -325px;
	top: 80px;
	text-align: justify;
	z-index: 1800;
}

#cvTxt h3 {
	margin: 0px 0px 0.75em 0px;
	font-size: 2em;
}

#cvTxt h4 {
	margin: 0 0 12px;
	font-size: 1.5em;
	color: #fbcb16;
}

#cvTxt p {
	margin-bottom: 20px;
}

#cvTxt ul {
	list-style: none;
}

#cvTxt li {
	margin: 5px 0px;
}

#cvTxt ul.listXP {
	margin-left: 20px;
	list-style: square;
}

#cvTxt ul.listXP li {
	margin: 0px 0px;
}

#cvTxt #cvContent {
	margin-top: 60px;
	position: relative;
	clear: both;
}

.tab, .tabCv {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 8px;
	display: none;
}

#competences {
	display: block;
}	

#euDock_7 {
	z-index: 2000 !important;
}
