﻿/*

couleur:
- #00294b bleu fonc&eacute;
- #052744 bleu MT
- #889DAE
- #e8eef3 ou #e6ebef bleu eclairci ok?
-  #D73914 Orange
- #9999AE violet
- elysee=> #D73914
*/
	


/* Test application Arial*/
/*
li, a{
	font-family: arial;
}
*/
	


.FormatCentral{


   /*background: pink;*/
	margin: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

.conteneur{

    /*background-color: whitesmoke;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	max-width: 1200px;
	/*border: 1px solid rgba(199,199,199,1.00);*/
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	margin-top: auto;
	padding-top: 15px;
    
}
.conteneur_2{

    
    margin: auto;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    max-width: 1012px;
   
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}


/*Gestion police TEST*/
p, h1,h2, h3, h4, h5, h6, li, a {
	font-family:arial
	}
/* Gestion du contenu*/
.contenu{
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;




	//padding-left: 15px;
	//padding-right: 15px;
	//border: 1px solid black;
	text-align: justify;
}
/* Gestion du contenu*/
.contenu{
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;




	//padding-left: 15px;
	//padding-right: 15px;
	//border: 1px solid black;
	text-align: justify;
}



hr {
    width: 85%!important;
    height: 2px!important;
    margin: 33px auto!important;
    background: #86A3CC!important;
}


/* Stylisation de bloc actualit&eacute; ?*/
#blocActualit&eacute;s {
	border-top: 1px solid #00294b;
	border-bottom: 1px solid #00294b;
}

/*Gestion du fil d'arianne */
#filArianneAccueil{
	padding-left: 45px;
}
#filArianneAccueil li{
	display: inline;
	font: italic;
	font-size: 14px;
	color: rebeccapurple;
	//padding-top: 3px;
	//padding-left: 45px;
}
#filArianneAccueil li:first-child a{
	text-decoration: none;	
}



/* Gestion de la liste des instances */
#listeDesInstances{
	font-family: arial;
	float: right;
	border : 1px solid #D73914;
	padding-left: 12px;
	padding: 12px;
	//padding-top: 12px;
	//padding-right: 0px;
	margin-left: 12px;
	margin-top: 5px;
	margin-right: 0px;
	background: #9999AE;
	border-radius: 25px;
    box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
}
/* pour que listeDesInstances reste dans le cadre */
.clearfix {
    overflow: auto;
}
#listeDesInstances a{
	text-decoration: none;
	font-size: 12px;
	color: snow;
	font-weight: bold;
}
#listeDesInstances ul>li a{ /*Uiquement le 2eme niveau*/
	color: black;
	font-size: 12px;
	margin-left: 12px;
	line-height: 0.8;
	font-weight: normal;
}
#listeDesInstances ul>li a:hover{ /*Uiquement le 2eme niveau*/
	font-size: 12px;
	color: white;
}


/* Gestion accueil SGCN*/
#accueilSGCN h1, h2, h3, h4, h5{
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#accueilSGCN p{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
}
/* Gestion ancre page d'accueil SGCN */
#listeAncresAccueilSGCN {
	font-family: arial;
	font-size: 12px;
	//border: 1px solid black;
	height: 56px;
	margin-left: 100px;
}
#listeAncresAccueilSGCN li{
 	display: inline-block;
	border-left: 1px solid black;
	padding-left: 4px;
}
#listeAncresAccueilSGCN li:nth-child(1){
 	display: inline-block;
	border-left: 0px solid black;
	padding-left: 1px;
}
#listeAncresAccueilSGCN a{
		//text-decoration: none;
	color: black;
}
/* Gestion des listes SGCN pour Organisations*/

#listeSgcnAccueil {
	font-family: arial;
	margin : auto;
	//border: 2px solid red;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 11px;
	
}
#listeSgcnAccueil>li{
	display: inline-table;
	//width: 50%;
	//position: relative;
    margin-right: 50px;
    color: #D73914;
    font-size: 14px;
	
}

