body
{
  background-color: Black;
}

.corpsPage
{font-family:Verdana;
    background-color: White; 
    color: Black;
    text-align:left;
    width:950px;
    margin:30px auto 30px auto;
    height: auto;
    border-radius:10px;
    padding:20px 20px 20px 20px;
}


h1
{
  text-align:center;
  color:black;
  text-decoration: underline;box-shadow
}

h2 
{
  font-weight:bold;
  color: Red;
}
h3{
  font-family: Bodoni;
  text-align:center;
  color: Blue;
  text-decoration: underline;
}
table{
  background-color:white;
  color : Black;
  border:1;
  cellpadding:15;
  align:center
}

td{
  color:violet;
}

#progress{
	background-color: green;
	height: 6px;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999; 
}

#Titre{
  text-align:center;
  color: Grey;
  text-decoration: box-shadow;
  font-size: 50px;
}


.header{
    height:1px;
    width:cover;
    background:White;
    /*background-image:url(ressources/Ivanova_route.jpg);*/
    background-position:50% 50%;
    background-repeat:no-repeat;   
    /*background-image:url(ressources/fabian-irsara-92115-unsplash-2web2.jpg);
     background-position:50% 50%;*/
}

.yeux{
    background-size: cover;
    height:50px;
    /*width:100%;*/
    background:Black;
    background-image:url(ressources/IMG_0107.jpg);
    background-repeat:no-repeat;
    background-position:50% 35%;
}

.liens li a {
  color: White;
  
  
}

.nav {
  width: 100%;
  height: auto; 
  background: #839c49;
}

.nav ul {
  padding: 20px;
  margin: auto;
  list-style: none;
  text-align: center;
}
.nav ul li {
  display: inline-block;
  margin: 0 10px;
}
.nav ul li a {
  padding: 10px 0;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
}
.nav ul li a:hover {
  color: #34495E;
}
a.active {
  border-bottom: 2px solid #ecf0f1;
}

















.nav.fixed{/*
  transition-property: margin-top,margin-right;
  transition-duration: .5s,.1s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
  -moz-transition-property: margin-top,margin-right;
  -moz-transition-duration: .5s,.1s;
  -moz-transition-delay: 0;
  -moz-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
  -o-transition-property: margin-top,margin-right;
  -o-transition-duration: .5s,.1s;
  -o-transition-delay: 0;
  -o-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
  -ms-transition-property: margin-top,margin-right;
  -ms-transition-duration: .5s,.1s;
  -ms-transition-delay: 0;
  -ms-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
  -webkit-transition-property: margin-top,margin-right;
  -webkit-transition-duration: .5s,.1s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);*/
 
  position: fixed;
  top:0;
  z-index:1000;
  width:100%;
  margin-right: 10px;
  /*height:80px;
  
    margin-bottom:15px;
  text-align:center;
  
  margin-left: 0px;
  margin-right: 0px;*/
}