@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Georgina';
    src: url('/font/Georgina.eot');
    src: url('/font/Georgina.eot?#iefix') format('embedded-opentype'),
        url('/font/Georgina.woff2') format('woff2'),
        url('/font/Georgina.woff') format('woff'),
        url('/font/Georgina.ttf') format('truetype'),
        url('/font/Georgina.svg#Georgina') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
background-color:#232124;
border:none;
margin:0px;
}
.home {
    background-color: #232124;
}
 /* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #232124;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
	font-family: 'Quicksand', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	text-transform:uppercase;
}
.titre
{
padding-left:56px;
vertical-align:middle;
}

/* Links inside the navbar */
.navbar a {
    float: right;
    display: block;
    color: #f4e139;
    text-align: center;
   padding: 14px 56px 14px 0px;
    text-decoration: none;
}
.navbar a:hover{
color:#fff;
text-shadow: 0px 0px 15px #fff;
}

/* Main content */
.main {
	margin-bottom: 30px; /* Add a bottom margin to avoid content overlay */
    margin-top: 100px; /* Add a top margin to avoid content overlay */
	margin-left: 100px;
	margin-right: 100px;
} 


 /* The navigation bar */
.navbarBottom {
    position: fixed; /* Set the navbar to fixed position */
    bottom: 0; /* Position the navbar at the bottom of the page */
    width: 100%; /* Full width */
	background-color: #232124;
	font-family: 'Quicksand', Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
} 
.navbarBottom a {
    float: right;
    display: block;
    color: #f4e139;
    text-align: center;
    padding: 14px 56px 14px 0px;
    text-decoration: none;
}
.navbarBottom a:hover{
color:#fff;
text-shadow: 0px 0px 7px #fff;
}

img {
max-width:100%;
height:auto;
background-position:center;
background-repeat:no-repeat;
background-color:none;
border:none;
}

p {
	font-family: 'Quicksand', Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#fff;
}


a{
color:#90cdd3;
font-weight:normal;
text-decoration:none;


}
a:hover{
color:#999999;
 text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);

}
h1{
color:#90cdd3;
 text-shadow: 1px 1px #333;
font-family: 'Georgina', cursive;
font-size: 50px;
font-weight:normal;
margin-bottom:-15px;
font-stretch:ultra-condensed;
}
.bouton{
color:#232124;
  background-color: #90cdd3;
  text-transform:uppercase;
  font-family: 'Quicksand', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  width:130px;
  font-weight:bold;
  padding:10px;
  -moz-box-shadow: 0px 1px 1px #000; 
-webkit-box-shadow: 0px 1px 1px #000; 
box-shadow: 0px 1px 1px #000;
outline: none;
line-height:19px;
text-align:center;
 border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bouton a{
background-color:#90cdd3;
padding:5px 8px;
color:#232124;
text-decoration:none; 
text-align:center;
font-weight:bold;

}
.bouton a:hover{
 color:#fff;
 font-weight:bold;
}
table{
border:none;}