#listeSgcnAccueil li a{
	color: #00284B;
	//width: 40%;
	position: relative;
	font-size: 10px;    
 }
#listeSgcnAccueil >li ul li{
    list-style-type:square;
    padding-right: 1px;
}
#listeSgcnComposition {
    //border: 1px solid red;
    padding-left: 70px;
    padding-top: 7px;
    padding-bottom: 7px;
}
#listeSgcnComposition >li {
    font-size: 12px;
    color: black;
    font-weight: bold;
    list-style-type: disc;
}
#listeSgcnComposition li a {
    font-size: 12px;
    color: black;
    color: #00284B;
}
#listeSgcnComposition li a:hover {
    //font-size: 13px;
    //color: snow;
}

/* GEstion des mentions legales*/
#listeMentionsLEgales {
    border-top: 1px solid #0660ff;
	
   //padding-top: 10px;
    background-color: #0660ff;/*au lieu de 22*/
    padding-bottom: 4px;
    /*border-radius: 0px  0px 25px 25px;*/
    color: #FFFFFF;
    height: 272px;
    font-size: 18px;
    padding-top: 35px;
    text-align: left;
    padding-left: 20%;
}
			

#listeMentionsLEgales a{
    text-decoration: none;
    color: snow;
    border-left: 1px dotted white;
    padding-left: 12px;
    padding-right: 9px;
	color: #FFFFFF;
	font-size: 18px;
}

#listeMentionsLEgales a:hover{
    color: #FFFFFF;
	font-size: 18px;
}

#listeMentionsLEgales li{
    /* display: inline-block;*/
    font-size: 10px;
    color: #FFFFFF;
    padding-top: 5px;
}

#listeMentionsLEgales li:nth-child(1) a{ /*suppr. border gauche*/
    border-left: 0px dotted white;
}


/* Gestion des footer */
#footer{
    border-top: 2px solid #375fa9;
    color: red;
    min-height: 80px;
    color: #FFFFFF;
}

#colonneFooter {
	//border: 2px solid white;
	display: table;
	margin: auto;
	width: 90%;
	color: snow;
	padding-bottom: 15px;
		

}
#colonneFooter .mGauche{
	display: table-cell;
	//width: 15%;
	//border: 2px solid red;
	//margin: 30%;
	padding-right: 32px;
}
#colonneFooter .mMilieu{
	display: table-cell;
	//margin: 40%;
	width: 55%;
	//border: 2px solid green;
	padding-left: 72px;
	padding-right: 72px;
	//margin: 30%
}
#colonneFooter .mDroite{
	display: table-cell;
	//border: 2px solid red;
	//margin: 30%
}
.titreColonneFooter{
	padding-top: 15px;
	padding-bottom: 6px;
	//font-size: 14px;
	//font-weight: bolder;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}

/* gestion de la listes liens utiles*/
#listFooterNavigation a, li{

	
}
#listFooterNavigation {
	
}
#listFooterNavigation li{
	font-size: 12px;
	text-align: left;
	padding-left: 2px;
	margin-left: 12px;
	//list-style-type:square;
}
#listFooterNavigation >li{
	list-style-type:square;
}
#listFooterNavigation a{

	text-decoration: none;
	//color: #D73914;
	color: #9999AE;
	text-align: left;
	padding-left: -18px;
	list-style-type:none;;	
}

/* Gestion des instituts LES 10*/
#listFooterNavigation li:nth-child(2) ul li ul a::before{
content: none; 
}
#listFooterNavigation li:nth-child(2) ul li ul a::before{
//content: ' . '; 
}

#listFooterNavigation li li li{
    display: inline;
    position: relative;
    padding: 0;
    margin: 0;
    
}
.black-line {
    width: 75% !important; /* ou la largeur que vous souhaitez */
    height: 1px !important;
    margin: 0 auto !important;
    background: black !important;
}

