body {
    background-color: #556B2F ;/*DarkSeaGreen*/
}
.conteneur-flexible {
	display : flex ;
	align-content :space-around ;
	background-color: #556B2F ;/*DarkSeaGreen*/
	box-sizing : border-box ;
	width : 100% ;
}

.ligne{ flex-direction: row ;
}

.wrap{
	flex-wrap : wrap ;
}




.element-flexible-1 {
	flex: 1  0  80% ;
	background-color: RGBa(120,240,150,0.7);
	
	height : 500px;
	padding : 10px  0px ;
	text-align : center ;	
	border : 2px solid green ;
	box-sizing : border-box ;
	margin : 5px ;
	background-color:yellow; 
	background-image: url("../images/causse_d.jpg");
	background-position: 50% 90%;
	background-size: 110% ;
	border-style: ridge;
	border-width: 10px;
	border-color: #FFF8DC; 
}

.element-flexible-2 {
	flex: 1  0  25% ;
	background-color: RGBa(120,240,150,0.7);
	
	height : auto ;
	padding : 10px  0px ;
	text-align : center ;	
	box-sizing : border-box ;
	margin : 10px ;
	border-style: ridge;
	border-width: 10px;
	border-color: #FFF8DC; 
}

.element-flexible-3 {
	flex: 1  0  70% ;
	background-color: RGBa(120,240,150,0.7);
	height : auto ;
	padding : 10px  0px ;
	text-align : center ;	
	box-sizing : border-box ;
	margin : 10px ;
	border-style: ridge;
	border-width: 10px;
	border-color: #FFF8DC; 
}

.granette_8{
	margin-left: 10px;
	margin-top: 20px;
	width: 20%;
	float:right;
}

#menu-demo2, #menu-demo2 ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
font-family:arial;
font-size: 0.85em;
}
#menu-demo2 li{
display:block;
position:relative;
border-radius:5px 5px 5px 5px;
margin:10px;
}
#menu-demo2 ul li{
display:inherit;
border-radius:0;
}
#menu-demo2 ul li:hover{
border-radius:0;
}
#menu-demo2 ul li:last-child{
border-radius:0 0 6px 6px;
}
#menu-demo2 ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;

}
#menu-demo2 li:hover ul{
max-height:50em;
}
/* background des liens menus */



#menu-demo2 li:first-child{
/*background-color: #00FFFF ;
background-image:-webkit-linear-gradient(top,#8B4513 0%, #8B4513 100%);*/
background-image:linear-gradient(to bottom, #8B4513 0%, #8B4513 100%);
}
#menu-demo2 li:nth-child(2){
/*background-color: #0000FF ;
background-image: -webkit-linear-gradient(top, #8B4513 0%, #8B4513 100%);*/
background-image:linear-gradient(to bottom, #8B4513 0%, #8B4513 100%);
}

#menu-demo2 li:last-child{
/*background-color: #FF0000;
background-image:-webkit-linear-gradient(top, #8B4513 0%, #8B4513 100%);*/
background-image:linear-gradient(to bottom, #8B4513 0%, #8B4513 100%);
}





/* background des liens sous menus couleurs des liens couleur dans le menu deroulant*/
#menu-demo2 li:first-child li{
background: #556B2F; /*DarkOliveGreen*/  
}
#menu-demo2 li:nth-child(2) li{
background: #556B2F; /*DarkOliveGreen*/ 
}
#menu-demo2 li:nth-child(3) li{
background: #556B2F; /*DarkOliveGreen*/
}
#menu-demo2 li:nth-child(4) li{
background: #556B2F; /*DarkOliveGreen*/ 
}
#menu-demo2 li:nth-child(5) li{
background: #556B2F; /*DarkOliveGreen*/
}

#menu-demo2 li:nth-child(6) li{
background: #556B2F; /*DarkOliveGreen*/
}
#menu-demo2 li:nth-child(7) li{
background: #556B2F; /*DarkOliveGreen*/ 
}
#menu-demo2 li:nth-child(8) li{
background: #556B2F; /*DarkOliveGreen*/
}
#menu-demo2 li:nth-child(9) li{
background: #556B2F; /*DarkOliveGreen*/
}
#menu-demo2 li:last-child li{
background: #556B2F; /*DarkOliveGreen*/
}



