html, body {
    height: 100%;
    margin: 0; padding: 0;
}


body {
    display : table;
    width: 100%;
}   
    
h1{
   text-align: center; 
    
    
}
      
p 
{
    color:maroon;
    text-align: justify;
    padding: 15px;
}
    
.michel{        /*page iaido*/
    
    float:right;
    padding: 12px;
}

.p1{
    padding: 15px;
    width:70%; 
}
.p2{
    padding:12px; 
    width: 75%
}   
.p3{
    
    padding:12px; 
    
    
}

.passage{
    padding: 12px;
    float:left;
}
.tamura{
    
    
    
}
.pied{                    /*pied de page*/
    min-height: 50px;
    text-align:center;/* alignement : centre (center), gauche (left) ou droite (right) */ 
    color:white;/* couleur des caractÃ¨res */ 
    background:#384452;/* couleur de fond du pied de page */ 
     width: 100%; /* permet d'avoir une longueur de 100% */ 
    /* permet de fixer le pied de page */ 
    bottom:0; /* dire au pied de page que sa position et tout en bas */ 
    height:40px; /* hauteur du pied de page */ 
    font-weight:bold; /* caractÃ¨res gras */ 
     margin-right:0px; 
     text-align:center; 
     background-image:url(img/faceb2.png); 
     border-top:1px solid black; 
 

} 
   
article{
    
    margin: 20px;
}
    
    
    
    
    
    
.element1{               /*page presentation*/  
    text-align: justify;
    color:maroon;
    margin: 50px ;
}
.element2{
  
     margin-left: 38%;
     
     color:maroon;
}
.adhesion1{
    color:maroon;
    width:auto;
    padding:40px;
    margin:auto;    
}
          /*bouton adhesion*/
.bouton a {
    float:left;
    margin:2px;
    display:block;
    width:150px;
    line-height:50px;
    text-align:center;
    vertical-align:middle;
    background:url(../img/boutonnoir.png) no-repeat;
    color:white;
    text-decoration:none;
}
.bouton a:hover {
    background:url(../img/boutonnoir2.png) no-repeat;
}
.bouton a{    
    
  overflow: hidden; /* Empêche le dépassement des flottants. */
}
#imageLogo 
{   
    
    margin-left: 35%;
}
#monbloc {
	color:blue;
margin:0 auto 0 auto;
width:300px;
height:100px;
}
.anim{
	
	
	color:maroon;
}