#listFooterNavigation a:hover{
	//color: #9999AE;
	color: white;
}
#listFooterNavigation a::before{
	content: '-  ';
}

#listFooterLiensUtiles{
	
}
#listFooterLiensUtiles li{
	font-size: 12px;
	text-align: left;
	margin-left: 12px;
}
#listFooterLiensUtiles a{
text-decoration: none;
	color: #9999AE;
	
}
#listFooterLiensUtiles a:hover{
	//color: #D73914;
	color: white;
}
#listFooterLiensUtiles a::before{
	content: '- ';
	
}


/* xavier */

/*
* {
	margin:0px;
	padding:0px;
}

*/


/* MENU VERTICAL




ul{margin: 0;
	padding: 0;
	list-style-type: none;
}

a{
	display: block;
	width: auto;
	height: 25px;
	background: blue;
	color: white;
	font-size: 14px;
	line-height: 25px; 
	text-decoration: none;
	padding-left: 15px; 
}

a:hover{
	background: green;
}

*/

/*MENU HORIZONTAL Pour les sites externes*/

.bg1 ul{margin: 0;
	padding: 0;	
	list-style-type: none;
}

.bg1 a{
	display: block;
	width: auto;
	height: 32px;
	background: #00284C;
	color: white;
	font-size: 18px;
	line-height: 32px; /*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;

}


.bg1 a:hover{
	background: grey;
}


.bg1 li{float: right;} /*convertit le menu vertical en horizontal*/
/* ------------------------------------------------------------------------------------------*/



/* -----------      MENU HORIZONTAL Pour le menu de navigation + Menu d&eacute;roulant -------------*/
.bg3 ul{margin: 0;
	padding: 0;	
	list-style-type: none;
	
}

.bg3 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 black;
	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;
}

.bg3 >ul>li:first-child{
	margin-left: 17px;
	border-left: 1px solid black;

}

.bg3 >ul>li{
	border-right: 1px solid black;
	background-color: #C4B4E7;
	text-align: center;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;

}


/* COULEURS DES MENUS*/
.bg3 a:hover{
	background: #e1d4fe;
}


.bg3 >ul>li:nth-child(2) a:hover{
	background: #e1d4fe;
}

.bg3 >ul>li:nth-child(3) a:hover{
	background: #e1d4fe;
}

.bg3 >ul>li:nth-child(4) a:hover{
	background: #e1d4fe;
}

.bg3 >ul>li:nth-child(5) a:hover{
	background-color: #e1d4fe;
}

.bg3 >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*/
.bg3 >ul>li{float: left;
			position: relative;}



.bg3 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*/

}

/* TEST SOUS MENU NIVEAU 2*/

/* ---------------------------------------------------------*/

.bg3 ul>li:hover ul{display: block;}




/* ---------------------------------------------------------------------------*/
/* ---------------- TEST SOUS MENU NIVEAU 2-------------------------------*/

.bg3 ul>li>ul>li:hover ul{display: block;}

/* ---------------------------------------------------------------------------*/





/*CLASSE QUI permettra de centre les contenu dans un caneva !!!*/
.FormatCentral {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;












	//height: auto;
	//background: yellow;
	background-color: #FFFFFF;
	max-width: 1012px;
	font-family: Arial;
}

.FormatCentral a{
	text-decoration: none;	
}
.FormatCentral a:hover{
	text-decoration: none;
}
.logo_2016_titre {
	float: left;
	position: absolute;
}
.titre_conrs_2016 {
	color: #052440;
	text-align: left;
	font-size: xx-large;
	text-shadow: 2px 0px 5px #FFFFFF;
	float: left;
	padding-bottom: 15px;
	font-family: Arial;
	padding-left: 10px;
}


#ID_newmenu2016 {
    color: #6D6D6D;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: auto;
    max-width: 1012px;
    min-height: 140px;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 1px solid rgba(172,172,172,1.00);
}
#rien {

}

