/* CSS Document */

/*CID*/
/* -----------      MENU HORIZONTAL Pour le menu de navigation + Menu d&eacute;roulant -------------*/
.MEN_CID ul{margin: 0;
	padding: 0;	
	list-style-type: none;
	
}
.MEN_SGCN {

}


.MEN_CID a{
	display: block;
	width: auto;
	height: 19px;
	//background: pink;
	color: #00284C;
	font-size: 17px;
	line-height: 19px; /*permet de centrer le texte au centre de block*/
	text-decoration: none; /* Supprime les surlignements*/
	padding-left: 15px; /*decall&eacute; de gauche*/
	padding-right: 12px;
	//border-right: 1px solid #FFFFFF;
	vertical-align: middle;
	/*Transition Menu derounalnt, a mettre sur les !er a
	les -webkit
		-moz
		-o
		sont pour une compatibilite des navigateurs*/
	-webkit-transition:1s all;
	-moz-transition:1s all;
	-o-transition:1s all;
	transition:1s all;
}

.MEN_CID >ul>li:first-child{
	margin-left: -2px;
	border-left: 1px solid #FFFFFF;
}

.MEN_CID >ul>li{
	border-right: 1px solid #FFFFFF;
	background-color: #C4B4E7;
	text-align: center;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;

}


/* COULEURS DES MENUS*/
.MEN_CID a:hover{
	background: #e1d4fe;
}


.MEN_CID >ul>li:nth-child(2) a:hover{
	background: #e1d4fe;
}

.MEN_CID >ul>li:nth-child(3) a:hover{
	background: #e1d4fe;
}

.MEN_CID >ul>li:nth-child(4) a:hover{
	background: #e1d4fe;
}

.MEN_CID >ul>li:nth-child(5) a:hover{
	background-color: #e1d4fe;
}

.MEN_CID >ul>li:nth-child(6) a:hover{
	background-color: #e1d4fe;
}



/*               --------------------------------------------------------------      */

/* les chevront ">" permettront de pr&eacute;ciser que seuls les 
&eacute;l&eacute;ments direct apres sont concern&eacute; comme &eacute;l&eacute;ment flottan. 
Resultat les sous-menu ne seront plus des flottants*/
.MEN_CID >ul>li{float: left;
			position: relative;}



.MEN_CID li ul{
	display: none;
	position: absolute; /*donc le parent doit etre ne position relative*/
	top: 19px ;				 /*Hauteur du menu*/
	//left: 0;
	width: 290px;
	background: #ECEFF3;
	z-index: 10; 		/*L'element sera bien devant*/

}

/*CS*/
/* -----------      MENU HORIZONTAL Pour le menu de navigation + Menu d&eacute;roulant -------------*/
.menu_CS_activ {
	display: block;
	width: auto;
	height: 19px;
	//background: #bcdc93;
	color: #00284C;
	font-size: 17px;
	line-height: 19px; /*permet de centrer le texte au centre de block*/
	text-decoration: none; /* Supprime les surlignements*/
	padding-left: 15px; /*decall&eacute; de gauche*/
	padding-right: 12px;
	//border-right: 1px solid #FFFFFF;
	vertical-align: middle;
	/*Transition Menu derounalnt, a mettre sur les !er a
	les -webkit
		-moz
		-o
		sont pour une compatibilite des navigateurs*/
	-webkit-transition:1s all;
	-moz-transition:1s all;
	-o-transition:1s all;
	transition:1s all;
}
.MEN_CS ul{margin: 0;
	padding: 0;	
	list-style-type: none;
	
}

.MEN_CS a{
	display: block;
	width: auto;
	height: 19px;
	//background: #bcdc93;
	color: #00284C;
	font-size: 17px;
	line-height: 19px; /*permet de centrer le texte au centre de block*/
	text-decoration: none; /* Supprime les surlignements*/
	padding-left: 15px; /*decall&eacute; de gauche*/
	padding-right: 12px;
	//border-right: 1px solid #FFFFFF;
	vertical-align: middle;
	/*Transition Menu derounalnt, a mettre sur les !er a
	les -webkit
		-moz
		-o
		sont pour une compatibilite des navigateurs*/
	-webkit-transition:1s all;
	-moz-transition:1s all;
	-o-transition:1s all;
	transition:1s all;
}

.MEN_CS >ul>li:first-child{
	margin-left: -2px;
	border-left: 1px solid #FFFFFF;
}

.MEN_CS >ul>li{
	border-right: 1px solid #FFFFFF;
	background-color: #D1E7B4;
	text-align: center;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
}


/* COULEURS DES MENUS*/
.MEN_CS a:hover{
	background: #F1FFDF;
}


