html {
	overflow-y: scroll;
}

body {
	background:url('../images/background.png') no-repeat top left;
	background-color:#1b1b1b;
}

img {
	border:none;
}

#header {
	margin-left:520px;
	margin-top:100px;
	text-align:center;
	background:url('../images/header-background.png') no-repeat bottom center;
	height:80px;
}

#header h1 {
	font-family:Calibri;
	font-size:2.5em;
	font-weight:lighter;
	color:#658dff;
	margin:0;
	padding:0;
}

#header h2 {
	font-family:Calibri;
	font-size:0.9em;
	color:white;
	margin:0;
	padding:0;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:220px;
	margin-left:50px;
	float:left;
	color:white;
	font-family:Calibri;
	font-size:2.1em;
}

#menu li {
	cursor:pointer;
}

#corps {
	width:700px;
	text-align:justify;
	color:white;
	margin-left:550px;
	margin-top:200px;
	padding-right:50px;
	font-family:Calibri;
}

#corps h3 {
	border-bottom:1px solid #658dff;
	color:#658dff;
}

#corps a {
	color:#658dff;
}
#corps a:hover {
	color:white;
}


/***
    Galerie
***/

#listeImage img {
    margin-right:15px;
    margin-bottom:15px;
}

#listeImage {
    display:inline;
}

#myMask {
    background-color:black;
    opacity:0.7;
	filter: alpha(opacity = 70);
}

#conteneur {
    background-color:white;
    position:absolute;
    display:inline;
    float:left;
    overflow:hidden;
    color:white;
    opacity:1;
    z-index:99;
    padding:5px;
}

#imageConteneur, #imageConteneur img {
    opacity:1;
    float:left;
    z-index:99999;
}

#closeIt {
    float:right;
    background-color:white;
    margin-top:10px;
    cursor: pointer;
}

#description {
    float:left;
    background-color:white;
    margin-top:5px;
}

#closeIt p {
    display: inline;
	text-decoration:underline;
    font-weight: bold;
    color:#3D4243;
    font-size:0.8em;
}

#description p {
	display: inline;
    color:#3D4243;
    font-size:1em;
}

.cv-liste {
	list-style:none;
}

.cv-liste ul {
	list-style-type:square;
}
.cv-liste ul li {
	margin:0;
}

.cv-liste li {
	margin-top:15px;
}

.cv-details {
	margin-top:10px;
	margin-left:10px;
	display:block;
}

.cv-date {
	color:#658dff;
	text-decoration:underline;
}