/* background des liens menus et sous menus au survol couleur prise par le survol*/
#menu-demo2 li:first-child:hover, #menu-demo2 li:first-child li:hover{
background: #F0E68C; /*Khaki */
}
#menu-demo2 li:nth-child(2):hover, #menu-demo2 li:nth-child(2) li:hover{
background: #F0E68C; /*Khaki */
}
#menu-demo2 li:nth-child(3):hover, #menu-demo2 li:nth-child(3) li:hover{
background: #F0E68C; /*Khaki */
}
#menu-demo2 li:nth-child(4):hover, #menu-demo2 li:nth-child(4) li:hover{
background: #F0E68C; /*Khaki */
}
#menu-demo2 li:nth-child(5):hover, #menu-demo2 li:nth-child(5) li:hover{
background: #F0E68C; /*Khaki */
}
#menu-demo2 li:nth-child(6):hover, #menu-demo2 li:nth-child(6) li:hover{
background: #F0E68C; /*Khaki */
}
#menu-demo2 li:nth-child(7):hover, #menu-demo2 li:nth-child(7) li:hover{
background: #F0E68C; /*Khaki */
}
#menu-demo2 li:nth-child(8):hover, #menu-demo2 li:nth-child(8) li:hover{
background: #F0E68C; /*Khaki */
}
#menu-demo2 li:nth-child(9):hover, #menu-demo2 li:nth-child(9) li:hover{
background: #F0E68C; /*Khaki */
}
#menu-demo2 li:last-child:hover, #menu-demo2 li:last-child li:hover{
background: #F0E68C; /*Khaki */
}


/* les a href */
#menu-demo2 a{
text-decoration:none;
display:block;
padding:2px 10px;
color:#fff;
font-family:arial;
font-size: 1.2em;
}
#menu-demo2 ul a{
padding:1px 0;
}
#menu-demo2 li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
color:#000;
}
h1{
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-size:  2em;
	font-style: italic;
    color:yellow; 
	margin-top: 15% ;
	}
	
.italic2{
	margin-top:2%;
	line-height: 1.3em;
	font-size:  1.2em;
	color: black;
	text-align: center;
	margin-left:1%;
	margin-right:1%;
	font-style: italic;
	}
	
#menu-demo3, #menu-demo3 ul{	
padding:30px;
margin:0;
list-style:none;
text-align:center;
}
#menu-demo3 li{
display:inline-block;
position:relative;
border-radius:5px 5px 5px 5px;

}
#menu-demo3 ul li{
display:inherit;
border-radius:0;
}
#menu-demo3 ul li:hover{
border-radius:0;
}
#menu-demo3 ul li:last-child{
border-radius:0 0 8px 8px;
}
#menu-demo3 ul{
position:absolute;

z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-demo3 li:hover ul{
max-height:50em;
}
/* background des liens menus */
#menu-demo3 li:first-child{
background-color: #65537A;
background-image:-webkit-linear-gradient(top, #8B4513 0%, #8B4513  100%);
background-image:linear-gradient(to bottom, #8B4513 0%, #8B4513 100%);
}


#menu-demo3 li:last-child{
background-color: #CFFF6A;
background-image:-webkit-linear-gradient(top, #8B4513 0%, #8B4513 100%);
background-image:linear-gradient(to bottom, #8B4513 0%, #8B4513 100%);
}
/* background des liens sous menus */
#menu-demo3 li:first-child li{
background:#556B2F; /*DarkOliveGreen*/ 
}
#menu-demo3 li:last-child li{
background:#556B2F; /*DarkOliveGreen*/ 


}
/* background des liens menus et sous menus au survol */
#menu-demo3 li:first-child:hover, #menu-demo3 li:first-child li:hover{
background: #F0E68C; /*Khaki */
}
#menu-demo3 li:last-child:hover, #menu-demo3 li:last-child li:hover{
background:#F0E68C; /*Khaki */
}
/* les a href */
#menu-demo3 a{
text-decoration:none;
display:block;
padding:8px 32px;
color:#fff;
font-family:arial;
}
#menu-demo3 ul a{
padding:8px 0;
}
#menu-demo3 li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-demo3 li:hover a, #menu-demo3 li li:hover a{
color:#000;
}
.element-flexible-4 {
	height : 100px ;
	width : 100%;
}

	