.MEN_CS >ul>li:nth-child(2) a:hover{
	background: #F1FFDF;
}

.MEN_CS >ul>li:nth-child(3) a:hover{
	background: #F1FFDF;
}

.MEN_CS >ul>li:nth-child(4) a:hover{
	background: #F1FFDF;
}

.MEN_CS >ul>li:nth-child(5) a:hover{
	background-color: #F1FFDF;
}

.MEN_CS >ul>li:nth-child(6) a:hover{
	background-color: #F1FFDF;
}



/*               --------------------------------------------------------------      */

/* les chevront ">" permettront de pr&eacute;ciser que seuls les 
&eacute;l&eacute;ments direct apres sont concern&eacute; comme &eacute;l&eacute;ment flottan. 
Resultat les sous-menu ne seront plus des flottants*/
.MEN_CS >ul>li{float: left;
			position: relative;}



.MEN_CS li ul{
	display: none;
	position: absolute; /*donc le parent doit etre ne position relative*/
	top: 19px;				 /*Hauteur du menu*/


	//left: 0;
	width: 290px;
	background: #ECEFF3;
	z-index: 10;

}

/*MEN_CSI*/
/* -----------      MENU HORIZONTAL Pour le menu de navigation + Menu d&eacute;roulant -------------*/
.MEN_CSI ul{margin: 0;
	padding: 0;	
	list-style-type: none;
	
}

.MEN_CSI a{
	display: block;
	width: auto;
	height: 19px;
	//background: pink;
	color: #00284C;
	font-size: 17px;
	line-height: 19px; /*permet de centrer le texte au centre de block*/
	text-decoration: none; /* Supprime les surlignements*/
	padding-left: 15px; /*decall&eacute; de gauche*/
	padding-right: 12px;
	//border-right: 1px solid #FFFFFF;
	vertical-align: middle;
	/*Transition Menu derounalnt, a mettre sur les !er a
	les -webkit
		-moz
		-o
		sont pour une compatibilite des navigateurs*/
	-webkit-transition:1s all;
	-moz-transition:1s all;
	-o-transition:1s all;
	transition:1s all;
}

.MEN_CSI >ul>li:first-child{
	margin-left: -2px;
	border-left: 1px solid #FFFFFF;
}

.MEN_CSI >ul>li{
	border-right: 1px solid #FFFFFF;
	background-color: #B4DEE7;
	text-align: center;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;

}


/* COULEURS DES MENUS*/
.MEN_CSI a:hover{
	background: #D5F5FC;
}


.MEN_CSI >ul>li:nth-child(2) a:hover{
	background: #D5F5FC;
}

.MEN_CSI >ul>li:nth-child(3) a:hover{
	background: #D5F5FC;
}

.MEN_CSI >ul>li:nth-child(4) a:hover{
	background: #D5F5FC;
}

.MEN_CSI >ul>li:nth-child(5) a:hover{
	background-color: #D5F5FC;
}

.MEN_CSI >ul>li:nth-child(6) a:hover{
	background-color: #D5F5FC;
}



/*               --------------------------------------------------------------      */

/* les chevront ">" permettront de pr&eacute;ciser que seuls les 
&eacute;l&eacute;ments direct apres sont concern&eacute; comme &eacute;l&eacute;ment flottan. 
Resultat les sous-menu ne seront plus des flottants*/
.MEN_CSI >ul>li{float: left;
			position: relative;}



.MEN_CSI li ul{
	display: none;
	position: absolute; /*donc le parent doit etre ne position relative*/
	top: 19px ;				 /*Hauteur du menu*/
	//left: 0;
	width: 290px;
	background: #ECEFF3;
	z-index: 10; 		/*L'element sera bien devant*/

}

/*SECTION -----------      MENU HORIZONTAL Pour le menu de navigation + Menu d&eacute;roulant -------------*/
.MEN_SEC ul{
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
}

.MEN_SEC a{
	display: block;
	width: auto;
	height: 19px;
	//background: pink;
	color: #00284C;
	font-size: 17px;
	line-height: 19px; /*permet de centrer le texte au centre de block*/
	text-decoration: none; /* Supprime les surlignements*/
	padding-left: 15px; /*decall&eacute; de gauche*/
	padding-right: 12px;
	//border-right: 1px solid #FFFFFF;
	vertical-align: middle;
	/*Transition Menu derounalnt, a mettre sur les !er a
	les -webkit
		-moz
		-o
		sont pour une compatibilite des navigateurs*/
	-webkit-transition:1s all;
	-moz-transition:1s all;
	-o-transition:1s all;
	transition:1s all;
}

