body 
	{ 
  		margin: 5px;
  		padding: 5px;
  		background: url(AmbohidratrimoAmbohistiroaEst.jpg) no-repeat center fixed; 
  		-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  		background-size: cover; /* version standardisée */
	}

@font-face{
    	font-family: 'ambleregular';
    	src: url('Amble-Regular-webfont.eot');
    	src: url('Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('Amble-Regular-webfont.woff2') format('woff2'),
        url('Amble-Regular-webfont.woff') format('woff'),
        url('Amble-Regular-webfont.ttf') format('truetype'),
        url('Amble-Regular-webfont.svg#ambleregular') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}

conteneur
	{	
		display: flex;
		flex-wrap: wrap;
		padding: 25px;
		justify-content: space-around;
	}

section
	{
		margin: 20px;
		padding: 10px;
	}


p, h1, h2, h3
	{
		color: #FFFFFF;
		margin: 1em;
		font-size: x-large;
	}


.arrondie2
	{
		border-radius:10px;
	}

.intro
	{
		color: #d8d8d8;
		text-decoration: none;
		/*text-shadow: -1px 0 #800000, 0 1px #800000, 1px 0 #800000, 0 -1px #800000;*/
		text-align: center;
		border: 2px 2px 2px 2px solid #800000;
		font-size: normal;
	}

.center-div
	{
     margin: 0 auto;
     width: 100px; 
	}

a
	{
		color: #d8d8d8;
		/*color: #582900;*/
		text-decoration: none;
		text-transform: uppercase;
		text-shadow: -1px 0 #800000, 0 1px #800000, 1px 0 #800000, 0 -1px #800000;
	
	}

a:hover
	{
	color: #000000;
	text-decoration: underline;
	}

a:active
	{
		color: #2F1B0C;
	}

a:visited
	{
	color: #0000000;
	}	

.styled
	{
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    text-color: #ffff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #0000;
    border-radius: 10px;
    background-color: #7c484c;
    padding: 5px 10px 5px 10px;
	}

.styled:hover
	{
	    border: 2px solid #7c484c;
		background-color: #e5dbce;
		border-radius: 20px;
	}

.styled:active
	{
	    background-color: #ffff;
	}

li
	{
		list-style-type:none;
	}