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: #999999 !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 > 300 && this.width>=this.height) ? 300: true);
	max-height: 300px;
	height: expression((this.height > 300 && this.height>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-produits			**********************
*******************************************************************************/


/*Liste des actus*/
.moduleKmlProduits .fiche {
	/*margin-bottom: 20px;*/
	width: 210px;
	margin: 10px 15px 0px 0px;
	float: left;
	background: white;
	cursor: pointer;
}
.moduleKmlProduits h1 {

}
.moduleKmlProduits h1:first-letter {

}
.moduleKmlProduits h2 {

}
.moduleKmlProduits h3 {
    margin: 10px 0px 3px 0px;
    color: #DF7900;
    border-bottom: 1px solid #DF7900;
    text-indent: 0px;
}
.moduleKmlProduits .alternance-b{
    background-color: #cecece;
}
.moduleKmlProduits .alternance-a{
    background-color: #ffffff;
}
.moduleKmlProduits .moduleKmlArticlesSub .fiche{
	/*margin-bottom: 20px;*/
	width: auto;
	margin: 0px;
	float: none;
	background: none;
	cursor: auto;
}

.moduleKmlProduits .photoMdl {
	/*width: 300px;*/
	text-align: center;
	margin-right: 15px;
	max-width: 150px;
}
.moduleKmlProduits .photoMdl img {
	max-width: 150px;
	width: expression((this.width > 150 && this.width>=this.height) ? 150: true);
	max-height: 150px;
	height: expression((this.height > 150 && this.height>this.width) ? 150: true);
}
.moduleKmlProduits .photoMdl img.top {
	max-width: 500px;
	width: expression((this.width > 500 && this.width>=this.height) ? 500: true);
	max-height: 300px;
	height: expression((this.height > 300 && this.height>this.width) ? 300: true);
}
.moduleKmlProduits .photoMdl span{
	font-style: italic;
}
.moduleKmlProduits .videoMdl {
	float: left;
	/*width: 300px;*/
	text-align: center;
	margin-right: 15px;
}
.moduleKmlProduits .videoMdl span{
	font-style: italic;
}
.moduleKmlProduits p {
	/*text-align: justify;*/
}
.moduleKmlProduits .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleKmlProduits .lireSuite {
	text-align: right;
	padding-top: 3px;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-fiche-produit			**********************
*******************************************************************************/


/*Liste des actus*/

.moduleKmlFicheProduit .fiche {
	/*margin-bottom: 20px;*/
}
.moduleKmlFicheProduit h1 {

}
.moduleKmlFicheProduit h1:first-letter {

}
.moduleKmlFicheProduit h2 {

}
.moduleKmlFicheProduit h3 {

}

.moduleKmlFicheProduit .marque{
    float: right;
    margin-left: 15px;
	max-width: 200px;
	width: expression((this.width > 200 && this.width>=this.height) ? 200: true);
	max-height: 200px;
	height: expression((this.height > 200 && this.height>this.width) ? 200: true);
}
.moduleKmlFicheProduit .marque img {
	max-width: 200px;
	width: expression((this.width > 200 && this.width>=this.height) ? 200: true);
	max-height: 200px;
	height: expression((this.height > 200 && this.height>this.width) ? 200: true);
}

.moduleKmlFicheProduit .info_commande{
    margin: 10px 0px;
}
.moduleKmlFicheProduit .info_commande .label{
    color: #DF7900;
    font-weight: bold;
}
.moduleKmlFicheProduit h3{
    margin: 10px 0px 3px 0px;
    color: #DF7900;
    border-bottom: 1px solid #DF7900;
    text-indent: 0px;
}
.moduleKmlFicheProduit .alternance-b{
    background-color: #cecece;
}
.moduleKmlFicheProduit .alternance-a{
    background-color: #ffffff;
}
.moduleKmlFicheProduit .photoMdl {
	float: left;
	/*width: 300px;*/
	margin-right: 15px;
}
.moduleKmlFicheProduit .photoMdl img {
	max-width: 200px;
	width: expression((this.width > 200 && this.width>=this.height) ? 200: true);
	max-height: 200px;
	height: expression((this.height > 200 && this.height>this.width) ? 200: true);
}
.moduleKmlFicheProduit .photoMdl img.top {
	max-width: 500px;
	width: expression((this.width > 500 && this.width>=this.height) ? 500: true);
	max-height: 300px;
	height: expression((this.height > 300 && this.height>this.width) ? 300: true);
}
.moduleKmlFicheProduit .photoMdl span{
	font-style: italic;
}
.moduleKmlFicheProduit .videoMdl {
	float: left;
	/*width: 300px;*/
	text-align: center;
	margin-right: 15px;
}
.moduleKmlFicheProduit .videoMdl span{
	font-style: italic;
}
.moduleKmlFicheProduit p {
	/*text-align: justify;*/
}
.moduleKmlFicheProduit .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleKmlFicheProduit .lireSuite {
	text-align: right;
	padding-top: 3px;
}
.produit-ref{
    margin-top: 15px;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-liste			**********************
*******************************************************************************/


/*Liste des actus*/

.moduleKmlArticles .fiche {
	margin-top: 15px;
}
.moduleKmlArticles h1 {

}
.moduleKmlArticles h1:first-letter {

}
.moduleKmlArticles h2 {

}
.moduleKmlArticles h3 {

}
.moduleKmlArticles .photoMdl {
	float: right;
	/*width: 300px;*/
	text-align: center;
	margin-left: 15px;
}
.moduleKmlArticles .photoMdl img {
	max-width: 300px;
	width: expression((this.width > 300 && this.width>=this.height) ? 300: true);
	max-height: 300px;
	height: expression((this.height > 300 && this.height>this.width) ? 300: true);
}
.moduleKmlArticles .photoMdl img.top {
	max-width: 500px;
	width: expression((this.width > 500 && this.width>=this.height) ? 500: true);
	max-height: 300px;
	height: expression((this.height > 300 && this.height>this.width) ? 300: 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;*/
}
.moduleKmlArticles .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleKmlArticles .commentaire {
	color: #666666;
	font-size: 10px;
}

/*******************************************************************************
**********************			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 > 150 && this.width>=this.height) ? 150: true);
	max-height: 300px;
	height: expression((this.height > 150 && this.height>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 > 100 && this.width>=this.height) ? 100: true);
	max-height: 100px;
	height: expression((this.height > 100 && this.height>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 > 150 && this.width>=this.height) ? 150: true);
	max-height: 150px;
	height: expression((this.height > 150 && this.height>this.width) ? 150: true);
}

.moduleKmlTitre .image {
	float: left;
	margin-right: 15px;
}


/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************		  module-liste-une		  **********************
*******************************************************************************/

/*actus à la une*/

.moduleKmlUne {
	width: 100%;
}
.moduleKmlUne .fiche, .moduleKmlUne .ficheActuOver {
	/*float: left;
	width: 49.5%;*/
    margin-bottom: 15px;
}

.moduleKmlUne h1 {

}
.moduleKmlUne h2 {
	
}
.moduleKmlUne h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
.moduleKmlUne .image {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	max-width: 55px;
	width: expression((this.width > 55 && this.width>=this.height) ? 55: true);
	max-height: 55px;
	height: expression((this.height > 55 && this.height>this.width) ? 55: 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-aleatoire		  **********************
*******************************************************************************/

/*actus à la une*/

.moduleKmlUneAleatoire {
	width: 100%;
}
.moduleKmlUneAleatoire .fiche {
	float: left;
	width: 235px;
    margin-bottom: 15px;
	margin-right: 10px;
	height: 170px;
}

.moduleKmlUneAleatoire h1 {

}
.moduleKmlUneAleatoire h2 {
	
}
.moduleKmlUneAleatoire h3 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.moduleKmlUneAleatoire .image {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	max-width: 55px;
	width: expression((this.width > 55 && this.width>=this.height) ? 55: true);
	max-height: 55px;
	height: expression((this.height > 55 && this.height>this.width) ? 55: true);
}
.moduleKmlUneAleatoire p {
	margin: 0;
}
.moduleKmlUneAleatoire .lireSuite {
	text-align: left;
	clear: left;
	padding-top: 3px;
}
.moduleKmlUneAleatoire .lireSuite img {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 2px;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************   module-liste-une-produit     **********************
*******************************************************************************/

.moduleKmlUneProduit {
	width: 100%;
}
.moduleKmlUneProduit .fiche {
    margin-bottom: 15px;
}

.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: 3px;
	margin-right: 10px;
	max-width: 80px;
	width: expression((this.width > 80 && this.width>=this.height) ? 80: true);
	max-height: 80px;
	height: expression((this.height > 80 && this.height>this.width) ? 80: true);
}
.moduleKmlUneProduit p {
	text-align: left;
	margin: 0;
}
.moduleKmlUneProduit .lireSuite {
	text-align: right;
}
.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 > 183 && this.width>=this.height) ? 183: true);
	max-height: 137px;
	height: expression((this.height > 137 && this.height>this.width) ? 137: true);
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **************************
**********************		     module-footer		  **************************
*******************************************************************************/
.moduleKmlFooter{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.moduleKmlFooter .fiche img{
    margin: 0px;
    padding: 0px;
    border: none;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **************************
**********************		     module-edito		  **************************
*******************************************************************************/

.moduleKmlProduits .photoMdl img.top {
	max-width: 490px;
	width: expression((this.width > 490 && this.width>=this.height) ? 490: true);
	max-height: 490px;
	height: expression((this.height > 490 && this.height>this.width) ? 490: true);
}
.moduleKmlEdito{
	margin-bottom: 35px;
}
.moduleKmlEdito .image {
	margin: 5px;
	max-width: 143px;
	width: expression((this.width > 143 && this.width>=this.height) ? 143: true);
	max-height: 143px;
	height: expression((this.height > 143 && this.height>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 > 40 ? 40: true);
	max-height: 40px;
	height: expression(this.height > 40 ? 40: true);*/

	max-width: 40px;
	width: expression((this.width > 40 && this.width>=this.height) ? 40: true);
	max-height: 40px;
	height: expression((this.height > 40 && this.height>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 > 50 ? 50: true);
	max-height: 50px;
	height: expression(this.height > 50 ? 50: true);*/

	max-width: 50px;
	width: expression((this.width > 50 && this.width>=this.height) ? 50: true);
	max-height: 50px;
	height: expression((this.height > 50 && this.height>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: 10px;
    width: 200px;
    text-align: center;
    vertical-align: middle;
}
                                                                                                                  
.moduleKmlMozaique .commentaire {
    color: #666666;                                                                                               
    margin-left: 20px;                                                                                            
}                                                                                                                 
.moduleKmlMozaique img{
    max-width: 200px;
    width: expression((this.width > 200 && this.width>=this.height) ? 200: true);
    max-height: 200px;
    height: expression((this.height > 200 && this.height>this.width) ? 200: true);
}

.moduleKmlMozaique .image {
    float: left;                                                                                                  
    margin-right: 15px;                                                                                           
}                                                                                                                 




/*******************************************************************************
************************		  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 > 100 ? 100: true);*/

	max-width: 100px;
	width: expression((this.width > 100 && this.width>=this.height) ? 100: true);
	max-height: 60px;
	height: expression((this.height > 60 && this.height>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;
}

/*******************************************************************************
**********************           MODULE KAMELEON          **********************
**********************       module-liste-pretty-galerie  **********************
*******************************************************************************/
.moduleKmlPrettyGallery{
    position: relative;
    width: 500px;
    height: 385px;
    border: 1px solid #CCCCCC;
    text-align: center;
	margin: 15px 0px;
}

.moduleKmlPrettyGallery .galerie-content{
    width: 470px;
    height: 346px;
    padding: 9px 15px 30px 15px;
    position: relative;
}
.moduleKmlPrettyGallery .fiche{
    float: left;
    width: 136px;
    height: 155px;
    padding: 5px;
    margin: 5px;
    overflow: hidden;
    background-color: #eeeeee;
}
.moduleKmlPrettyGallery .fiche img{
    max-width: 130px;
    width: expression((this.width > 130 && this.width>=this.height) ? 130: true);
    max-height: 130px;
    height: expression((this.height > 130 && this.height>this.width) ? 130: true);
    -ms-interpolation-mode: bicubic;
}
.moduleKmlPrettyGallery .fiche .legende{
    display: block;
    height: 20px;
    font-size: 100%;
    text-align: center;
    color: #aaaaaa;
}
.moduleKmlPrettyGallery .image_cachee{
    display: none;
}
.moduleKmlPrettyGallery .picto-next{
    position: absolute;
    right: 2px;
    top: 175px;
}
.moduleKmlPrettyGallery .picto-previous{
    position: absolute;
    left: 2px;
    top: 175px;
}

.moduleKmlPrettyGallery .navigation{
    position: absolute;
    left:0px;
    bottom: 0px;
    width: 500px;
    text-align: center;
}

.moduleKmlPrettyGallery .navigation .current{
    font-weight: bold;
}

.moduleKmlPrettyGallery .navigation .picto-previous, .moduleKmlPrettyGallery .navigation .picto-next{
    position: static;
    vertical-align: middle;
}