.MEN_SEC >ul>li:first-child{
	margin-left: -2px;
	border-left: 1px solid #FFFFFF;

}

.MEN_SEC >ul>li{
	border-right: 1px solid #FFFFFF;
	background-color: #B4C1E7;
	text-align: center;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	position: relative;
	margin-bottom: 12px;
}


/* COULEURS DES MENUS*/
.MEN_SEC a:hover{
	background: #CFDBFF;
}


.MEN_SEC >ul>li:nth-child(2) a:hover{
	background: #CFDBFF;
}

.MEN_SEC >ul>li:nth-child(3) a:hover{
	background: #CFDBFF;
}

.MEN_SEC >ul>li:nth-child(4) a:hover{
	background: #CFDBFF;
}

.MEN_SEC >ul>li:nth-child(5) a:hover{
	background-color: #CFDBFF;
}

.MEN_SEC >ul>li:nth-child(6) a:hover{
	background-color: #CFDBFF;
}



/*               --------------------------------------------------------------      */

/* les chevront ">" permettront de pr&eacute;ciser que seuls les 
&eacute;l&eacute;ments direct apres sont concern&eacute; comme &eacute;l&eacute;ment flottan. 
Resultat les sous-menu ne seront plus des flottants*/
.MEN_SEC >ul>li{float: left;
			position: relative;}



.MEN_SEC li ul{
	display: none;
	position: absolute; /*donc le parent doit etre ne position relative*/
	top: 19px ;				 /*Hauteur du menu*/
	//left: 0;
	width: 290px;
	background: #ECEFF3;
	z-index: 10; 		/*L'element sera bien devant*/

}


/* structures de coordination-----------      MENU HORIZONTAL Pour le menu de navigation + Menu d&eacute;roulant -------------*/
.MEN_SDC ul{margin: 0;
	padding: 0;	
	list-style-type: none;
	
}

.MEN_SDC a{
	display: block;
	width: auto;
	height: 19px;
	
	color: #00284C;
	font-size: 17px;
	line-height: 19px; /*permet de centrer le texte au centre de block*/
	text-decoration: none; /* Supprime les surlignements*/
	padding-left: 15px; /*decall&eacute; de gauche*/
	padding-right: 12px;
	//border-right: 1px solid #FFFFFF;
	vertical-align: middle;
	/*Transition Menu derounalnt, a mettre sur les !er a
	les -webkit
		-moz
		-o
		sont pour une compatibilite des navigateurs*/
	-webkit-transition:1s all;
	-moz-transition:1s all;
	-o-transition:1s all;
	transition:1s all;
}

.MEN_SDC >ul>li:first-child{
	border-left: 1px solid #FFFFFF;
	margin-left: -2px;
}

.MEN_SDC >ul>li{
	border-right: 1px solid #FFFFFF;
	background-color: #ffe324;
	text-align: center;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
}


/* COULEURS DES MENUS*/
.MEN_SDC a:hover{
	background-color: #fff299;
}


.MEN_SDC >ul>li:nth-child(2) a:hover{
	background: #fff299;
}

.MEN_SDC >ul>li:nth-child(3) a:hover{
	background: #fff299;
}

.MEN_SDC >ul>li:nth-child(4) a:hover{
	background: #fff299;
}

.MEN_SDC >ul>li:nth-child(5) a:hover{
	background-color: #fff299;
}

.MEN_SDC >ul>li:nth-child(6) a:hover{
	background-color: #fff299;
}



/*               --------------------------------------------------------------      */

/* les chevront ">" permettront de pr&eacute;ciser que seuls les 
&eacute;l&eacute;ments direct apres sont concern&eacute; comme &eacute;l&eacute;ment flottan. 
Resultat les sous-menu ne seront plus des flottants*/
.MEN_SDC >ul>li{float: left;
			position: relative;}



.MEN_SDC li ul{
	display: none;
	position: absolute; /*donc le parent doit etre ne position relative*/
	top: 19px ;				 /*Hauteur du menu*/
	//left: 0;
	width: 290px;
	background: #ECEFF3;
	z-index: 10; 		/*L'element sera bien devant*/

}

/* SGCN -----------      MENU HORIZONTAL Pour le menu de navigation + Menu d&eacute;roulant -------------*/
.MEN_SGCN ul{margin: 0;
	padding: 0;	
	list-style-type: none;
	
}

