﻿/*--------------------------------------------------*/



 a{

	text-decoration:none;
}

div{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#008000;
	
}

.divespace{
	padding:0.6em;
}

.flex{
	    display: flex;
    flex-wrap: wrap;
}

.flexcentre{
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


.flextotal{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexecarte{
	display: flex;
	justify-content: space-between;
}


hr{
        height: 1px;
        background-color: #42E21B;
        border: none;
        
        margin: auto;
    max-width: 1000px;
    width: 100%;

      }
main{ 
margin: auto;
    max-width: 800px;
    width: 100%;
    
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
}


h1{
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
color:#008000;
text-decoration:underline;
}

h2{
font-family:Arial, Helvetica, sans-serif;
color:#008000;
}

h3{
font-family:Arial, Helvetica, sans-serif;
color:#008000;
width:100%;
text-align:left;
}


p{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#008000;
width:100%;
text-align:left;

}


li{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#008000;
list-style-type: circle;
  padding-bottom:15px;

}

.basdebage{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#008000;

}

.divgauche{
	width:500px;
}

.imagedroite{
	width:280px;
	padding-left:20px;
}

.bouton{
	border: 1px solid #000000;
	background-color: #61EA41;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border-radius: 5px;
}



.bouton:hover{
	background-color:#FEFF4C;
	cursor:pointer;

}




/*----------------------------------------------------------------------------Menus------------------------------------------------*/


.imagesmenu{
		padding:10px;

}

.menugeneral{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding:10px;
margin: auto;
    max-width: 1000px;
    width: 100%;
    

}

.boutonmenu{
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-bottom:5px;
	}


.boutonmenu:hover {
	border-bottom-style: solid;
	border-bottom-width: 3 px;
	border-bottom-color: #42E21B;
	margin-bottom:2px;
	
	}
.menuactif{
	border-bottom-style: solid;
	border-bottom-width: 3 px;
	border-bottom-color: #42E21B;
	margin-bottom:2px;

}



/*------------------------Page Accueil--------------------------*/



.listeaccueil{
	
}
