<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a img {
	border: none;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.separateur {
	clear: both;
}
.separateurVertical {
	float: left;
	width: 1%;
	height: 10px;
}
.imgIcone {
	vertical-align: middle;
	margin-right: 3px;
}

.attention {
	color: #cc0000;
}
.commentaire {
	color: #666666 !important;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************		  module-liste-index		**********************
*******************************************************************************/

.moduleKmlIndex h1 {

}
.moduleKmlIndex h1:first-letter {

}
.moduleKmlIndex h2 {
	margin-bottom: 10px;

}
.moduleKmlIndex h3 {

}
.moduleKmlIndex p {
	text-align: justify;
}
.moduleKmlIndex .liste {
	/*float: left;*/
	/*width: 280px;*/
	text-align: left;
}
.moduleKmlIndex .liste ul {
	margin:0px;
	padding-left:20px;
}
.moduleKmlIndex .liste li {
	font-weight: bold;
}
.moduleKmlIndex .fiche {
	float: right;
	width: 380px;
	padding: 10px;
	border: 1px solid black;
	background-color: white;
}

.moduleKmlIndex .fiche .imprime {
	text-align: right;
}
.moduleKmlIndex .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleKmlIndex .photoMdl {
	float: right;
	/*width: 300px;*/
	text-align: center;
	margin-left: 15px;
}
.moduleKmlIndex .photoMdl img {
	max-width: 300px;
	width: expression((this.width &gt; 300 &amp;&amp; this.width&gt;=this.height) ? 300: true);
	max-height: 300px;
	height: expression((this.height &gt; 300 &amp;&amp; this.height&gt;this.width) ? 300: true);
}
.moduleKmlIndex .photoMdl span{
	font-style: italic;
}
.moduleKmlIndex .videoMdl {
	width: 320px;
	text-align: center;
	margin: 0 auto;
}
.moduleKmlIndex .videoMdl span{
	font-style: italic;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-liste			**********************
*******************************************************************************/


/*Liste des actus*/

.moduleKmlArticles .fiche {
	/*margin-bottom: 20px;*/
}
.moduleKmlArticles h1 {

}
.moduleKmlArticles h1:first-letter {

}
.moduleKmlArticles h2 {
	color:#6F3E66;
}
.moduleKmlArticles h3 {

}
.moduleKmlArticles .photoMdl {
	float: right;
	/*width: 300px;*/
	text-align: center;
	margin-left: 15px;
}
.moduleKmlArticles .photoMdl img {
	max-width: 200px;
	width: expression((this.width &gt; 200 &amp;&amp; this.width&gt;=this.height) ? 200: true);
	max-height: 200px;
	height: expression((this.height &gt; 200 &amp;&amp; this.height&gt;this.width) ? 200: true);
}
.moduleKmlArticles .photoMdl img.top {
	max-width: 400px;
	width: expression((this.width &gt; 400 &amp;&amp; this.width&gt;=this.height) ? 400: true);
	max-height: 400px;
	height: expression((this.height &gt; 400 &amp;&amp; this.height&gt;this.width) ? 400: true);
}
.moduleKmlArticles .photoMdl span{
	font-style: italic;
}
.moduleKmlArticles .videoMdl {
	/*float: left;*/
	/*width: 300px;*/
	text-align: center;
	margin-right: 15px;
}
.moduleKmlArticles .videoMdl span{
	font-style: italic;
}
.moduleKmlArticles p {
	/*text-align: justify;*/
	margin:0px;
}
.moduleKmlArticles .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleKmlArticles .commentaire {
	color: #666666;
	font-size: 10px;
}
.moduleKmlArticles .comment {
	margin-bottom:15px;
}

.moduleKmlArticles .outil_diffusion_blog{
	border-bottom: 1px dashed #666666;
	border-top: 1px dashed #666666;
	margin-bottom:5px;
	padding :8px 0px;
}
.moduleKmlArticles .article_partage {
float:left;
padding-right:10px;
padding-top:6px;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************		 module-liste-agenda		**********************
*******************************************************************************/


.moduleKmlAgenda .fiche {
	/*margin-bottom: 20px;*/
}

.moduleKmlAgenda .navigAnnees {
	text-align: center;
	font-size: 2em;
}
.moduleKmlAgenda .navigAnnees a {
	margin: 0 10px;
	font-size: 0.5em;
	vertical-align: middle;
}

.moduleKmlAgenda h1 {

}
.moduleKmlAgenda h1:first-letter {

}
.moduleKmlAgenda h2 {

}
.moduleKmlAgenda h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
.moduleKmlAgenda .photoMdl {
	float: right;
	/*width: 300px;*/
	text-align: center;
	margin-left: 15px;
}
.moduleKmlAgenda .photoMdl img {
	max-width: 150px;
	width: expression((this.width &gt; 150 &amp;&amp; this.width&gt;=this.height) ? 150: true);
	max-height: 300px;
	height: expression((this.height &gt; 150 &amp;&amp; this.height&gt;this.width) ? 150: true);
}
.moduleKmlAgenda .photoMdl span{
	font-style: italic;
}
.moduleKmlAgenda .videoMdl {
	float: left;
	/*width: 300px;*/
	text-align: center;
	margin-right: 15px;
}
.moduleKmlAgenda .videoMdl span{
	font-style: italic;
}
.moduleKmlAgenda p {
	text-align: justify;
}
.moduleKmlAgenda .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleKmlAgenda .commentaire {
	color: #666666;
	font-size: 10px;
}
#rechercheAgenda {
	text-align: center;
}
#rechercheAgenda h3 {
	margin-bottom: 5px;
}


/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************		 module-liste-resume		**********************
*******************************************************************************/

/*Liste des titres des fiches (colonne de résumé des fiches)*/
.moduleKmlResume {
	width: 250px;
}
.moduleKmlResume h1 {

}
.moduleKmlResume h1:first-letter {

}
.moduleKmlResume h2 {

}
.moduleKmlResume h3 {

}
.moduleKmlResume img {
	float: right;
	margin-left: 10px;

	max-width: 100px;
	width: expression((this.width &gt; 100 &amp;&amp; this.width&gt;=this.height) ? 100: true);
	max-height: 100px;
	height: expression((this.height &gt; 100 &amp;&amp; this.height&gt;this.width) ? 100: true);
}
.moduleKmlResume p {
	text-align: justify;
}
.moduleKmlResume .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleKmlResume hr {

}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************		 module-liste-titre		 **********************
*******************************************************************************/

.moduleKmlTitre .commentaire {
	color: #666666;
	font-size: 10px;
	margin-left: 20px;
}
.moduleKmlTitre img{
	max-width: 150px;
	width: expression((this.width &gt; 150 &amp;&amp; this.width&gt;=this.height) ? 150: true);
	max-height: 73px;
	height: expression((this.height &gt; 73 &amp;&amp; this.height&gt;this.width) ? 73: true);
}

.moduleKmlTitre .image {
	float: left;
	margin-right: 15px;
}
.moduleKmlTitre a{

}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************		  module-liste-une		  **********************
*******************************************************************************/

/*actus à la une*/

.moduleKmlUne {
	width: 95%;

}
.moduleKmlUne .fiche {
	/*float: left;
	width: 49.5%;*/
	margin-bottom:10px;
	padding-left:15px;
	background:transparent url(../images/puce.png) no-repeat 3px  2px;
}

.moduleKmlUne h1 {
	
}
.moduleKmlUne h2 {
	color: #f04e23;
	margin-left:40px;
}
.moduleKmlUne h3 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color:#6F3E66;
}
.moduleKmlUne .photoMdl{
	position:relative;
	float: left;
}
.moduleKmlUne .vignette_video{
	height:50px;
	width:50px;
	position:absolute;
	left:20px;
	top:20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background:url(../images/lecture_video.png) no-repeat;
}
 
.moduleKmlUne .image {
	
	margin-top: 3px;
	margin-right: 10px;
	max-width: 100px;
	width: expression((this.width &gt; 100 &amp;&amp; this.width&gt;=this.height) ? 100: true);
	max-height: 100px;
	height: expression((this.height &gt; 100 &amp;&amp; this.height&gt;this.width) ? 100: true);
}
.moduleKmlUne p {
	margin: 0;
}
.moduleKmlUne .lireSuite {
	text-align: left;
	clear: left;
	padding-top: 3px;
}
.moduleKmlUne .lireSuite img {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 2px;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************   module-liste-une-produit     **********************
*******************************************************************************/

.moduleKmlUneProduit {
	width: 100%;
}
.moduleKmlUneProduit .fiche {
	
}

.moduleKmlUneProduit h1 {
	text-indent: 4px;
}
.moduleKmlUneProduit h2 {
	text-indent: 4px;
}
.moduleKmlUneProduit h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	text-indent: 4px;
}
.moduleKmlUneProduit .zoneTexte {
	position: relative;
	padding-left: 4px;
	height: 131px;
	/*height: 128px;*/
	overflow: hidden;
}
.colonneTexte1, .colonneTexte2 {
	float: left;
	width: 180px;
	
}
.colonneTexte1 {
	margin-right: 5px;
	height: 131px;
	overflow: hidden;
}
.colonneTexte2 {
	position: relative;
	top: -130px;
	height: 223px;
	overflow: hidden;
}
.moduleKmlUneProduit .image {
	float: left;
	margin-top: 5px;
	margin-right: 1px;
	max-width: 210px;
	width: expression((this.width &gt; 210) ? 210: true);
	/*max-height: 280px;
	height: expression((this.height &gt; 278 &amp;&amp; this.height&gt;this.width) ? 278: true);*/
}
.moduleKmlUneProduit p {
	text-align: justify;
	margin: 0;
}
.moduleKmlUneProduit .lireSuite {
	text-align: right;
	position: absolute;
	right:0;
	top: 105px;
	font-weight: bold;
}
.moduleKmlUneProduit .lireSuite img {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 2px;
}

.moduleKmlUneProduit .imageDiapo {
	float: left;
	margin-right: 1px;
	max-width: 183px;
	width: expression((this.width &gt; 183 &amp;&amp; this.width&gt;=this.height) ? 183: true);
	max-height: 137px;
	height: expression((this.height &gt; 137 &amp;&amp; this.height&gt;this.width) ? 137: true);
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **************************
**********************		     module-edito		  **************************
*******************************************************************************/

.moduleKmlEdito .image {
	margin: 5px;
	max-width: 143px;
	width: expression((this.width &gt; 143 &amp;&amp; this.width&gt;=this.height) ? 143: true);
	max-height: 143px;
	height: expression((this.height &gt; 143 &amp;&amp; this.height&gt;this.width) ? 143: true);
}
.moduleKmlEdito p {
	margin: 0;
}

/*******************************************************************************
**********************			MODULE KAMELEON	         ***********************
**********************			module-recherche		 ***********************
*******************************************************************************/


/*Liste des actus*/


.moduleKmlRecherche h1 {

}
.moduleKmlRecherche h1:first-letter {

}
.moduleKmlRecherche h2 {

}
.moduleKmlRecherche h3 {

}
.moduleKmlRecherche .photoMdl {
	float: left;
	text-align: center;
	margin-right: 5px;
}
.moduleKmlRecherche .photoMdl img {
	/*max-width: 40px;
	width: expression(this.width &gt; 40 ? 40: true);
	max-height: 40px;
	height: expression(this.height &gt; 40 ? 40: true);*/

	max-width: 40px;
	width: expression((this.width &gt; 40 &amp;&amp; this.width&gt;=this.height) ? 40: true);
	max-height: 40px;
	height: expression((this.height &gt; 40 &amp;&amp; this.height&gt;this.width) ? 40: true);
}
.moduleKmlRecherche .photoMdl span{
	font-style: italic;
}
.moduleKmlRecherche .videoMdl {
	float: left;
	text-align: center;
	margin-right: 5px;

	/*max-width: 50px;
	width: expression(this.width &gt; 50 ? 50: true);
	max-height: 50px;
	height: expression(this.height &gt; 50 ? 50: true);*/

	max-width: 50px;
	width: expression((this.width &gt; 50 &amp;&amp; this.width&gt;=this.height) ? 50: true);
	max-height: 50px;
	height: expression((this.height &gt; 50 &amp;&amp; this.height&gt;this.width) ? 50: true);
}
.moduleKmlRecherche .videoMdl span{
	font-style: italic;
}
.moduleKmlRecherche p {
	text-align: justify;
}
.moduleKmlRecherche .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleKmlRecherche .commentaire {
	color: #666666;
	font-size: 10px;
}


/*******************************************************************************                                  
**********************           MODULE KAMELEON          **********************                                  
**********************       module-liste-mozaique        **********************
*******************************************************************************/                                  
.moduleKmlMozaique .fiche {
    float: left;
    margin: 0 10px 10px 0;
    width:140px;
}
                                                                                                                  
.moduleKmlMozaique .commentaire {
    color: #666666;                                                                                               
    margin-left: 20px;                                                                                            
}                                                                                                                 
.moduleKmlMozaique img{
    max-width: 125px;
    width: expression((this.width &gt; 125 &amp;&amp; this.width&gt;=this.height) ? 125: true);
    max-height: 125px;
    height: expression((this.height &gt; 125 &amp;&amp; this.height&gt;this.width) ? 125: true);
}                                                                                                                 
                                                                                                                  
.moduleKmlMozaique .image {
	                                                                                       
}                                                                                                                 




/*******************************************************************************
************************		  MODULE AGENDA		  ***********************
*******************************************************************************/


.moduleAgenda h1 {

}
.moduleAgenda h2 {

}
.moduleAgenda h3 {

}
.moduleAgenda .commentaire {
	color: #999999;
	font-size: 10px;
}
.moduleAgenda .selectSalles {
	text-align: center;
}
/*Liste des rendez vous sur une semaine*/
.moduleAgenda .semaine {
	/*background-color: white;*/
}
.moduleAgenda .semaine hr {

}
.moduleAgenda .semaine .annee {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.moduleAgenda .semaine .navigation {
	font-size: 10px;
}
.moduleAgenda .semaine .dateAujourdhui {
	text-align: center;
	font-size: 10px;
}
.moduleAgenda .semaine .enteteJours {
	text-align: center;
}
.moduleAgenda .semaine .enteteJours td{
	border: 1px solid black;
}
.moduleAgenda .semaine .enteteJours td{
	width: 110px;
}
.moduleAgenda .semaine .numeroJour {
	color: #cc0000;
	font-size: 20px;
	font-weight: bold;
}
.moduleAgenda .semaine .nomJour {
	color: #000000;
	font-weight: bold;
}
.moduleAgenda .semaine .mois {
	color: #000000;
	font-size: 10px;
}

.moduleAgenda .semaine .rdvJours {
	text-align: left;
	vertical-align: top;
	height: 250px;
}
.moduleAgenda .semaine .rdvJours td{
	border: 1px solid black;
}
.moduleAgenda .semaine .rdvJours .heure {
	font-size: 10px;
	font-style: italic;
	text-decoration: underline;
}
.moduleAgenda .semaine .rdvJours .evenement {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.moduleAgenda .semaine .rdvJours img {
	/*vertical-align : middle;*/
/*	float: left;*/
}
.moduleAgenda .semaine .ajout {
	text-align: center;
	font-size: 10px;
}
.moduleAgenda .semaine .aujourdhui {
	background-color: #ffcc99;
}
.moduleAgenda .semaine .jour {
	background-color: #ffffcc;
}
.moduleAgenda .semaine .weekend {
	background-color: #ffff99;
}

/*** fiche **/

.moduleAgenda #fiche {
	background-color: #ffff99;
	height: 172px;
}
.moduleAgenda #fiche .titre {
	background-color: #ffffcc;
	font-weight: bold;
	height: 10px;
}
.moduleAgenda #fiche .corps {
	vertical-align: top;
	text-align: justify;
}
.moduleAgenda #fiche .corps .date {
	font-style: italic;
	font-size: 12px;
	text-align: left;
}
.moduleAgenda .footer {
	font-size: 10px;
}


