/* CSS Document */

*
{
margin: 0;
padding: 0;
border: none;
font-size: 1em;
font-weight: normal;
font-style: normal;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #214AAD; /* couleur :  foncé*/

}

/* -------------------------- GENERAL ----------------------------*/
body {
	background-color : #94ADF7; /* couleur de fond : bleu clair */
	/* background-color : pink; couleur test */
	margin:0; /* suppression de toutes les marges */
	padding:0;
	scrollbar-face-color:#214AAD; /* couleur :  foncé */
	scrollbar-highlight-color:#214AAD; /* couleur :  foncé */
	scrollbar-3dlight-color:white; /* couleur :  foncé */
	scrollbar-darkshadow-color:black;
	scrollbar-arrow-color:white; /* couleur :   */
	/* scrollbar-track-color:#94ADF7;couleur : bleu clair */
	scrollbar-track-color:AliceBlue;/* couleur : bleu clair AliceBlue*/
	/* width: 100%;*/
	}


a:link { color: #214AAD; } /* couleur :  foncé */
a  { color: #214AAD; text-decoration: none; } /* couleur :  foncé */
a:hover { color: #94ADF7; } /* couleur :  clair */

img {
  border:0;
}

.Centre   {  text-align: center;
}

.Separateur   {
/*	width:100%;
	float:none;*/
	clear: both;
	margin:0;
	padding:0;
	 }

/* -------------------------- DIV BANDEAU ----------------------------*/

#Bandeau {
	/*background-color : Pink;  couleur test */
	 /*background-color : #94ADF7;   couleur de fond = bleu clair */
	/*background-color : #214AAD; couleur de fond : bleu foncé */
	 float: none;
	height:9em;/* */
	padding:0;
	margin:0;
}

#Bandeau h1  {
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: large;
	}


/* -------------------------- Espace du LOGO ----------------------------*/

#logo {
	background-color : transparent; /*couleur de fond : bleu foncé */
	background-color : #214AAD; /*couleur de fond : bleu foncé */
	left:0;
	top:0;
	position: absolute;
	margin:0;
	padding:0.2em;
	width : 9.6em;
	text-align:center;
}


#logo img {
  border:0;
}


/* -------------------------- Espace du formulaire de RECHERCHE ----------------------------*/
#Recherche {
	/* background-color : Yellow; couleur Test */
	/* background-color : white; couleur de fond : blanc */
	float:none;
	height:2em; /**/
	margin:0;
	padding:0;
	padding-left:13em;
	text-align:left;
	padding-top:0.3em;
	margin-top:0.5em;
	}


/* -------------------------- Espace BANNIERE ----------------------------*/

#Banniere {
	background-image: url(../img/Bande_deco.gif);
	background-position:0 0;
	background-repeat:repeat-xy;/**/
	/*background-color : #214AAD; couleur de fond : bleu foncé */
	/* background-color : blanc; couleur de fond : blanc */
	align:center;
	float:none;
	/*height:2.0em;*/
	height:15%;
	margin:0;
	padding:0;
	/*padding-top:0.3em;*/
	padding-bottom:0.10em;
	padding-left:13em;
}

#Banniere marquee {
	width:75%;
/*behavior=scroll direction=up width=115
scrollamount=1 scrolldelay=30 onmouseover="this.stop()"
onmouseout="this.start()">...</*/
}
#Banniere h1 {
 	color: white;
 	font-size: large;
	font-style: normal;
	margin: 0;
	padding: 0;
 	background-color : blanc; /* couleur de fond : blanc */
	 }

/* -------------------------- Boutons ----------------------------*/
#Boutons {
	background-color : #214AAD; /*couleur de fond : bleu foncé */
	/* background-color : Orange;couleur test;  */
	float: none;
	height:1.6em;/**/
	margin:0;
	padding:0;
	padding-top:0.50em;
	padding-left:13em;
}

#Boutons .bouton {
	  float: left;
	  padding-top :0em;
	  padding-left:0.5em;
	  padding-right:0.5em;
}
#Boutons .bouton a:link  { color: white; text-decoration: none }
#Boutons .bouton a  { color: white }
#Boutons .bouton a:hover {
	color: #94adf7;/* couleur = bleu clair */
	 /* background-color : white;*/
 }

