/* CSS Document - partie commune, */


	div.calendrierSeances div.seance {
		font-size: 11px;
		// font-size:.9em;
		width: 90%; 
		padding-top:3px;
		margin-left:30px;
		// height:14px;
		border-bottom-style: dashed;
		border-bottom-color: #1E90FF;
		border-bottom-width: 1px;
		background-color : #EAEAFD;
		margin-bottom:5px;
				
	}

	div.calendrierSeances div.amenu {
	 //	font-size: 11px;
	 //	float: right;
	 // width: 20%;
		padding-left:15px;
		
	}

	div.calendrierSeances a {
		
	}
	

	div.texte_seance {
	//	font-size: 11px; /* laisser ? */
		width: 80%; 
	//	padding-left:25px;
	
	}

	div.enBref {
		margin-left:15px;
		font-style: italic;
		color: #346ba2;\
	}

	div.calendrierSeances {
		Font-family:	verdana,tahoma,arial,sans-serif ;
		Font-size:	11.2px

	}

	div.calendrierSeances div.formation  {
		padding-top:10px;
	}


/* CSS - msg dans le div */
	div.msg  {
		background-color:white;
		display:block;
		height:300px;
		width:60%;
		font-size:0.9em ;
		padding-top:16px; 
		}

	div.popmsg {
		background-color:#F2F0A0;
		display:block;
		height:auto ;
		width:60%;
		// font-size: 0.7em ;
		font-size: 12px ;
		padding-top:16px;
		z-index:26;

		}

