@font-face {
    font-family: 'bemio_italicregular';
    src: url('fonts/bemio_italic-webfont.eot');
    src: url('fonts/bemio_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bemio_italic-webfont.woff') format('woff'),
         url('fonts/bemio_italic-webfont.ttf') format('truetype'),
         url('fonts/bemio_italic-webfont.svg#bemio_italicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	margin:0;
	height:100%;
	width:100%;
  background:no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#000;
  font-family:georgia,serif;
  font-size:20px;
  color:#fff;
  text-align:center;
  }
  
h1,h2,h3,h4,h5,h6{
font-family:bemio_italicregular;
font-weight:normal;
color:#fff;
}

h1 {
margin:0;
padding:15px 0px;
/*text-shadow:1px 1px 1px #fff;*/
font-size:55px;
text-align:center;
}

p {
line-height:40px;
}

/* Liens */ 
a { 
  text-decoration: none; 
} 
a:link { 
  color:#0A555E; 
  border-bottom: 1px dotted #0C96BC; 
} 
a:visited { 
  color:#0A555E; 
  border-bottom: 1px solid #0C96BC;  
} 
a:hover, a:focus, a:active { 
  background-color:#D9F5F9;
  color:#0A555E; 
  border-bottom: none;
} 



/*------------------STYLES CLASS/ID--------------------*/
.clear {
 clear:both;
 visibility:hidden;
 width:0px;
 height:0px;
 margin:0;
 padding:0;
}

#wrapper {
min-height:100%;
background-attachment:fixed;	
background-image:url('img/trame.png');
  overflow:hidden;
  margin:0;
  padding:0;
}

#cv {
width:30%;
padding:1% 3% 2% 3%;
margin:10% auto;
background-color: rgba(0,0,0,0.5);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#cv p {
/*margin:0 0 0 25px;*/
}