/* Imports =================================================================== */
	
	@import url("reset.css");
	
/*============================================================================ */
	
body{
	background: #4EB7A8;
    font-family: 'Raleway', sans-serif;
    margin: 0;
	-webkit-font-smoothing: antialiased;

}
h1, h2 {
	width: 100%;
	float: left;
}
h1 {
	color: #fff;
	margin-bottom: 5px;
	font-size: 60px;
	letter-spacing: 2px;
	font-weight: 700;
}
p {
	margin-top: 40px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-weight: 400;
	margin-left: 3px;
}    

#accroche {
	font-weight: 600;
}

#wrapper{
	margin:auto;
	width: 580px;
	height: 400px;
	/*background-color: gray;*/
}

#photo {
	float: left;
	position: absolute;
	left: -160px;
}

#content{
	position: absolute; 
	width: 415px;
	/*background: aqua;*/
	float: left;
	margin-left: 20px;
	margin-left: 160px;
}

#interest {
	font-weight: 600;
	font-size: 30px;
}

#exemple {
	font-weight: 800;
	font-size: 30px;
	color: #333;
}

p span.word{	
	font-weight: 800;
	font-size: 30px;
	color: #333;
	display: none;
}

p span.word:first-child{	
	display: inline-block;
}

#mail {
	color: #333;
	font-weight: 700;
	margin-top: 0px;
}

#mail span {
	color: #606060;
}

ul,li {  
    list-style:none;  
} 

li {
	margin-top: 5px;
    float:left;  
    width:55px;  
    margin-left: 15px;
}

#first{
	margin-left: 0px;
}

.link {  
    display:block;  
    height:55px;  
    overflow:hidden;  
    background:url('../img/sprite2.png') 0 -128px;  
}

.noJS a img {  
    -webkit-transition:all .5s ease;  
    -moz-transition:all .5s ease;  
    -ms-transition:all .5s ease;  
    -o-transition:all .5s ease;  
    transition:all .5s ease;  
}  
.noJS a:hover img {  
    opacity:0;  
}


p a{
	color: white;
}

::-moz-selection {
	background: aqua;
	color:white;
}

::selection {
	background: aqua;
	color:white;
}



/**==================== SPRITE ====================**/
/* LinkedIn */
#in { background-position:0px -57px; }  
#in img { margin-left: 0px; }  

/* Twitter */
#twr { background-position:-72px -57px; }  
#twr img { margin-left:-72px; }  

/* Instagram */
#ins { background-position:-143px -57px; }  
#ins img { margin-left:-143px; }

