html {
  font-size: 16px;
  background: #030405 url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
  font-size: 0.8em;
  line-height: 1.4;
  color: white;
}

#wrapper {
  min-height: 700px;
  min-width: 1050px;
}

#particles {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: 'NewRegular';
  src: local('NewRegular'), local('HittheRoad'), url('../fonts/HitTheRoad.ttf') format('truetype');
}

header, nav, footer, figure, section {
  display: block;
}

header {
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  border-bottom: 1px solid #fff;
}

header nav {
  /*position: absolute;*/
  right: 0;
  bottom: 15px;
  font: 1.6em "NewRegular", "Lucida Grande",Tahoma, "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
}

header nav a {
  position: relative;
  color: white;
  text-decoration: none;
  padding: 6px 12px;
}

header nav a:hover, header nav a:focus {
  text-decoration: none;
  background-color: rgba(255,255,255,0.3);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

header nav a[href^="http:"]:hover {
  background-position: 95% 3px;
  background-repeat: no-repeat;
}

section {
  width: 960px;
  min-height: 500px;
  margin: 10px auto;
  text-align: center;
}

#centre {
  margin-top: -20px;
}

#pro {
  position: relative;
  top: 70px;
  left: 100px;
  width:300px; 
  margin-left: 0px;
  text-align: left;
}

.pro_image {
  display: inline;
  line-height: 1;
}

#pro img {
  display: inline-block;
  background:#555;
  padding:2px;
  margin: 0 15px 15px 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 1px 1px 9px #999; 
  -webkit-box-shadow: 1px 1px 9px #999; 
  box-shadow: 1px 1px 9px #999;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  filter:alpha(opacity=50); 
  -moz-opacity: 0.5; 
  opacity: 0.5;
}

#pro a:hover img, #pro a:focus img {
  background:#fff;
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  filter:alpha(opacity=100); 
  -moz-opacity: 1; 
  opacity: 1;
}

#perso {
  position: relative;
  top: -130px;
  left: 620px;
  width:300px; 
  margin-left: 0px;
  text-align: right;
}

.perso_image {
  display: inline;
  line-height: 1;
}

#perso img {
  display: inline-block;
  background:#555;
  padding:2px;
  margin: 0 15px 15px 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 1px 1px 9px #999; 
  -webkit-box-shadow: 1px 1px 9px #999; 
  box-shadow: 1px 1px 9px #999;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  filter:alpha(opacity=50); 
  -moz-opacity: 0.5; 
  opacity: 0.5;
}

#perso a:hover img, #perso a:focus img {
  background:#fff;
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  filter:alpha(opacity=100); 
  -moz-opacity: 1; 
  opacity: 1;
}

footer {
  width: 960px;
  color: #555;
  margin: -3% auto;
  text-align: center;
}

footer a:link, footer a:hover, footer a:visited {
  color: #555;
}

#content {
  margin-top: 30px;
  margin-left: 30px;
}

h1 {
  display: inline-block;
  margin-top: 0;
  font-family: "NewRegular", "Lucida Grande",Tahoma, "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
  font-weight: normal;
  font-size: 80px;
  text-align: right;
  line-height: 0.8;
  color: white;
  text-shadow: 0px 0px 5px #fff;
}

h1 span {
  display: block;
  font-weight: normal;
  font-size: 50px;
  color: #0B0B0B;
  text-shadow: 0px 0px 10px #666;
}

h1 a, h1 a:visited {
  color: white;
  text-decoration: none;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

h1 a:hover, h1 a:focus {
  text-decoration: none;
  outline: none;
  text-shadow: 0px 0px 20px #fff;
}

h2 {
  font-size: 1.5em;
}

a {
  text-decoration: none;
}

a:link {
  color: #fff;
}

a:visited {
  color: #ddd;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

a:focus, a:active {
  outline: none;
}
 
a img {
  border: none;
}