.MEN_SGCN a{
	display: block;
	width: auto;
	height: 19px;
	//background: pink;
	font-size: 17px;
	line-height: 19px; /*permet de centrer le texte au centre de block*/
	text-decoration: none; /* Supprime les surlignements*/
	padding-left: 15px; /*decall&eacute; de gauche*/
	padding-right: 12px;
	//border-right: 1px solid #FFFFFF;
	vertical-align: middle;
	/*Transition Menu derounalnt, a mettre sur les !er a
	les -webkit
		-moz
		-o
		sont pour une compatibilite des navigateurs*/
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
}

.MEN_SGCN >ul>li:first-child{
	margin-left: -2px;
	border-left: 1px solid #FFFFFF;

}

.MEN_SGCN >ul>li{
	border-right: 1px solid #FFFFFF;
	background-color: #fc6a5f;
	text-align: center;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;

}


/* COULEURS DES MENUS*/
.MEN_SGCN a:hover{
	background-color: #FFA7A0;
}


.MEN_SGCN >ul>li:nth-child(2) a:hover{
	background: #FFA7A0;
}

.MEN_SGCN >ul>li:nth-child(3) a:hover{
	background: #FFA7A0;
}

.MEN_SGCN >ul>li:nth-child(4) a:hover{
	background: #FFA7A0;
}

.MEN_SGCN >ul>li:nth-child(5) a:hover{
	background-color: #FFA7A0;
}

.MEN_SGCN >ul>li:nth-child(6) a:hover{
	background-color: #FFA7A0;
}



/*               --------------------------------------------------------------      */

/* les chevront ">" permettront de pr&eacute;ciser que seuls les 
&eacute;l&eacute;ments direct apres sont concern&eacute; comme &eacute;l&eacute;ment flottan. 
Resultat les sous-menu ne seront plus des flottants*/
.MEN_SGCN >ul>li{float: left;
			position: relative;}



.MEN_SGCN li ul{
	display: none;
	position: absolute; /*donc le parent doit etre ne position relative*/
	top: 19px ;				 /*Hauteur du menu*/
	//left: 0;
	width: 290px;
	background: #ECEFF3;
	z-index: 10; 		/*L'element sera bien devant*/

}
/*OUTILS -----------      MENU HORIZONTAL Pour le menu de navigation + Menu d&eacute;roulant -------------*/
.MEN_OUT ul{margin: 0;
	padding: 0;	
	list-style-type: none;
	
}

.MEN_OUT a{
	display: block;
	width: auto;
	height: 19px;
	//background: pink;
	color: #00284C;
	font-size: 17px;
	line-height: 19px; /*permet de centrer le texte au centre de block*/
	text-decoration: none; /* Supprime les surlignements*/
	padding-left: 15px; /*decall&eacute; de gauche*/
	padding-right: 12px;
	//border-right: 1px solid #FFFFFF;
	vertical-align: middle;
	/*Transition Menu derounalnt, a mettre sur les !er a
	les -webkit
		-moz
		-o
		sont pour une compatibilite des navigateurs*/
	-webkit-transition:1s all;
	-moz-transition:1s all;
	-o-transition:1s all;
	transition:1s all;
	color: #FFFFFF;
}

.MEN_OUT >ul>li:first-child{
	margin-left: -2px;
	border-left: 1px solid #FFFFFF;

}

.MEN_OUT >ul>li{
	border-right: 1px solid #FFFFFF;
	background-color: #0C2346;
	text-align: center;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	color: #FFFFFF;
}


/* COULEURS DES MENUS*/
.MEN_OUT {
	background: #2358A7;
	
}
.MEN_OUT a:hover{
	background: #2358A7;
	color: #DFDFDF;
}


.MEN_OUT >ul>li:nth-child(2) a:hover{
	background: #2358A7;
}

.MEN_OUT >ul>li:nth-child(3) a:hover{
	background: #2358A7;
}

.MEN_OUT >ul>li:nth-child(4) a:hover{
	background: #2358A7;
}

.MEN_OUT >ul>li:nth-child(5) a:hover{
	background-color: #2358A7;
}

.MEN_OUT >ul>li:nth-child(6) a:hover{
	background-color: #2358A7;
}



/*               --------------------------------------------------------------      */

/* les chevront ">" permettront de pr&eacute;ciser que seuls les 
&eacute;l&eacute;ments direct apres sont concern&eacute; comme &eacute;l&eacute;ment flottan. 
Resultat les sous-menu ne seront plus des flottants*/
.MEN_OUT >ul>li{float: left;
			position: relative;}



.MEN_OUT li ul{
	display: none;
	position: absolute; /*donc le parent doit etre ne position relative*/
	top: 19px ;				 /*Hauteur du menu*/
	//left: 0;
	width: 290px;
	background: #ECEFF3;
	z-index: 10; 		/*L'element sera bien devant*/

}
/*SECTION -----------      MENU HORIZONTAL Pour le menu de navigation + Menu d&eacute;roulant -------------*/
.MEN_SEC-CID ul{margin: 0;
	padding: 0;	
	list-style-type: none;
	
}

