@charset "utf-8";
/*CSS Hydroweb 6
Develloppement Jeremy GROUSSIER Copyright*/


*{
    margin: 0px;
    padding: 0px;
    font-family: Century Gothic;
}
#header{
	background-image: url("Images/fond_haut.jpg");
  	background-repeat: repeat;
	background-color:#565656;
  	/*width: 100%;*/
  	height: 150px;
  	padding: 0;
}

#header	h1{
    color: #1900FF;
    font-family: actor;
    font-style: normal;
    font-weight: 400;
}
#header h2 {
	color:#FFFFFF;
	font-size: 14px;
	margin-left: 20px;
}

nav{
    width: 100%;
    margin: 0 auto;
    background-color: white;
    position: sticky;
    top: 0px;
}

nav ul{
    list-style-type: none;
}

nav ul li{
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}

nav a:hover{
    color: #ff9600;
    border-bottom: 2px solid;
	border-bottom-color: #ff9600;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
.deroulant > a:after{
    content:" ▼";
    font-size: 12px;
}

footer{
	background:#565656;
	position:absolute;
	bottom:0;
	width:100%;
	padding-top:20px;
	height:40px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

body {
	background: url("Images/fond_barrage_eau.jpg") no-repeat center center fixed ;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	position: relative;		
}

body h1{
	font-size: 24px; 
	color:#ff9600;
	margin-left: 10px;
	margin-bottom: 10px;
}
body h2{
	font-size: 20px;
	color:#002dff;
	margin-left: 20px;
	margin-bottom: 10px;
}

body h3{
	font-size: 18px;
	color:rgba(255,255,255,1.00);
	margin-left: 40px;
	margin-bottom: 10px;
}

.para_gris{
	background-color:#565656;
	margin-left: 20px;
	margin-right: 20px;
	color: white;
	padding: 20px;
}

.chemin{
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	font-size: 10px; 
}

.intro{
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
}
.petit{
 	font-size: 10px; 
}

.image1
{	background-color:rgba(55,55,55,1.00);
	padding: 6px;
}