#ID_newmenu2016 a{
	width: 1012px;
	height: 250px;
	color: #4D4D4D;
	/**/
	background-size: 100% 100%;
}
#ID_newmenu2016 a:hover{
	
	width: 1012px;
	height: 250px;
	color: #4D4D4D;
	/**/
	background-size: 100% 100%;
}


#ID_ariane_2016 {
    colorcolor: #6D6D6D;
    /**/
    text-align: right;
    text-decoration: none;
    color: #4D4D4D;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
#ID_ariane_2016 a{
	colorcolor: #6D6D6D;
	/**/
	text-align: left;
	text-decoration: none;
	color: #4D4D4D;
	
}
#ID_ariane_2016 a:hover{
	colorcolor: #6D6D6D;
	/**/
	text-align: left;
	text-decoration: none;
	color: #4D4D4D;
	
}

#ID_slider_2016 {
	width: 1012px;
}

#ID_Corp {
    padding-left: 25px;
    padding-right: 25px;
    /* [disabled]padding-top: 5px; */
    padding-bottom: 5px;
    color: #4D4D4D;
    font-family: Arial;
    font-size: 12px;
    text-align: justify;
    margin-top: 15px;
}
#ID_Corp a{
	color: #2E2E2E;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

#ID_Corp a:hover{
	color: #d73914;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

.NMCSCSI {
	font-size: 17px!important;
	
}
.NMCSCSI a{
	
	font-size: 17px!important;
	text-decoration: underline;
}
.NMCSCSI a:hover{
	color: #d73914;
	
	font-size: 17px!important;
	text-decoration: underline;
}

.div-centree {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_mand {

}

.titre_gau {
	text-align: left;
}

.descript {
	text-align: justify;
	padding-left: 5px;
}

.ensavoitplus {
	float: right;
	padding-top: 170px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}
.ensavoitplus a{
	color: #6FCDBD;
	text-decoration: none;
}
.ensavoitplus a:hover{
	color: #6FCDBD;
	text-decoration: none;
}

#ID_Corp a{
	color: #2E2E2E;
	/**/
}
#ID_Corp a:hover{
	color: #d73914;
	text-align: center;
	/**/
	
}
#ID_zoom {
	background-repeat: repeat-y;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	/**/
	width: 235px;
	height: 25px;
	background-color: #e34c28;
}
#ID_zoomactu {
	background-repeat: repeat-y;
	color: #042C50;
	text-align: center;
	font-size: large;
	/**/
	width: 235px;
	height: 25px;
	background-color: #cad5df;
}

.boite_contenu {
	color: #FFFFFF;
}
.boite_contenu a{
	color: #FFFFFF;
}
.boite_contenu a;hover{
	color: #FFFFFF;
}
#ID_ACT_Bleu {
	background-color: #3F87C8;
	color: #FFFFFF;
	
}
#ID_ACT_Bleu a{
	background-color: #3F87C8;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;	
}
#ID_ACT_Bleu a:hover{
	background-color: #3F87C8;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;		
	
}
#ID_ACT_Bleu_2 {
	background-color: #91C5F4;
	color: #737373;
}
#ID_ACT_Bleu_2 a{
	background-color: #91C5F4;
	color: #737373;
	text-decoration: underline;
	font-weight: bold;		
}
#ID_ACT_Bleu_2 a:hover{
	background-color: #91C5F4;
	color: #737373;
	text-decoration: underline;	
	font-weight: bold;	
}
#ID_ACT_Orang {
	color: #FFFFFF;
	background-color: #e34c28;
}
#ID_ACT_Orang a{
	color: #FFFFFF;
	background-color: #e34c28;
	text-decoration: underline;
	font-weight: bold;		
}
#ID_ACT_Orang a:hover{
	color: #FFFFFF;
	background-color: #e34c28;
	text-decoration: underline;
	font-weight: bold;		
}
#ID_ACT_Orang_2 {
	color: #737373;
	background-color: #FFB3A1;
}
#ID_ACT_Orang_2 a{
	color: #737373;
	background-color: #FFB3A1;
	text-decoration: underline;	
	font-weight: bold;	
}
#ID_ACT_Orang_2 a:hover{
	color: #737373;
	background-color: #FFB3A1;
	text-decoration: underline;	
	font-weight: bold;	
}
#ID_first_actu {
	background-repeat: repeat;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 0px #000000;
	text-align: center;
	background-size: 100% 100%;
	float: left;
	width: 470px;
	height: 150px;
	margin-left: 25px;
	background-image: url(../images/bando_Actu/actu_first_gabari.jpg);
}
#ID_first_actu a:hover{
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 0px #000000;
	}