.MEN_SEC-CID a{
	display: block;
	width: auto;
	height: 19px;
	//background: pink;
	color: #00284C;
	font-size: 17px;
	line-height: 19px; /*permet de centrer le texte au centre de block*/
	text-decoration: none; /* Supprime les surlignements*/
	padding-left: 15px; /*decall&eacute; de gauche*/
	padding-right: 12px;
	//border-right: 1px solid #FFFFFF;
	vertical-align: middle;
	/*Transition Menu derounalnt, a mettre sur les !er a
	les -webkit
		-moz
		-o
		sont pour une compatibilite des navigateurs*/
	-webkit-transition:1s all;
	-moz-transition:1s all;
	-o-transition:1s all;
	transition:1s all;
}

.MEN_SEC-CID >ul>li:first-child{
	margin-left: -2px;
	border-left: 1px solid #FFFFFF;
	background-color: #B4C1E7;
}
.MEN_SEC-CID >ul>li:last-child{
	border-left: 1px solid #FFFFFF;
	background-color: #C4B4E7;
}

.MEN_SEC-CID >ul>li{
	border-right: 1px solid #FFFFFF;
	
	text-align: center;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;

}


/* COULEURS DES MENUS*/
.MEN_SEC-CID a:hover{
	background: #CFDBFF;
}


.MEN_SEC-CID >ul>li:nth-child(2) a:hover{
	background: #e1d4fe;
}

.MEN_SEC-CID >ul>li:nth-child(3) a:hover{
	background: #CFDBFF;
}

.MEN_SEC-CID >ul>li:nth-child(4) a:hover{
	background: #CFDBFF;
}

.MEN_SEC-CID >ul>li:nth-child(5) a:hover{
	background-color: #CFDBFF;
}

.MEN_SEC-CID >ul>li:nth-child(6) a:hover{
	background-color: #CFDBFF;
}



/*               --------------------------------------------------------------      */

/* les chevront ">" permettront de pr&eacute;ciser que seuls les 
&eacute;l&eacute;ments direct apres sont concern&eacute; comme &eacute;l&eacute;ment flottan. 
Resultat les sous-menu ne seront plus des flottants*/
.MEN_SEC-CID >ul>li{float: left;
			position: relative;}



.MEN_SEC-CID li ul{
	display: none;
	position: absolute; /*donc le parent doit etre ne position relative*/
	top: 19px ;				 /*Hauteur du menu*/
	//left: 0;
	width: 290px;
	background: #ECEFF3;
	z-index: 10; 		/*L'element sera bien devant*/

}
#activ {
	background-color: #E5E5E5;
	color: #000866;
	font-weight: bold;
	padding-right: 15px;
	text-align: center;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
}
#activ a{
	background-color: #FFFFFF;
	color: #FF0004;
}
#activ a:hover{
	background-color: #FFFFFF;
	color: #FF0004;
}

/*carrouselle*/

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      //width: 70%;
	  //width: 900px;
      margin: auto;
      //height: auto;
	  height:150px;
  }
      
      .container{
        width: 770px;
       // width: 100%;   
       //border: 2px solid red;
      } 
      
      .carousel-caption{
      background-color: rgba(0, 0, 0, 0.4);

      }
      
      .carousel-caption a{
          color:#E99625; 
          
      }
      
      .carousel-caption p{
          font-size: 15px;
          //color:red;
          font-family: arial;
      }
            .carousel-caption h3{
          //font-size: 07px;
          //color:red;
          font-size: bold;
          font-family: arial;
      }
      
      .carousel-indicators{
          margin-bottom: 0;
          padding-bottom: 0;
          
      }
	  
	  /* diaporama */
	  
	  #diaporama {
    position: relative;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    color: #00294b;
    text-align: left;
    font-size: 30px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-right: 5px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    background-color: hsla(0,0%,100%,1.00);
	}


	#diaporama .diapoImg {
	position: absolute;
	top: 0;
	right: 0;
	width: 1010px;
	height: 100%;
	}
	
	/* documentation */
	#DOCpass {
	background-color: rgba(225,225,225,1.00);
	color: #00294b;
}
#DOCgauche {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#DOCdroit {
	width: 45%;
	display: block;
	height: 1300px;
	background-color: rgba(236,236,236,1.00);
	margin-left: 50%;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#imgLogo {
    float: left;
   
}
#imgLogo img{
    
    width: 57px;
    height: 57px;
}