#Boutons span {
	color: #94adf7;/* couleur = bleu clair */
}

/* -------------------------- DIV MENU en Haut ----------------------------*/
#MenuHaut {
	/* background-color: Green; couleur test */
	float: none;
	margin:0;
	padding:0;
	margin-top:1em;
	padding-left:1em;
}
#MenuHaut a  {
	display: block;
	color: #214aad;  /*couleur = bleu fonce */
	font-weight: bold;
	font-size:80%;
	font-style: normal;
	float: left;
	margin: 0; padding: 0;
	padding-left: 0.6em;
	padding-right: 0.6em;
	z-index:24;
	}

#MenuHaut a:hover {
	color: white;
	 background-color: #94ADF7;
	z-index:25;
 }

 #MenuHaut .actif {
	color: white;
	/* color: #214aad;  couleur = bleu fonce */
	 background-color: #94ADF7;
 }


#MenuHaut a span
{
    display: none
}

#MenuHaut a:hover span
{
    display: block;
    font-size:medium ;
    position:absolute;
    top: 4.5em;
    left: 12em;
    background-color: GhostWhite;
    color: #214aad;
    border:solid thin #214aad;
    padding:0.15em;
    text-align: left}
}



/* ------------------------- DIV Fond -------------------------------*/
#Fond {
	float: none;
	margin:0;
	padding:0;
	padding-bottom: 0.10em;
	/* background-color: #94adf7; couleur = bleu clair */
	/* background-color: Green; couleur test */
	height:100%;
}
/* -------------------------- DIV MENU à GAUCHE ----------------------------*/
#Menu  {
	border : 0;
	background-color: #214aad;  /*couleur = bleu fonce */
	float: left;
	margin:0;
	padding:0;
	margin-top: 0em;
	margin-bottom: 1.4em;
	margin-left: 0.10em;
	margin-right: 0.10em;
	width: 12.8em;
	overflow: auto }

 #Menu .actif {
	 color: white ; /**/
 	 background-color: #94adf7; /* couleur = bleu clair */
 }

#Menu .Titre {
	border:0;
 	text-align:center;
	background-color: white;
	margin-top: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.4em;
}
#Menu .Titre h1 {
 	color: #214aad; /* couleur = bleu fonce */
 	font-size: 90%;
	text-align:center;
	margin-top: 0em;
	margin-bottom: 0em;
	 }
#Menu a    {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 80%;
	/*text-transform: uppercase; */
	margin-top: 0.0em;
	margin-bottom: 0.1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-right: 0.2em;
	padding-left: 0.30em
 }

#Menu 	a:hover {
	color: #94adf7; /* couleur = bleu clair */
	 background-color: white;
 }

#Menu ul   {
	font-size: medium;
	font-weight: bold;
	list-style-type: square;
	padding-left:1.4em;
	padding-right: 0.10em;
	margin-top: 0.3em;
	margin-bottom: 0em;
	 }

#Menu .Titre a {
 	color: #214aad; /* couleur = bleu fonce */

	display: inline;
	 }
#Menu .Titre span {
 	color: #94adf7; /* couleur = bleu fonce */
	 }
#Menu .Titre a:hover {
	color: #94adf7; /* couleur = bleu clair */
	background-color: white;
	display: inline;
 }

/*  -------------------- DIV à Gauche -----------*/

#BandeauGauche  {
	border : 0;
	/*background-color: Red;  couleur test */
	float: left;
	margin:0;
	padding:0;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.10em;
	width: 9.6em;
	/* height:37.8em; */
	height:100%;
	overflow: auto }

#BandeauGauche h1 {
	margin:0;
	padding:0;
	margin-top:0.5em;
	font-size:small;
	text-align:center;
	color:white;
}
#BandeauGauche p {
	font-size:small;
	text-align:center;
	color:white;
	margin:0;
	padding:0;
	margin-top:0.5em;
}
#BandeauGauche a {
	font-size:small;
	color: #214aad; /* couleur = bleu fonce */
}
#BandeauGauche a:hover {
	font-size:small;
	color:white;
}
/* -------------------------- Espace des Photos ----------------------------*/