#ID_first_actu a{
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 0px #000000;
}
.first_actu {
	color: #FFFFFF;
}
.first_actu a{
	color: #FFFFFF;
}
.first_actu a:hover{
	color: #FFFFFF;
}


.ensavoirplus {
	padding-top: 100px;
	color: #FFFFFF;


}
.ensavoirplus a{
	padding-top: 130px;
color: #FFFFFF;

}
.ensavoirplus a:hover{
	padding-top: 130px;
color: #FFFFFF;

}



#ensavoirplus {
	margin-left: 68%;



}
#ID_actu_suit {
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../Design/fond_actu_2.png);
	background-size: 100% 100%;
	/**/

}





#ID_entete_2016 {
    background-repeat: repeat-y;
    background-position: right 0%;
    color: #2E2E2E;
    /**/
    text-align: left;
    text-decoration: none;
    padding-bottom: 5px;
    width: 100%;
   /* max-height: 45px;*/
    background-size: 100% 100%;
    border-bottom: 1px solid #0660ff;
}
.entete_2016 {

}

#accueil {
	float: left;
}
#ID_bandeau_menu map area {
}


.ID_entete_2016 {
}

#ID_entete_2016 a{
	color: #2E2E2E;
	/**/
	text-align: right;
	text-decoration: none;
}
#ID_entete_2016 a:hover{
	color: #2E2E2E;
	/**/
	text-align: right;
	text-decoration: none;
}


/* REDIMENSIONNER L'IMAGE*/
.conteneurLogo  #logoHaut img{
	height: 200px;














	//position: absolute;
	margin: 0;
	padding: 0;
	left: auto;
	right: auto;
	text-align: center;
	width: 1651px;

}


/* --------------------------------------------------------------------------------------   */


/* TEST NAVIGATION PAS FINI*/
#navigation {
	/*background-color: #FFFFFF;
	width: 1012px;
	margin: auto;*/
}

/*    box-sizing: border-box;
}*/

.conteneurLogo {
	padding-right: 0px;
	padding-left: 15px;

}
#siteI .fondMenu {
}
.fondMenu {

}




/* PRECISION DSE MARGES DE LA BANDEROLLE OU LE LOGO APPARAIT*/
.bg2{
	padding: 0px 0px;
	margin: 10px 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right-value: 0px;
	padding-bottom: 0px;
	padding-left-value: 0px;
	padding-left-ltr-source: physical;
	padding-left-rtl-source: physical;
	padding-right-ltr-source: physical;
	padding-right-rtl-source: physical;
	width: 1700px;
	height: 350px;
	background-color: #FFFFFF;
}
#siteI #menu_lateral {
	background-color: #FFFFFF;
	display: block;
	width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.entete{
	style: helvetica, arial;
	color: #2E2E2E;
	font-size: 16pt;
	margin-right: 10px
}
.entete_mand{
	style: helvetica, arial;
	color: #00294b;
	font-size: 13pt;
	text-align: left;
}

#entete {position: relative; left: 0px; width:80%}

#entete_XE {
	padding-right: 45px;
	display: block;
	color: #6D6D6D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	text-align: right;
}