/*******************************************************************************
**********************		  MODULE CATALOGUE		  **********************
*******************************************************************************/


.moduleCatalogue .liste {
	width: 100%;
	border-collapse: collapse;
}
.moduleCatalogue .liste td, .moduleCatalogue .liste th {
	/*padding: 0 2px;*/
}
.moduleCatalogue .liste th {
	background-color: navy;
	color: white;
	text-align: center;
}
.moduleCatalogue .liste .impaire {
	background-color: white;
}
.moduleCatalogue .liste .paire {
	background-color: #e5e5e5;
}
.moduleCatalogue .liste .image {
	/*width: 60px;*/
	height: 60px;
}

.moduleCatalogue .fiche {
	width: 100%;
	background-color: white;
	border: 1px solid black;
	padding: 3px;
}
.moduleCatalogue .fiche h1{
	color: white;
	background-color: #0066cc;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}
.moduleCatalogue .fiche h1:first-letter {

}
.moduleCatalogue .fiche h2 {
	color: #9dc82e;
	background: none;
}
.moduleCatalogue .fiche p {
	text-align: justify;
}
.moduleCatalogue .fiche img {
	float: right;
	margin-left: 15px;
	/*max-width: 100px;
	width: expression(this.width &gt; 100 ? 100: true);*/

	max-width: 100px;
	width: expression((this.width &gt; 100 &amp;&amp; this.width&gt;=this.height) ? 100: true);
	max-height: 60px;
	height: expression((this.height &gt; 60 &amp;&amp; this.height&gt;this.width) ? 60: true);
}

.moduleCatalogue h1 {

}
.moduleCatalogue h2 {

}
.moduleCatalogue h3 {

}
.moduleCatalogue .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleCatalogue .ajoutPanier {
	float: left;
	width: 230px;
	margin: 10px;
	background-color: #eeeeee;
	border: 1px solid black;
}
.moduleCatalogue .ajoutPanier .enteteFenetre {
	height: 12px;
	padding : 1px;
	background-color: navy;
}
.moduleCatalogue .ajoutPanier .icone {
	float: right;
}
.moduleCatalogue .ajoutPanier .corpsFenetre {
	padding: 5px;
}
.moduleCatalogue .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleCatalogue #lieu {
	background-color: #D4DBEE;
	width: 300px;
}</pre></body></html>