#Photos {
	float: none;
	/*width:100%;*/
	margin:0;
	padding:0;
	margin-top:0.5em;
	padding-top: 0.10em;
	padding-bottom: 0.10em;
	text-align:center;
	background-color: #94ADF7; /* couleur = bleu clair */
}

#Photo {
	float:none;
	margin:0;
	margin-top:2em;
	padding:0;
	padding-left:0.5em;
	padding-top:1.64em;
	text-align:center;
}


/*---------------- popup full CSS -------------------*/
.popupD, .popupG {
	margin:0;
	padding:0;
	margin-top:0.10em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.popupD:hover{
	background-color: white;
	text-decoration: none;
}

.popupG:hover {
 	text-decoration: none;
}

.popupD span.comment {
	visibility: hidden;
	z-index: 10;
	/*display:none;*/
	text-decoration: none;
	position: absolute;
}

.popupG span.comment {
	visibility: hidden;
	z-index: 12;
	/*display:none;*/
	text-decoration: none;
	position: absolute;
}

a:hover.popupD span.comment{
	/*visibility: visible;*/ /*rend visible la classe “comment” lors du survol d’une div de class popup*/
	/*display:block;*/
	position: absolute;
	top: 8em;
	left: 14em;
	background-color: white;
	text-align:center;
	border: solid medium #94ADF7;
}

a:hover.popupG span.comment{
	visibility: visible;/**/ /*rend visible la classe “comment” lors du survol d’une div de class popup*/
	display:block;/**/
	position: absolute;
	top: 4em;
	left: 30em;
	background-color: white;
	text-align:center;
	border: solid medium #94ADF7;
}


/**/
a .popupD span:hover.comment, a .popupG span:hover.comment{
	visibility: visible;/**/ /*rend visible la classe “comment” lors du survol d’une div de class popup*/
	display:block;/**/
}



/* ------------------------- DIV Contenu -------------------------------*/
#Contenu {
	  /*background-image: url(../img/logo_vierge.gif);
	background-position:0 0;
	background-repeat:no-repeat;*/
	height:100%;  /**/
	/*width:100%;  */
	float:none;
	margin:0;
	padding:0;
	/* background-color: #94adf7; couleur = bleu clair */
	/* background-color: Yellow; couleur = bleu clair */
	padding-bottom: 0.10em;
}


#Contenu * {
	color: DarkBlue;
	font-size: medium;
	margin-bottom : 0.5em;
	font-weight:bold;
}

#Contenu h1 {
	color: color: DarkBlue; /* couleur =  fonce */
	/*background-color: GhostWhite;*/
 	font-size: x-large;
	text-align: center;
	font-weight:bold;
	margin-top : 1.10em;
	}

#Contenu h2 {
	/* color: #214aad; couleur = bleu fonce */
	/*color: DarkBlue; */
	color: Red; /**/
	font-weight:bold;
	font-style: italic;
	font-size: large;
	text-align: center;
	margin-top : 1.0em;
	margin-bottom : 0.5em;
	/*background-color : GhostWhite;  couleur de fond = bleu clair AliceBlue*/
	  }

#Contenu h3 {
	color: #214aad;
	font-size: medium;
	text-align: left;
	margin-top : 0.5em;
	font-style: normal;
}

#Contenu h4 {
	color:DarkBlue;
	font-size: 90%;
	text-align: left;
	margin-top : 0.3em;
	font-style: italic;
	font-weight:bold;
}


#Contenu p   {
	margin-top : 0.10em;
	margin-left:0em;
	text-align: justify;
	font-size: small;
	 }

#Contenu p span {
	color: Red; /* */
	font-size: small;
 }

#Contenu ul {
	margin-left:3.12em;
	margin-top:0.10em;
	margin-bottom : 0.20em;
}

#Contenu li {
	list-style-image: url('../img/puceEstimFormation.gif');
	list-style-type: square;
  	margin-top:0.3em;
	margin-bottom : 0em;
	padding-left:0.3em;
	font-size: small;
}

#Contenu li span {
	font-size: small;
	color: #94adf7; /* */
 }
