/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	margin-top: 0px;
	margin-bottom: 50px;
	background: none;
}

.full {
  background:url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1{
    color:#5ac3e4;
}
.block{
	margin: 0 auto;
	width:100%;
}
.block-intern {
	margin: 30px 20px 30px 30px;
}
.blanc{
	background:#fff;
	opacity: 1;
}
.bleu{
	color:#5ac3e4;
}
.blancOpacity1{
	background:#fff;
}
.margin10{
	margin: 10px auto;
	padding:15px 0 15px 0;
	text-align:center;
}
.navbar-inverse {
    background-color: #5ac3e4;
    border-color: #5ac3e4;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}