#entete_XE {
	padding-right: 45px;
	color: #6D6D6D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	text-align: right;
}
#entete_XE a:hover{
	padding-right: 45px;
	color: #6D6D6D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-align: right;
}

.instance{
	color: #00294B;
	margin: 5pt;
	font-size: 9pt;
	font-weight: bold;
	/**/
}

	.instance a{color:#00294b;
	margin:0pt;
	font-size:9pt;
	font-weight: bold;
	text-decoration:none;
	}
	
	.instance a:hover{
	color:#FFF;
	margin:0pt;
	font-size:9pt;
	font-weight: bold;
	text-decoration:underline;
	}
	
#ID_actualite_2016 {
	background-image: -webkit-linear-gradient(270deg,rgba(114,161,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(114,161,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(114,161,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(114,161,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
#ID_inst_menu {

}
#ID_menu_inst {
	margin: 0 auto;

}
a img {
	border: none;

}

#tableau_menu a:hover{
	max-height: 214px;
	max-width: 1012px;
}
.logo_men {
	max-width: 120px;
	max-height: 100px;
	width: 100%;
	height: 100%;
	text-align: center;
	float: left;
	padding-top: 3px;
	padding-left: 10px;
}

#men_ga {
    width: 80%;
    font-size: 15px;
    float: right;
    text-align: left;
    
}
#men_ga a{
	font-size: 14px;
	text-decoration: none;
	
}
#men_ga a:hover{
	font-size: 14px;
	color: #D73914;
	text-decoration: none;
}

#men_dr {
	text-align: right;
	font-size: 15px;
	float: left;
	width: 80%;
	
}
#men_dr a{
	text-decoration: none;
	font-size: 14px;
	
}
#men_dr a:hover{
	font-size: 14px;
	color: #D73914;
	text-decoration: none;
}
#men_rappo {
	float: right;
	width: 15%;
	background-color: #0c2346;
}
#men_an {
	float: right;
	width: 15%;
	background-color: #153d7a;
}
#men_cale {
	float: right;
	width: 15%;
	background-color: #2363c7;
}
#men_docu {
	float: right;
	width: 15%;
	background-color: #0c2345;
}
#men_pra {
	float: right;
	width: 15%;
	background-color: #BAD4FC;
}
#men_si {
	float: right;
	width: 15%;
	background-color: #709fe5;
}

#men_cs {
	width: 15%;
	background-color: #BCDC93;
	float: left;
}
#men_csi {
	width: 15%;
	background-color: #B4DEE7;
	float: left;
}
#men_sec {
	width: 15%;
	background-color: #B4C1E7;
	float: left;
}
#men_CID {
	width: 15%;
	background-color: #C4B4E7;
	float: left;
}
#men_stuc {
	width: 15%;
	background-color: #ffe324;
	float: left;
}
#men_SGCN {
	width: 15%;
	background-color: #fc6a5f;
	float: left;
}
.titre {
	font-size: 22px;
	text-align: left;
	/**/
	color: inherit;
    margin-bottom: 10px;
    margin-top: 20px
}
.titre_actu {
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
	/**/
	color: #6d6d6d;
	font-weight: bold;
}
#ID_titre_mand {
	text-align: center;

}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
.chpRech {
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	padding-top: 10px;
}
.Actual {
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	height: 30px;
}
#ID_CAROU {
    font-size: 15px;
    text-align: center;
}

#ID_CAROU a{
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
}

#ID_CAROU a:hover{
    color: #CED7E9;
    font-size: 20px;
    text-align: center;
}
.extr_orga {color:#000000;
font-size:10pt;
font-weight: none;
text-decoration:none;
background-color:#FFFFFF; 
border:1px solid #ccc; 
border-radius: 5px;
z-index:2;}
/*
.extr_orga li{

}

.remarque a:hover{color:#000000;
background-color:#FFFFFF;
font-size:10pt;
font-weight: none;
text-decoration:underline;
}
*/

