*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
    width: 100%;
    display: block;
    min-width: 960px;
    
}

#main
{
    z-index:10;
    background-color: #eeeeee;
}
#header
{
	background-color: #ffffff;
	width: 100%;
	height: 90px;
	position: relative;
	z-index: 5;
}
#header #logo
{
	left: 50%;
	position: absolute;
	margin: 0 0 0 -150px;
	width: 300px;
}
#header #contact
{
float: right;
}
#header #contact .bouton-header
{
	height: 46px;
	width: 46px;
	background-position: top;
	float: right;
	margin: 22px 11px 22px 11px;
}
#header #contact .bouton-header:hover
{
	background-position: center bottom;
}
#facebook
{
	background-image: url(../img/bouton-facebook.png);
}
#twitter
{
	background-image: url(../img/bouton-twitter.png);
}
#linkdin
{
	background-image: url(../img/bouton-linkdin.png);
}
#mail 
{
	height: 46px;
	width: 73px;
	background-position: top;
	background-image: url(../img/mail.png);
	float: right;
	margin: 22px 11px 22px 11px;
	
}
#mail:hover
{
	background-position:center bottom;
}
#header #nav
{
	float: left;
	margin: 35px;
	width: 300px;
}
#header #nav ul li
{
	display: inline;
}
#header #nav ul li a
{
	padding-right: 40px;

}
#ACTIF
{
	color: #6a6a6a;
	text-decoration:underline;
}
#PASSIF
{
	text-decoration: none;
	color: #c9c9c9;
}
#PASSIF:hover
{
	color: #6a6a6a;
	text-decoration: underline;

}
.photo-CV
{
	text-align: center;
}
.photo-CV img
{
	margin: 10px 0px 10px 0px;
	box-shadow: 0px 0px 8px #aeaeae;
}
#nuage1
{
	position: absolute;
	top: 70%;
	left: 17%;
}
/*
#nuage2
{
	position: absolute;
	top: 30%;
	left: 58%;
}
*/
#nuage3
{
	position: absolute;
	top: 78%;
	left: 55%;
}
#nuage4
{
	position: absolute;
	top: 25%;
	left: 25%;
}
#texte
{
	position: absolute;
	top: 20%;
	left: 65%;
}

#personnage
{
    height: 600px;
    margin: -300px 0 0 -462px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 924px;
    z-index: 3;
}

#tableau_scroll
{
    height: 100px;
    width: 100px;
    overflow: auto;
    background-color: pink;
    z-index: 7;
}

.scene
{
    height: 600px;
    left: 50%;
    margin: -300px 0 0 -462px;
    position: absolute;
    top: 50%;
    width: 924px;
    z-index: 2;
}

.devant
{
    height: 600px;
    left: 50%;
    margin: -300px 0 0 -462px;
    position: absolute;
    top: 50%;
    width: 924px;
    z-index: 5;
}

.fleche
{
    position: absolute;
    height: 18px; 
    width: 13px;
    z-index: 7;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

#fleche_haut
{
    margin: -150px 0 0 300px;
}

#fleche_bas
{
    margin: 0 0 0 300px;    
}

.page
{
    height: 100%;
    width: 100%;
    display: block;
}

.background
{
    height: 100%;
    width: 100%;
    z-index: 1;
}

#background-1 
{
	background-color: #e19797;
}

#background-2
{
    background: url(../img/fond.png);
}

#background-3
{
    background: url(../img/fond.png);
}

#background-4
{
    background: url(../img/fond.png);
}
#table_content
{
    height: 130px;
    width: 220px;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -131px 0 0 196px;
    overflow: hidden;
    color:#ffffff;
    opacity: 0.6;
}

#table_content div
{
    height: 130px;
    width: 220px;
    -webkit-transition: 1s ease;  
    -moz-transition: 1s ease;  
    -o-transition: 1s ease;  
    transition: 1s ease;  
}

.red
{
    background: red;
}

.green
{
    background: green;
}

.blue
{
    background: blue;
}

.goUP
{
    margin: -130px 0 0 0;
}