
* {
  box-sizing: border-box;
}

/* Style the body */
body {
  font-family: Arial;
  padding: 0px;
  color :whitesmoke;
  background-image: linear-gradient(62deg, #3a3d40 0%, #181719 100%);
}

/* en tête général*/
#myheader {
  padding: 40px;
  text-align: center;
  color: whitesmoke;
  font-family: Verdana, Time New Roman;
  background-image: linear-gradient(62deg, #3a3d40 0%, #181719 100%);
}

/* paragraohe d'en tête général*/

#myheader  p
{
  color: whitesmoke;

/* pour entourer */
  border: 1px solid yellow;
    padding: 16px 24px;
    display: inline-block;
    border-radius: 25px;

    box-shadow: 0 0 .2rem #fff,
              0 0 .2rem #fff,
              0 0 2rem #bc13fe,
              0 0 0.8rem #bc13fe,
              0 0 2.8rem #bc13fe,
              inset 0 0 1.3rem #bc13fe;


}

#resume
{
  font-size: 18px;
  text-align: center;
  color: whitesmoke;
   font-family: Verdana, Time New Roman;
  
}

#connexion{
  font-size: 18px;
  text-align: center;
  color: whitesmoke;
   font-family: Verdana, Time New Roman;
  
}




/* Footer */
.myfooter {
padding: 30px ;
text-align: center;
color: white;
background-image: linear-gradient(62deg, #3a3d40 0%, #181719 100%);
}

span.footerlink
{
  color: white;
  text-decoration: underline;
}


#navig ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
}

#navig li {
  float: left;
}

#navig li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#navig li a:hover {
  background-color: black;
  color: black;
}

p{
  padding: 5px;
  color: whitesmoke;
}

.TitresParties h3
{
  color: whitesmoke;
}

.listes_elements li
{
  color: whitesmoke;
}

.puce ul{
   color: whitesmoke;

}


hr
{
  color: whitesmoke;
}


#wiki a:hover
{
  background-color: whitesmoke;
  color: black;
}


#wiki a
{
  color: hotpink;
}



a:link{
  color: hotpink;
}


a:hover{
  color: lightcyan;
  background-color: whitesmoke;
  color: black;
}



.gradient a:link{
  color: hotpink;
}


.gradient a:hover{
  color: lightcyan;
  background-color: whitesmoke;
  color: black;
}