#TextePres li span {
	color: Red; /* */
 }

#Contenu ul ul {
	margin-left:1.4em;
	margin-top:0em;
	margin-bottom : 0em;
}

#Contenu li li {
	list-style-image: url('');
	list-style-type: disc;
  	margin-top:0em;
	margin-bottom : 0em;
	padding-left:0.10em;
	font-size: small;
}
#Contenu .AccrocheTitre {
	background-color: GhostWhite;
	font-size: large;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0;
	margin-top:0.20em;
	margin-bottom:0.10em;
	padding-top:0.20em;
	padding-bottom:0.20em;
	color: DarkBlue;
}

#Contenu .Accroche {
	background-color: GhostWhite;
	font-size: medium;
	font-weight:normal;
	text-align:center;
	margin:0;
	padding:0;
	margin-top:0.20em;
	margin-bottom:0.10em;
	padding-top:0.20em;
	padding-bottom:0.20em;
	color: DarkBlue;
}

#Contenu .PrecisionTitre {
	background-color: GhostWhite;
	font-size: 95%;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	margin:0;
	padding:0;
	margin-top:0.20em;
	margin-bottom:0.10em;
	margin-left:10%;
	margin-right:10%;
	padding-top:0.20em;
	padding-bottom:0.20em;
	color: Red;
}

#Contenu .Precision {
	background-color: GhostWhite;
	font-size: 95%;
	font-weight:normal;
	text-align:center;
	font-style:italic;
	margin:0;
	padding:0;
	margin-top:0.20em;
	margin-bottom:0.10em;
	margin-left:10%;
	margin-right:10%;
	padding-top:0.20em;
	padding-bottom:0.20em;
	color: Red;
}

#Contenu .Mev1 {
	/*background-color: GhostWhite;*/
	font-size: x-large;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0;
	margin-top:0.10em;
	color: Red;
}

#Contenu .Mev2 {
	font-size: medium;
	font-weight: bold;
	text-align:center;
	color: DarkBlue;
	margin:0;
	padding:0;
	margin-top:0.10em;
}
#Contenu .Mev2 a {
	font-weight: bold;
}

#Contenu .Mev3 {
	/*background-color: GhostWhite;*/
	font-size: medium;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	color: CornFlowerBlue;
	margin:0;
	padding:0;
}

#Contenu .Formation {
	/*background-color: GhostWhite;*/
	font-size: small;
}


#Contenu .Extrait {
	font-style:italic;
}

#Contenu p a  {color: #94ADF7; font-style: normal;font-size: small; }
#Contenu p a:hover {color: red; }

#Contenu li a  { color: #94ADF7; font-style: normal; font-size: small;}
#Contenu li a:hover {color: red; }

#Contenu a  {
	color: red;
	font-style: italic;
	text-decoration: underline;
	font-size: 100%;
	}
#Contenu a:hover {
	color: red;
	font-style: normal;
	text-decoration: underline;
	}

/*-----utile dans TextePres ----*/
#Contenu h3 a  {
	color:DarkBlue ;
	color:Red ;
	font-style: normal;
	}
#Contenu h3 a:hover {
	color: #94ADF7;
	}

/* -------------------------- DIV Séparateur ----------------------------*/

#Contenu .Separateur   {
/*	width:100%;
	float:none;*/
	clear: both;
	margin:0;
	padding:0;
	text-align:right;
	font-style:italic;
	font-size: x-small;
	 }
#Contenu .Separateur a  { color: #214AAD; font-style:italic;font-size: x-small;} /* couleur :  foncé */
#Contenu .Separateur a:hover { color: #94ADF7;font-style:italic;font-size: x-small; } /* couleur :  clair */


/* -------------------------- Photo  à DROITE ----------------------------*/


.PhotoDroite  {
	background-color: transparent;
	/*border: solid thin #94ADF7;*/
	float: right;
	margin:0;
	padding: 0;
	margin:1em;
	/*	width:20%;
	width: 12.8em;
	height: 80%;
	overflow: auto ;*/
	}
.PhotoDroiteDIF  {
	background-color: transparent;
	/*border: solid thin #94ADF7;*/
	float: right;
	margin:0;
	padding: 0;
	margin:1em;
	}