#orga li {list-style-type: none; /*left: 40px*/; position: relative; width:600;} 
#orga ul {display:inline;}
#orga ul ul {display: none; position: absolute; width:280px; background-color:#FFFFFF ;left: 150px; top: 20px; margin: 0px; padding: 0px; }
#orga li:hover ul.extr_orga, li.sfhover ul.extr_orga {display:block;}

#orga_tab li {list-style-type: none; left: 5px; position: relative; width:600;} 
#orga_tab ul {display:inline;}
#orga_tab ul ul {display: none; position: absolute; width:280px; background-color:#FFFFFF ;left: 150px; top: -75px; margin: 0px; padding: 0px; }
#orga_tab li:hover ul.extr_orga, li.sfhover ul.extr_orga {display:block;}
#bandeau_arianne {
    text-align: right;

}
.cs_tes {
	display: block;
}
.cs_tes a{
	
}
.cs_tes a:hover{
	
	background-color: #D1E7B4;
}
.titre_actu_2016 {
	color: #FFFFFF;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
}

.titre_actu_2016 a{
	color: #FFFFFF;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
}
.titre_actu_2016 a:hover{
	color: #FFFFFF;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
}
.actu_carou {
	background-image: url(../Design/actualite.jpg);
	height: 200px;

}
.menuacc {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #e8eef3;
	/* [disabled]border-width: 0px; */
	/* [disabled]border: 1px solid #000000; */
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 5px;
	color: #337ab7;
}
#encre {
	color: #337ab7;
}
#encre a{
	color: #337ab7;
}
#encre a:hover{
	color: #d73914;
}

.menuacc a{
	
	color: #337ab7;
}
.menuacc a:hover{
	
	color: #337ab7;
}

#lign {
	border-top-style: ridge;
	border-top-width: 2px;
}
.quartier {
	float: left;
	padding-right: 15px;
}
.quartier2 {
	height: 500px;
	padding-left: 15px;
	margin-left: 15px;
}
hr2 {
	height: 3px;
}
.accor_fond {
	background-color: #FF9294;
}
.contenu_centre {
	text-align: left;
}
#actu_lol {
	color: #FFFFFF;
	text-align: center;
	font-size: small;
}
#actupage {
	margin-top: -190px;
}
#div_soulign {
	border-bottom: 1px solid #000000;
	margin-top: 30px;
}
#titre_red {
	color: #d73914;
}
#italilque {
	font-style: italic;
}
#table_section {
	text-align: center;
}
#table_cont_sec {
	padding-left: 5px;
	padding-right: 5px;
}
#liste_decale {
	margin-left: 60px;
}
#italique {
	font-style: italic;
}
#Mtitre0 {
	color: #00294b;
	text-align: center;
	font-size: large;
}
#Mtitre1 {
	color: rgba(255,0,4,1.00);
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}
#Mtitre2 {
	color: #00294b;
	text-align: left;
	font-weight: bold;
	margin-left: 30px;
}
#Mtitre3 {
	text-align: left;
	font-weight: bold;
	margin-left: 60px;
	font-style: italic;
	color: rgba(0,0,0,1.00);
}
#selecCSI {
	float: left;
	width: 75%;
}
#feuille {
    background-repeat: no-repeat;
    background-image: url(../images/2018/cnrs_20160085_0001.jpg);
	background-size: 100%;
}
#image {
    width: 100%;
    display: block;
}

#espaceVid {
	height: 70px;
}
#secondLigne {
    font-size: medium;
}
#secondLigne2 {
    font-size: small;
}#Tit_Instanc {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 30px;
    text-align: left;
    color: #00294b;
    margin-top: -30px;
}
.sstitre {
    color: #3047B4;
    text-decoration: none;
    font-style: italic;
    margin-top: 40px;
}

.CsiCal {
	display: inline-block;
	width: 100%;
}
.CsiGauche{
	display: block;
	text-align: left;
}