

body {
   font-family: Arial,sans-serif;
   /* background: url(../Logo-CEF6.png) no-repeat center fixed;*/
	background-size: 100%;
    background-color: #808080;
    background-position-y: 200px;

    margin: 0px;
    padding: 0px;
}

.alerte {
	color: red;
}

.head {
   /* max-width: 1500px;*/
   width: 100%;
    max-height: 90px;
    background-color: rgba(255, 255, 255, 0.90);
    background-image: linear-gradient(to right, white, #808080);
	display: flex;
	justify-content: center;	
}

.drapeaux {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	max-height: 90px;
	margin-left: 5px;
}


.head p {
 margin: 0px;
  padding: 0px;
}

.logo {
	padding-top: 8px;
	padding-right: 20px;
}

.FC {
	text-align: center;
}
.IMG img {
	border-radius: 10px;
}
.IMG {
	text-align: center;
}




h1 {
    font-size: xx-large;
    text-align: center;
    color: #eeeeee;
    padding-top: 20px;
    padding-bottom: 0px;
}

h2 {

    margin-bottom: 40px;
}

h5{
  font-size: medium;
    text-align: center;
	padding: 0;
	margin: 0;
}

.rubrique {
	  color: white;
    font-size: medium;
    text-align: center;
    background-color: #008bea;
    border-radius: 10px 10px 0 0;
    padding: 5px 0 5px 0;
    margin: 0;
    box-shadow: 3px 3px 7px 0px #000000;
}

#suite{
  background-color: white;
   background-color: rgba(255, 255, 255, 0.93); 
   box-shadow: 3px 3px 7px 0px #000000;
padding: 5px;
text-align: justify;
    font-size: small;
}

#suite a{
  color: #808080;
   
}

header {
    width: 100%;
       opacity: 0.9;
        padding: 0px;
        margin: 0;
}

header p {

    background-color: black;
    font-style: italic;
    font-size: x-small;
    text-align: right;
    color: white;
    margin: 0;
    padding: 2px 20px 2px 2px;
 
}



img {
    max-width: 100%;
	height: auto;
}


figure {
    margin:  0px;
    margin-top: 20px;
    padding: 0px;
}

#test {
    width: 250px;
    margin:  0px;
    padding-top: 80px;
}

#test figure {
	padding-left: 20px;
}

#test2 {
  display:none;
    width: 150px;
    margin:  0px;
    padding-top: 5px;
}

#test2 figure {
	padding-left: 0px;
}

@media screen and (max-width: 800px) {
  #ll {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

aside {
    display: flex;
        justify-content: space-around;

}

aside div {
	border: solid;
    display: inline-block;
    width: 20%;
 
}
#grandcorp {
   display: flex;
    max-width: 1370px;
    margin: 0px auto;
}

#corp {
    
    width: 100%;
    background-color: rgba(54, 55, 57, 0.90);

    box-shadow: 0 0 180px #000, 0 0 180px #000;
    padding-top: 1px;
    margin: 0px auto;
	padding-bottom: 1px;
}

#fond {
   
    background: url(../LogoCEF7.png) no-repeat center ; 
     background-size: 80%;
     width: 100%;
	 
}

#ll{
     display: flex;
    
  border-radius: 10px;
     margin: 20px;
	 padding-bottom: 1px;
}

#lol{
    
    max-width: 250px;
    margin: 100px 20px 20px 0;
    padding: 0px;
}


section {
   
   background-color: rgba(255, 255, 255, 0.93);
   box-shadow: inset 0px 0px 6px 1px #0a3652;
   margin: 20px;
   padding: 20px;

    border-radius: 10px;
min-height: 500px;
   
}
@media screen and (max-width: 600px){
  #ll {
    margin: 20px 0 20px 0;;
  }
  section {
    padding: 15px;
    margin: 5px;
  }
  #lol {
    margin: 100px 5px 20px 0;
  }
  .picBKK {
	  display: none;
  }
}


a{
    text-decoration: none;
    margin: 5px;
    color: #eeeeee;
    padding: 5px;
}

.bleu {
	font-size: 16px;
	color: #1e90ff;


}

.blanc {
	font-size: 16px;
	color: white;

	
}

.rouge {
	font-size: 16px;
	color: red;

	
}



.signature {
	text-align: right;
	margin-right: 25%;
	margin-top:	40px;
}

.traducteur {
	color: blue;
	text-align: right;
	font-style: italic;
}

.traducteur a {
	color: blue;
	font-style: bolder;
	text-decoration: underline;
}

footer {
    margin-top: 0px;
    padding: 8px;

    font-size: smaller;
}

footer p {
    padding: 0px;
    margin: 0px;
	    text-align: center;
color: white;
}


a {
    margin: 0;
    padding: 0;
}

.temps {
    font-size: x-small;
    color: #008bea;
    font-style: oblique;
}




/* 
***************************
*** barre de navigation ***
***************************
 */
#onglets, #onglets ul{
padding:0;
margin:0;
list-style:none;
text-align:center;

}
#onglets li{
display:inline-block;
position:relative;
}
#onglets ul li{
display:inherit;
border-radius:0;
}
#onglets ul li:hover{
border-radius:0;
}
#onglets 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;
}
#onglets li:hover ul{
max-height:15em;
}




/* les a href */
#onglets a{
text-decoration: none;
display: block;
padding: 8px 32px;
color: #fff;
font-family: arial;
}

@media screen and (max-width: 838px)
{#onglets a {
padding: 8px 10px;
}}

#onglets .home{
padding: 0px 10px;
margin-top: 5px;
}

#onglets ul a{
padding:8px 0;
}
#onglets li:hover li a{
color:#fff;
text-transform:inherit;
}

#onglets {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

li {
	margin: 0px 2px; 
}