/* -------------------------- Photo  à GAUCHE ----------------------------*/


.PhotoGauche  {
	background-color: transparent;
	/*border: solid thin #94ADF7;*/
	float: left;
	margin:0;
	padding: 0;
	margin:1em;
	/*	width:20%;
	width: 12.8em;
	height: 80%;
	overflow: auto ;*/
	}

/* -------------------------- DIV Lancement ----------------------------*/


#Lancement  {
	background-color: GhostWhite;
	/*border: solid thin #94ADF7;*/
	border: solid medium DarkBlue; /* border: solid medium Red;*/
	float: none;
	margin:0;
	padding: 0;
	margin-left:2%;
	margin-right:2%;
	padding: 1em;
	padding-top: 0em;
	height: 15em;
	overflow: auto ;
	/*width:80%;
	width: 12.8em;
	*/
	}
#Lancement h1 {
	margin-top: 0.5em;
}

#Lancement .BoiteCentre  {
	background-color: #94ADF7;
	border: solid thin GhostWhite;
	float: none;
	margin:0;
	padding: 0;
	padding: 1em;
	}
#Lancement .BoiteCentre2  {
	background-color: white;
	border: solid thin GhostWhite;
	float: none;
	margin:0;
	padding: 0;
	padding: 1em;
	}

#Lancement .BoiteCentre p   {
	text-align: center;
	font-size : medium;
	 }
#Lancement .Centre   {
	text-align: center;
	font-size : medium;
	 }

#Lancement .BoiteCentre p span	{
	color : White;
	font-size : medium;
	}
#Lancement .BoiteCentre p a  {
 	color: White;
	font-size : medium;
}

#Lancement .BoiteCentre p a:hover {
	color:Red;
	font-size : medium;
	}

#Lancement .BoiteDroite  {
	background-color: #94ADF7;
	border: solid thin GhostWhite;
	float: right;
	margin:0;
	padding: 0;
	padding: 1em;
	width:30%;
	}
#Lancement .BoiteDroite p span	{
	color : White;
	}
#Lancement .BoiteDroite p a  {
 	color: White;
}

#Lancement .BoiteDroite p a:hover {
	color:Red;
	}




/* -------------------------- DIV  à DROITE ----------------------------*/
#BandeauDroite  {
	position: absolute;
	top:9em;
	right:0;
	margin : 0;
	padding: 0;
	padding-right:1em;
	width:25%;
	height: 100%;
	/*width: 12.8em;
	height: 80%;
	overflow: auto ;*/
	text-align:center;
	/* background-color: Black; couleur = bleu clair */
	}

/*---------- DIV actualites */

#Actualites  {
	/* background-color: White; couleur =  fonce */
	 background-color : GhostWhite;   /*couleur de fond = bleu clair AliceBlue*/
	float: none;
	margin-top: 0em;
	margin-bottom: 0.5em;
	/*margin-right: 1.4em;*/
	padding-top: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1.4em;
	width:95%;
	/*width: 12.8em;
	height: 80%; */
	overflow: auto ;
	/*border: solid medium #94ADF7;*/
	}
#Actualites .Titre  {
 	background-color: DarkBlue; /* couleur =  fonce */
	margin:0;
	padding:0;
}

#Actualites .Titre h1 {
 	color: White; /* couleur =  fonce */
	font-size: 90%;
	text-transform: uppercase; /**/
	text-align:center;
}

#Actualites h1   {
 	color: DarkBlue; /* couleur =  fonce */
	font-size: medium ;
	font-weight:bold;
	margin-top: 0.5em;
	margin-bottom: 0.10em;
	text-align:left;
	 }
#Actualites h2  {
	color:Red;
	font-size: 80%;
	font-weight:normal;
	font-style: normal;
	margin-top: 0.5em;
	margin-bottom: 0em;
	text-align:left;
	}

#Actualites p  {
	margin-top:0em;
	font-size: small;
	text-align:left;
 	color: DarkBlue; /* couleur =  fonce */
  }
#Actualites span  {
 	color: DarkBlue; /* couleur =  fonce */
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
  }

