/* IMAGE DE FOND */

body {
  background-color: white;
  background-repeat:repeat;
  background-attachment: scroll;
}

/* MENU DE NAVIGATION */

body{
  margin: 0;
  font-family: Gill Sans;
  font-weight: 100;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 30px 0px;
  width: 100%;
}

li a{
  display: inline;
  padding: 30px 0px;
  float: left;
  width: 25%;
}

li a.active{
  background-color: none;
  color: black;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: purple;
}

/* TEXTE */

header{
    margin-top: -10px;
    background-color: white;
    display: block;
    position: fixed;
    width: 100%;
}

h1{
	font-size: 25px;
	color: black;
  font-family: Gill Sans;
  background: #C71585;
}

h2{
	font-size: 20px;
	color: black;
  font-family: Gill Sans;
  font-weight: 100;
}

h3{
	font-size: 15px;
	color: black;
  font-family: Gill Sans;
  font-weight: 100;
}

h4{
  font-size: 10px;
  color: black;
  font-family: Gill Sans;
  font-weight: 100;
}

p{
	font-size: 12px;
	color: black;
  font-family: Gill Sans;
  font-weight: 100;
}

footer {
  background-color: white;
  margin-bottom: 0px;
  position: fixed;
  bottom: 0;
  display: block;
  padding: 0px 0px;
  width: 100%;
  float: left;
}

.newanchor:link {
color:seagreen;
text-decoration:none;
}

.newanchor:hover{
color:hotpink;
}

.classname:link    {color:seagreen;}
