
		
.body {
        background-color:#CFCFFF;
		
		font-family: 'Satisfy', cursive;

   
		border: solid thick black;
		border-radius: 10em;

}

.haut {
		background-color:black;
		color:white;
		text-align:center;
		eight: 5%/*longueur*/; width:80%/*largeur*/;
			padding:5px;
			color:white;
			font-style: italic;
			border: solid thick blue;
 			border-radius: 10em;
			box-shadow: black 0.5em 0.5em 0.3em			

	}

.gauche {
	float: left;
	background-color:black;
	position: absolute; top: 40%; left: 2%;
	color:black;
	eight: 70%/*longueur*/; width:15%/*largeur*/;
			padding:10px;
			color:white;
			font-style: italic;
			border: solid thick blue;
 			border-radius: 10em;
			box-shadow: black 0.5em 0.5em 0.3em



	}


.droite {
	float:right;
	width:20%
	background-color:#CFCFFF;
	
}


.article {	float:center;
 		background-color:black;
		width:50%/*largeur*/;
		
			padding:10px;
			color:white;
			font-style: italic;
			font-size:20px;
			border: solid thick blue;
 			border-radius: 10em;
			box-shadow: black 0.5em 0.5em 0.3em


}


.article1 {	float:center;
 		background-color:#CFCFFF;
		width:50%/*largeur*/;
		
			padding:10px;
			color:black;
			font-style: italic;
			font-size:20px;
			border: solid thick blue;
 			border-radius: 10em;
			box-shadow: black 0.5em 0.5em 0.3em


}




.bas {

	clear:both;
	background-color:#CFCFFF;
	width:30%/*largeur*/;
	eight: 80%/*longueur*/;
	
	} 


.h1{
		color:white;
		font-size:50px
}

.h2{
			color:white;
			font-style: gras;
			border: ;
 			border-radius: 10em; 
			font-size:40px
		
}

.h3{
		color:white;
			font-style: gras;
			border: ;
 			border-radius: 10em; 
			font-size:30px
		
}


.lien {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

.lien:link {
  color: #265301;
}

.lien:visited {
  color: #356604;
}

.titrearticle2{

			
			color:white;
			font-style: gras;
			border: solid thick blue;
 			border-radius: 10em;
			

}	


#accueil{/* change le lien de retour en haut*/
			
			position: absolute; top: -5%;  left: 33%;
			padding:10px;background:#CFCFFF;
			color:white;
			font-style:;
			border: solid thick blue;
 			border-radius: 10em;
			box-shadow: black 0.5em 0.5em 0.3em

}

.inscription1{

			color: red;
			font-style:italic;
			font-size:50px  ;
			
			}


.inscription2{

			color: red;
			font-style:italic;
			font-size:20px  ;
			
			}


.fonddepage{
        background-color:black;
		
	

   
}




