@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #eee;
    font-family: 'ArialNova', 'Source Sans Pro', Arial, sans-serif;
    font-size: 100%;
}

.annule {
    clear: both;
    line-height: 0;
}

a, a:link, a:visited, a:hover, a:active {
    outline: 0;
}

/***********************HEADER**************************/

header {
    display: table;
    height: 70px;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to bottom, #006980, #3B8C9F);
    box-shadow: 0px 0px 10px grey;
}

#grosTitre {
    position: absolute;
    left: 20px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
}

#grosTitre img {
    margin: 5px 0;
    height: 60px;
}

nav#top-menu {
    display: table-cell;
    vertical-align: middle;
}

nav#top-menu ul {
    list-style-type: none;
    margin: 0;
}

nav#top-menu li {
    display: inline;
    margin: 20px;
    font-weight: bold;
    font-size: 1.4em;
}

nav#top-menu a, nav#top-menu a:link, nav#top-menu a:visited, nav#top-menu a:hover, nav#top-menu a:active, nav#top-menu a:focus {
    padding: 2px 0px;
    text-decoration: none;
    color: #0D3E49;
    text-shadow: 1px 1px 0px rgba( 255, 255, 255, 0.2);
}

nav#top-menu a:hover, nav#top-menu a:active, nav#top-menu a:focus, nav#top-menu a.active {
    color: #b8f2ff;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
}

.neon {
    color: #e0eded;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

/*************************FOOTER***********************/

footer {
    margin-top: 50px;
    height: 100px;
    line-height: 100px; /*pour centrage vertical*/
    vertical-align: middle;
    /*background-color: #3F3F3F;*/
    background-color: rgb(174, 174, 174);
    text-align: center;
}

footer span {
    color: #303030;
    font-size: 0.8em;
    font-weight: bold;
}

footer img {
    margin: 0 0 0 5px;
    vertical-align: middle;
}

#conteneur {
    margin: 50px auto;
    width: 800px;
    background-color: white;
    box-shadow: 0px 0px 10px grey;
}

.bloc {
    margin: 40px 50px 0px 50px;
}

.bloc img {
    float: left;
    margin: 0px 10px 3px 0px;
}

.bloc p {
    margin: 0 0 10px 0;
    font-size: 0.9em;
}

.bloc h1 {
    margin: 0px 0px 10px 0px;
    font-size: 1.4em;
    font-weight: normal;
    text-align: left;
    color: #006980;
}
