body
{
  margin: 0px;
  padding: 0px;
}

.main
{
  margin-left: 190px;
  margin-right: 20px;
  width: auto;
}
.content
{
 background-color: #CCC;
 margin-top: 20px;
 margin-bottom: 20px;
 padding: 50px;
 line-height: 40px;
 font-size: 24px;
 display: none;
 font-family: serif;
}

.content1
{
 background-color: #CCC;
 margin-top: 20px;
 margin-bottom: 20px;
 padding: 50px;
 line-height: 40px;
 font-size: 24px;
 display: none;
}

input
{
  display: none;
}

.input2:checked ~ .content
{
  display: block;
}

.input1:checked ~ .content1
{
  display: block;
}

header
{
  background-color: #222;
  color: #11AA11;
  font-size: 50px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  height: 100px;
  line-height: 90px;
  box-shadow: 0px 10px 5px  #AAA;
  margin-left: 165px;
}

nav li
{
  float:none;
  width: inherit;
  border-bottom: 1px #EEE solid;
}

nav .first
{
  margin-top: 99px;
  border-top: 1px #EEE solid;
}

nav .actual
{
  background-color: #105510;
}

nav
{
  margin-top: 0px;
  padding-top: 0px;
  max-width: 176px;
  float: left;
  height: 100%;
  position: fixed;
  background-color: #333;
  border-right: 1px #EEE solid;
  z-index: 1;
  font-family: 'Raleway', sans-serif;
}

nav li a
{
  display: block;
  color: #FFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  width: inherit;
}
nav ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: #333;
}

nav li:hover
{
  background-color: #10CC10;
}

footer
{
  display: inline-block;
  background-color: #222;
  color: #FFF;
  width: 100%;
  border-top: 10px solid #555;
}

footer .anchorup
{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #777;
  font-family: 'Raleway', sans-serif;
  line-height: 40px;
}

footer .anchorup:hover
{
  color: #11AA11;
}

h1
{
  min-width: 100%;
  font-size: 45px;
  text-align: center;
  text-decoration: underline;
  font-family: 'Raleway', sans-serif;
}

h2
{
  min-width: 100%;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
  color: #FF0000;
  font-family: 'Raleway', sans-serif;
}

.h1menu
{
  margin-bottom: 0px;
  height: 4px;
  background-color: #111111;
  width: 100%;
}

.titleblue
{
  background-color: #01A4FF;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  padding-left: 50px;
  line-height: 50px;
  font-size: 40px;
  cursor: pointer;
  display: block;
  font-family: 'Raleway', sans-serif;
}

.titleblue:hover
{
  background-color: #0174DF;
}

.forfooter
{
  margin-left: 165px;
}

.rq
{
  background-color: #04B431;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  padding-left: 50px;
  font-size: 20px;
}

.remarque
{
  text-decoration: underline;
  font-size: 25px;

}

.anchor
{
  height: 40px;
}

.spe
{
  color: #5D5D5D
}

.totheright
{
  font-size: 12px;
  float: right;
}

.ographie
{
  color: #323232;
  text-decoration: none;
}

.ographie:hover
{
    color: #55CC99;
    text-decoration: underline;
}

.nothing
{
  visibility: hidden;
  height: 30%;
}

.undert
{
  font-size: 28px;
  text-decoration: underline;
  color: #F00;
  display: block;
  margin-bottom: 20px;
}
