/*@import url(http://fonts.googleapis.com/css?family=Exo:600);*/
@import url("http://fonts.googleapis.com/css?family=Syncopate");
/*@font-face*/
/*font-family 'Home Remedy'*/
/*src url(HomeRem.ttf)*/
body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  background-image: url("images/back.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
body a {
  text-decoration: none;
}
body main {
  width: 980px;
  margin: auto;
/*TOUT CE QUI TOUCHE AUX "SECTIONS", DONC AUX DIFFRENTES PAGES*/
/*Dès qu'une page est ajoutée, il faut la rajouter ici aussi en "inline-block"*/
/*Metre "text-align center" seulement quand on a des images et des boutons !*/
/*TOUT CE QUI TOUCHE AUX "IMG"*/
/*TOUT CE QUI TOUCHE AUX "DIV"*/
/*TOUT CE QUI TOUCHE AUX "P"*/
/*TOUS LES TITRES*/
/*ASIDE*/
/*TOUT CE QUI TOUCHE A LA NAV*/
/*Pour le "nav > .menu", il suffit de mettre un titre dans le fichier jade en ".menu" et de retirer le padding de 40 sur l'aside*/
/*nav > .menu
      margin-top 20px
      margin-bottom 15px
      font-family 'Syncopate',  sans-serif
      font-size 14px
      color #ec1c56
      font-weight bold
      text-align center*/
}
body main header {
  position: absolute;
  width: 980px;
  margin: auto;
  top: 20px;
}
body main > div,
body main section div {
  display: none;
}
body main section {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  width: 720px;
  box-shadow: 0 0 10px #808080;
  background-color: rgba(255,255,255,0.9);
  margin-left: 240px;
  margin-top: 150px;
  margin-bottom: 40px;
  padding: 10px;
}
body main #accueil:target {
  display: inline-block;
}
body main #presentation:target {
  display: inline-block;
}
body main #kits:target {
  display: inline-block;
  text-align: center;
}
body main #signatures:target {
  display: inline-block;
  text-align: center;
}
body main #avatars:target {
  display: inline-block;
  text-align: center;
}
body main #bann:target {
  display: inline-block;
  text-align: center;
}
body main #bann:target img {
  width: 700px;
}
body main #charteGraph:target {
  display: inline-block;
  text-align: center;
}
body main #charteGraph:target img.pa {
  width: 700px;
}
body main #sitesInt:target {
  display: inline-block;
  text-align: center;
}
body main #credits:target {
  display: inline-block;
  text-align: center;
}
body main #partenariat:target {
  display: inline-block;
  text-align: center;
}
body main .divPresa {
  display: inline-block;
  width: 330px;
  height: 300px;
  padding: 10px;
  margin: 0 5px 5px 5px;
  background: rgba(0,0,0,0.04);
  vertical-align: top;
}
body main .divActu {
  display: inline-block;
  width: 330px;
  height: 300px;
  padding: 10px;
  margin: 0 5px 5px 5px;
  background: rgba(0,0,0,0.04);
}
body main .scroll {
  display: block;
  width: 330px;
  height: 260px;
  overflow: auto;
}
body main img {
  margin: 0 5px 5px 5px;
}
body main img.imgAccueil {
  float: left;
  margin: 10px;
  margin-right: 20px;
  margin-top: 4px;
}
body main .imgActu {
  margin: 10px;
  text-align: center;
}
body main div > a.boutonPres {
  background-color: #d1d1d0;
  color: #000;
  padding: 5px;
  margin: 5px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
body main div > a.boutonPres:hover {
  color: #fff;
  background-color: #ec1c56;
  transform: scale(1.1);
  transition: all 0.5s ease;
}
body main section > a.bouton {
  background-color: #d1d1d0;
  color: #000;
  padding: 5px;
  margin: 5px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
}
body main section > a.bouton:hover {
  color: #fff;
  background-color: #ec1c56;
  transform: scale(1.1);
  transition: all 0.5s ease;
}
body main a.social {
  text-align: center;
  display: block;
  margin-top: 20px;
}
body main p {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: justify;
  font-size: 12px;
}
body main .footer {
  text-align: center;
  font-size: 10px;
}
body main .contact a {
  background-color: #d1d1d0;
  color: #000;
  padding: 5px;
  text-align: center;
  width: 220px;
  margin: auto;
  display: block;
  font-size: 16px;
}
body main .contact a:hover {
  color: #fff;
  background-color: #ec1c56;
  transform: scale(1.1);
  transition: all 0.5s ease;
}
body main .pAccueil {
  text-align: center;
}
body main .date {
  font-size: 11px;
  color: #808080;
  margin-bottom: 5px;
}
body main .actu {
  margin-top: 30px;
  margin-bottom: 10px;
}
body main .actuBis {
  margin-top: 10px;
  margin-bottom: 10px;
}
body main .actuBisFin {
  margin-bottom: -5px;
  padding-bottom: 15px;
  border-bottom: dotted #a2a2a2 1px;
}
body main h1 {
  color: #ec1c56;
  font-family: 'Syncopate', sans-serif;
  font-size: 25px;
  text-align: center;
  margin: 10px 0 20px 0;
  padding-bottom: 1px;
}
body main h2,
body main h3 {
  color: #000;
  font-family: 'Syncopate', sans-serif;
  font-size: 12px;
  text-align: center;
  margin-bottom: -10px;
  margin-top: 20px;
  padding-bottom: 30px;
  padding-top: 20px;
  border-top: dotted #c6c6c6 1px;
}
body main h2.rose {
  color: #ec1c56;
  font-size: 14px;
  margin-bottom: -10px;
  margin-top: 20px;
  padding-bottom: 30px;
  padding-top: 20px;
  border-top: dotted #7a7a7a 1px;
}
body main h2.titreActu {
  color: #ec1c56;
  font-size: 14px;
  margin-bottom: -10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: none;
  border-bottom: dotted #7a7a7a 1px;
}
body main h3.news {
  color: #000;
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  padding-bottom: 10px;
  border-top: none;
}
body main aside {
  width: 160px;
  display: inline-block;
  top: 150px;
/*vertical-align top
      margin-left 0
      margin-top 0*/
  padding: 40px 20px 30px 20px;
  font-size: 12px;
  box-shadow: 0 0 10px #808080;
  position: fixed;
  background-color: rgba(255,255,255,0.9);
}
body main nav > a.bouton {
  background-color: #d1d1d0;
  color: #000;
  padding: 5px;
  margin: -5px 0 -5px 0;
  display: block;
  text-align: center;
}
body main nav > a.boutonPart {
  margin: -5px 0 -5px 0;
  display: block;
  text-align: center;
}
body main nav > a.bouton:hover {
  color: #fff;
  background-color: #ec1c56;
  transform: scale(1.1);
  transition: all 0.5s ease;
}
body main nav > a.boutonPart:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
body main nav > a.active {
  color: #fff;
  background-color: #ec1c56;
}
/*FOOTER*/
footer {
  width: 100%;
  background: rgba(0,0,0,0.8);
  color: #fff;
  text-align: center;
  font-size: 10px;
  bottom: 0;
  position: fixed;
}