#Actualites a  {
	font-style: normal;
 	color: DarkBlue; /* couleur =  fonce */
	text-decoration:underline;
 	text-align:left;
	font-size: small;
}

#Actualites h2 a  {
 	color: Red;
}

#Actualites a:hover {
	color:Red;
}
#Actualites h2 a:hover {
	color: DarkBlue; /* couleur =  fonce */
}

/*---------- DIV Projecteur */

#Projecteur  {
	 background-color : GhostWhite;   /*couleur de fond = bleu clair AliceBlue*/
	float: none;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding-top: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1.4em;
	width:95%;
	overflow: auto ;
	border: solid medium DarkBlue;/* border: solid medium Red; */
	}
#Projecteur .Titre  {
 	background-color: Red; /* couleur =  fonce */
	margin:0;
	margin-bottom: 0.5em;
	padding:0;
}

#Projecteur .Titre h1 {
 	color: White; /* couleur =  fonce */
	margin-top: 0.5em;
	margin-bottom: 0.10em;
	font-size: 90%;
	text-transform: uppercase; /**/
	text-align:center;
}

#Projecteur h1   {
 	color: Red; /* DarkBlue; couleur =  fonce */
	font-size: medium ;
	font-weight:bold;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align:left;
	 }

#Projecteur a  {
	font-style: normal;
 	color: DarkBlue; /* couleur =  fonce */
	text-decoration:underline;
 	text-align:left;
	font-size: small;
}


#Projecteur a:hover {
	color:Red;
}


/* -------------------------- DIV TEXTE ----------------------------*/



/*----- texte de la page de presentation et des pages Formation --------*/

#TextePres,#TexteForm {
	background-color: White;/* couleur de fond : blanc*/
	height:100%;
	margin:0;
	margin-right: 27%;
	padding:0;
	padding-top: 0.10em;
	padding-bottom: 0.10em;
	padding-left:0.5em;
	padding-right: 0.5em;
	overflow: auto;
}
#TextePres {
	/*margin-left: 12.8em;
	width:60%;*/
}
#TexteForm {
	/*margin-left: 9.6em;
	width:50%;*/
}


/* -------------------------- DIV TEXTE des pages Infos ----------------------------*/

#TexteInfo {
	background-color: White;/* couleur de fond : blanc*/
	height:100%;  /**/
	/*width:100%;*/
	width:80%;
	float:left;
	margin:0;
	padding:0;
	margin-left:1.14em;
	margin-right: 1.14em;
	padding-top: 0.10em;
	padding-bottom: 0.10em;
	padding-left:1.4em;
	padding-right: 1.4em;

	overflow: auto;
}

#TexteInfo h2 {
	/* color: #214aad; couleur = bleu fonce */
	 color: Red; /**/
	font-style: italic;
	font-size: x-large;
	text-align: center;
	margin-top : 0.10em;
	margin-bottom : 0.10em;
	  /*background-color : GhostWhite;  couleur de fond = bleu clair AliceBlue*/
	  }


#TexteInfo p   {
	margin-top : 0.10em;
	margin-left:1.14em;
	text-align: justify;
	font-size: small;
	 }

#TexteInfo ul {
	  margin-left:3.2em;
	  margin-top:0em;
	list-style-image: url('(EmptyReference!)');
}

#TexteInfo li {
	list-style-type: disc;
	margin-bottom : 0em;
}


/*--------------------------- DIV Texte des pages Formation -----------------*/
#TexteForm h1 {
	color: DarkBlue; /* couleur =  fonce */
 	font-size: large;
	text-align: left;
	}

#TexteForm h1 span {
	color: #94ADF7; /* couleur =  clair */
 	font-size: large;
	}

#TexteForm h2 {
	/* color: #214aad; couleur = bleu fonce */
	 color: DarkBlue; /**/
	font-style: italic;
	font-size: large;
	text-align: center;
	margin-top : 0.10em;
	margin-bottom : 0.10em;
	  /*background-color : GhostWhite;  couleur de fond = bleu clair AliceBlue*/
	  }

