@font-face {font-family: 'Lato';src: url('../fonts/Lato-Light.ttf') format('truetype');}

body {background-image:url(../Images/fond_gris.jpg);background-attachment:fixed;}
.container-fluid {margin:0;padding:0;}
#bandeau {background-image:url(../Images/band.jpg);height:160px;width:100%;position:fixed;top:0;z-index:10000;}

.divider-vertical {
    height: 40px;
    margin: 0 19px;
	top:5px;
    border-left: 1px dotted gray;
    border-right: 1px dotted gray;
}
ul {text-align:center;margin-top:3%;}
li {display:inline;list-style: none;font-family:Lato;font-size:20px;color:gray;text-decoration:none;background: transparent;}
a:hover {text-decoration:none; color:#297E94;}
a{list-style:none;background: transparent;
	color:gray;
	font-family:Lato;text-decoration: none;font-size:20px;}

#titre {font-family:Lato;font-size:30px;text-align:center;}
#para {font-family:Lato; font-size:18px;color:black;text-align: justify;}
#martop {margin-top:225px;}