@font-face {

    font-family: "ecriture";
    src: url('Cursif.ttf');
}
body {
    border: brown 10px solid;
margin:25px;
background-color: #f4edde;
/*background-color : #e6d7c0;*/
}


p { 
	color: black;
	margin:20px;
	}

H1  { 	
	text-align: center;
    font-family: sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
    text-decoration: underline; 
	}
H2  { 
	margin-bottom: 0px; 
    margin:28px;
    text-decoration: underline;
	}
H3  { 
    margin:20px;
	margin-bottom: 0px; 
	}
.adresse    
    {
    margin:40px;
    text-align: center;
    font-family: Cursif, ecriture;
    font-size: 2em;
    }
    
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
    video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:1px solid  #ffffff ;
}

a {
color: blue;
}
a:hover 
  { 
  color: #4169e1;
  text-decoration: underline; 
  background-color: transparent }
a:active 
  { color: #900; 
  text-decoration: underline; 
  background-color: transparent }
a.bouton {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset black;
  /*border: 2px outset #93176c;*/
}
a.bouton:hover {

  background-color: white;
  border: 2px inset #c0c0c0;
}