#TexteForm h3 {
	color:Red;
	font-size: x-large;
	text-align: center;
	margin-top : 1em;
	font-style: italic;
}
#TexteForm h4 {
	color:DarkBlue;
	font-size: medium;
	text-align: center;
	margin-top : 0.10em;
	font-style: italic;
}

#TexteForm h5,h6 {
	color:White;
	font-size: medium;
	text-align: left;
	padding-left:1em;
	margin-top : 1em;
	  background-color : #94ADF7;  /*couleur de fond = bleu clair AliceBlue*/
}

#TexteForm h6 {
	color:White;
	}

#TexteForm ul {
	margin-left:3.12em;
	margin-top:0.10em;
	margin-bottom : 0em;
}

#TexteForm li {
	list-style-type: disc;
	list-style-image: url('(EmptyReference!)');
	margin-top:0.2em;
	margin-bottom : 0em;
	padding-left:0.10em;
	font-size: small;
}


#TexteForm p   {
	margin-top : 0.10em;
	margin-left:1.14em;
	text-align: justify;
	font-size: small;
	 }

#TexteForm .Mev1 {
	font-size: x-large;
	font-weight:bold;
	 text-align:center;
	 margin-top:0.10em;
	color: Red;
}

#TexteForm .Mev2 {
	font-size: medium;
	font-weight: bold;
	 text-align:left;
	color: Black;
	 margin:0;
	 padding:0;
	 margin-top:1.14em;
}
#TexteForm .Mev2 a {
	font-size: medium;
	font-weight: bold;
	font-style: normal
}


#TexteForm p a  {color: #94ADF7; font-style: normal;font-size: small; }
#TexteForm p a:hover {color: red; }

#TexteForm h1 a  { color: #94ADF7; font-style: normal;font-size: large;}
#TexteForm h1 span a  { color: #94ADF7; font-style: normal;font-size: large;}
#TexteForm h2 a { color: #94ADF7; font-style: normal;font-size: large;}
#TexteForm h1 a:hover, #TexteForm h2 a:hover {color: red; }

#TexteForm a  { color: red; font-style: italic; text-decoration: underline blink; }
#TexteForm a:hover {color: red; font-style: normal; text-decoration: underline;}


/* -------------------------- DIV Texte de PLAN ou Mise en Valeur----------------------------*/

#TextePlan,#TexteMev {
	/*height:100%;*/
	background-color: GhostWhite;
	border: solid thin #94ADF7;
	padding:0;
	margin:0;
	margin-left:10%;
	margin-right:10%;
	padding-top:0.10em;
	padding-bottom:0.10em;
	float: none;
}

#TextePlan {
	margin-top:1.4em;
	margin-bottom:1.4em;
}
#TexteMev {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#TextePlan ul ,#TexteMev ul {
	 padding:0;
	 margin:0;
	 margin-left:3.2em;
	margin-top: 0em;
	margin-bottom: 0.5em;
 }

#TextePlan li ,#TexteMev li{
	list-style-type: disc;
	list-style-image: url('(EmptyReference!)');
	padding:0;
	margin:0;
	margin-top:0.2em;
	font-size: small;
}

#TexteMev span {
	font-size: small;
}
/* -------------------------- PIED ----------------------------*/

#Pied{
	float:none;
	margin:0;
	padding:0;
	width:100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align:center;
	/*height:1.14em;*/
	background-color : #94ADF7; /* couleur de fond : bleu clair */
	/*background-color: White;*/
	/* background-color : Purple; couleur test*/
}

#Pied p  {
	color: White;
	/*color: DarkBlue; */
	font-size: x-small;
	margin-left:9.6em;
	margin-right:25%;
	}

#Pied .Stats {
	  background-color : white;
	 text-align:center;
	  padding-top :0em;
	  padding-left:1.4em;
	  padding-right:1.4em;
	  display: inline;
}

/*

a.tooltip
{
    position: relative;
    z-index: 24;
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

a.tooltip:hover
{
    z-index: 25;
    background-color: #ff0;
}

a.tooltip span
{
    display: none
}

a.tooltip:hover span
{
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 15em;
    border: 0.1em solid #0cf;
    background-color: #cff;
    color: #000000;
    text-align: center}
}
*/



