/*le style de la page*/
body {
    background-color: #c6ac93;
    font-family: ariel;    
}
p {
	line-height: 50px ;
	text-align: justify;
	padding: 0.5%;
	font-family: merienda;
}
/*Le grand titre en noir et bleu*/
h1.art-shadow {
    text-shadow: 2px 4px 3px blue;
	color: black;
	font-size: 55px;
}
h1 {
    color: #fff;
    text-align : center;
    font-family: bignoodletitling;
    font-weight: bolder;        
}
/*Les thèmes seront en violet et avec l'ecriture bignoodletitling*/
h2 {
    color: #fff;
    text-align: center;
    font-family: bignoodletitling;
    font-weight: bolder;
    outline-color: lightblack;
    outline-style: groove;
    outline-width: thick;
}

}
/*liste a puces avec l'ecriture bignoodletitling*/
ul {
    font-family: bignoodletitling;
}
/* de la a */

ul.nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;  
		
	
}
ul.nav a { 
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	letter-spacing: 3px;
	font-family: bignoodletitling;
}
ul.nav li{
    float: center;
}
li a.active{
    background-color: darkblue;
}
li a:hover:not(.active) {
    background-color: darkblue;
}
a{
    color:black;
	text-decoration: none
}
/*a la c'est pour faire la barre de navigation*/

/*le tableau a une bordure 1px solide en noire*/

table, th, td {
  border: 1px solid black;
}
}   
/*le tableau prendra 50 pourcent de la largeur de la page et sera au centre*/
table{
    width: 50%;
    margin-left: auto;
    margin-right: auto;      
}
