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			**********************
*******************************************************************************/


/*Liste des actus*/

.moduleKmlArticles .fiche {
	/*margin-bottom: 20px;*/
	padding: 0px 60px 0px 30px;
}
.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-entete			**********************
*******************************************************************************/


/*Liste des actus*/

.moduleKmlEntetes .fiche {
	/*margin-bottom: 20px;*/
	padding: 0px;
	text-align: center;
}
.moduleKmlEntetes p {
	margin: 0px;
}

/*******************************************************************************
**********************			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%;*/
}

.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: 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);
}
.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 > 210) ? 210: true);
	/*max-height: 280px;
	height: expression((this.height > 278 && this.height>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 > 183 && this.width>=this.height) ? 183: true);
	max-height: 137px;
	height: expression((this.height > 137 && this.height>this.width) ? 137: true);
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **************************
**********************		     module-edito		  **************************
*******************************************************************************/

.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;
}
                                                                                                                  
.moduleKmlMozaique .commentaire {
    color: #666666;                                                                                               
    margin-left: 20px;                                                                                            
}                                                                                                                 
.moduleKmlMozaique img{
    /*max-width: 125px;
    width: expression((this.width > 125 && this.width>=this.height) ? 125: true);
    max-height: 125px;
    height: expression((this.height > 125 && this.height>this.width) ? 125: true);*/
}                                                                                                                 
                                                                                                                  
.moduleKmlMozaique .image {
    float: left;                                                                                                  
    margin-right: 15px;                                                                                           
}                                                                                                                 


/*******************************************************************************
**********************           MODULE KAMELEON          **********************
**********************       module-liste-pretty-galerie  **********************
*******************************************************************************/
.top-moduleKmlPrettyGallery{
    position: relative;
    width: 692px;
	height: 31px;
	padding: 0px 0px 0px 32px;
	margin: 0 auto;
	background: url(../images/galerie-top.jpg) bottom center no-repeat;
}
.bottom-moduleKmlPrettyGallery{
    position: relative;
    width: 692px;
	height: 31px;
	padding: 0px 0px 0px 32px;
	margin: 0 auto;
	background: url(../images/galerie-bottom.jpg) top center no-repeat;
}
.moduleKmlPrettyGallery{
    position: relative;
    width: 692px;
	padding: 0px 0px 0px 32px;
    height: 385px;
	background: url(../images/galerie-bg.jpg) top center repeat-y;
    text-align: center;
	margin: 0 auto;
}

.moduleKmlPrettyGallery .galerie-content{
    width: 630px;
    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: 660px;
    text-align: center;
}

.moduleKmlPrettyGallery .navigation .current{
    font-weight: bold;
}

.moduleKmlPrettyGallery .navigation .picto-previous, .moduleKmlPrettyGallery .navigation .picto-next{
    position: static;
    vertical-align: middle;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-hebergement-liste	****************
*******************************************************************************/

.moduleKmlHebergements{
}

.moduleKmlHebergements .fiche{
	float: left;
	width: 216px;
	background: url(../images/liste-hebergement-repeat.jpg) repeat-y;
	margin: 20px 14px;
}

.moduleKmlHebergements .fiche-top{
	background: url(../images/liste-hebergement-top.jpg) top center no-repeat;
	padding-top: 21px;
}

.moduleKmlHebergements .fiche-bottom{
	background: url(../images/liste-hebergement-bottom.jpg) bottom center no-repeat;
	padding: 0px 15px 22px 15px;
	height: 340px;
}

.moduleKmlHebergements .photoMdl{
	text-align: center;
}

.moduleKmlHebergements h2{
	color: #87888a;
	text-align: center;
	border: none;
	border-bottom: 1px solid #b5b7b6;
	padding: 3px 0px;
	margin: 0px 0px 5px 0px;
}
.moduleKmlHebergements h3{
	text-align: center;
	background: url(../images/liste-hebergement-ref.jpg) top center no-repeat;
	height: 29px;
	padding: 5px 0px 0px 0px;
	color: white;
	margin: 5px 0px 10px 0px;
}
.moduleKmlHebergements .adresse{
	color: #87888A;
	text-align: center;
}
.moduleKmlHebergements .plus_infos{
	background: url(../images/liste-hebergement-infos.jpg) top center no-repeat;
	display: block;
	text-align: center;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 3px 5px 0px 0px;
	color: #87888A;
	font-size: 0.8em;
}
.moduleKmlHebergements .recherche-locations{
	text-align: center;
	padding: 20px 0px;
}

.moduleKmlHebergements .recherche-locations .bouton_afficher{
	background: url(../images/locations-fond-bouton.jpg) top center no-repeat;
	width: 124px;
	height: 31px;
	border: none;
	margin: 10px 10px 0px 0px;
	color: #585858;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-location-liste	****************
*******************************************************************************/

.moduleKmlLocations{
}

.moduleKmlLocations .fiche{
	float: left;
	width: 216px;
	background: url(../images/liste-hebergement-repeat.jpg) repeat-y;
	margin: 20px 14px;
}

.moduleKmlLocations .fiche-top{
	background: url(../images/liste-hebergement-top.jpg) top center no-repeat;
	padding-top: 21px;
}

.moduleKmlLocations .fiche-bottom{
	background: url(../images/liste-hebergement-bottom.jpg) bottom center no-repeat;
	padding: 0px 15px 22px 15px;
	height: 340px;
}

.moduleKmlLocations .photoMdl{
	text-align: center;
}

.moduleKmlLocations h2{
	color: #87888a;
	text-align: center;
	border: none;
	border-bottom: 1px solid #b5b7b6;
	padding: 3px 0px;
	margin: 0px 0px 5px 0px;
}
.moduleKmlLocations h3{
	text-align: center;
	background: url(../images/liste-hebergement-ref.jpg) top center no-repeat;
	height: 29px;
	padding: 5px 0px 0px 0px;
	color: white;
	margin: 5px 0px 10px 0px;
}
.moduleKmlLocations .adresse{
	color: #87888A;
	text-align: center;
}
.moduleKmlLocations .plus_infos{
	background: url(../images/liste-hebergement-infos.jpg) top center no-repeat;
	display: block;
	text-align: center;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 3px 5px 0px 0px;
	color: #87888A;
	font-size: 0.8em;
}
.moduleKmlLocations .recherche-locations{
	text-align: center;
	padding: 20px 0px;
}

.moduleKmlLocations .recherche-locations .bouton_afficher{
	background: url(../images/locations-fond-bouton.jpg) top center no-repeat;
	width: 124px;
	height: 31px;
	border: none;
	margin: 10px 10px 0px 0px;
	color: #585858;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
}
.moduleKmlLocations .nombre_personne{
	text-align:center;
	color: #9c9c9c;
	font-size: 30px;
	margin: 10px 0px;
}
.moduleKmlLocations .prix{
	text-align: center;
	color: #666666;
	font-weight: bold;
}
.moduleKmlLocations .prix label{
	font-weight: normal;
}
.moduleKmlLocations .promo{
	text-align: center;
	color: #666666;
}
/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-location-fiche	****************
*******************************************************************************/
.moduleKmlLocationFiche{
}

.moduleKmlLocationFiche .fiche{
	position: relative;
	width: 600px;
	background: url(../images/fiche-hebergement-repeat.jpg) repeat-y;
	margin: 20px auto;
}

.moduleKmlLocationFiche .fiche-top{
	background: url(../images/fiche-hebergement-top.jpg) top center no-repeat;
	padding-top: 21px;
}

.moduleKmlLocationFiche .fiche-bottom{
	background: url(../images/fiche-hebergement-bottom.jpg) bottom center no-repeat;
	padding: 0px 15px 22px 15px;
}

.moduleKmlLocationFiche .info-location{
	float: left;
	width: 270px;
}
.moduleKmlLocationFiche .info-location .labelisation{
	text-align:center;
	width: 70px;
	height: 50px;
	border: 1px solid #4772b1;
	background-color: #4772b1;
}
.moduleKmlLocationFiche .info-location .nb_personnes{
	text-align:center;
	width: 130px;
	border: 1px solid #4772b1;
	border-left:none;
}
.moduleKmlLocationFiche .info-location .nb_personnes span{
	font-size: 45px;
	color: #4772b1;
}
.moduleKmlLocationFiche .info-location .type_appart{
	text-align:center;
	width: 70px;
	background-color: #4772b1;
	border: 1px solid #4772b1;
	border-left:none;
}
.moduleKmlLocationFiche .info-location .reference{
	background-color: #9c9c9c;
	border: 1px solid #4772b1;
	border-top: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 2px 0px;
}
.moduleKmlLocationFiche .info-location .position_plan{
	background-color: #9c9c9c;
	border: 1px solid #4772b1;
	border-top: none;
	border-left:none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 2px 0px;
}
.moduleKmlLocationFiche .coordonnees{
	float: right;
	width: 290px;
	padding:0px 0px 0px 10px;
	color: #666666;
}

.moduleKmlLocationFiche .nombre_pieces{
	margin: 25px 0px 0px 0px;
	float: left;
}
.moduleKmlLocationFiche .info_picto{
	float: left;
	margin: 0px 10px 0px 0px;
	width: 55px;
}
.moduleKmlLocationFiche .info_picto span{
	display: block;
	border: 1px solid #4772b1;
	height: 24px;
	width: 18px;
	border-left: none;
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #4772b1;
	padding: 4px 0px 0px 6px;
}
.moduleKmlLocationFiche .nombre_mobiliers{
	margin: 25px 0px 0px 0px;
}
.moduleKmlLocationFiche .liste_equipements{
	margin: 25px 0px 0px 0px;
	float: left;
	width: 270px;
	
}
.moduleKmlLocationFiche .liste_equipements h4{
	font-size: 12px;
	font-weight: none;
	color: #4772b1;
	padding: 0px;
	margin: 0px;
}
.moduleKmlLocationFiche .liste_equipements .icone_equipement{
	width: 30px;
	margin: 0px 5px 5px 0px;
}

.moduleKmlLocationFiche .tarifs{
	float: right;
	margin: 45px 0px 0px 0px;
	width: 300px;	
}
.moduleKmlLocationFiche .periode_ouverture{
	background-color: #9c9c9c;
	border: 1px solid #4772b1;
	padding: 3px 0px;
	text-align: center;
	color: #ffffff;
}
.moduleKmlLocationFiche .tarifs table{
	width: 100%;
	border-left: 1px solid #4772b1;
}
.moduleKmlLocationFiche .tarifs table th{
	background-color: #4772b1;
	color: white;
	text-align: center;
}
.moduleKmlLocationFiche .tarifs table td{
	border: 1px solid #4772b1;
	border-left: none;
	border-top: none;
	color: #4772b1;
	padding: 3px;
}
.moduleKmlLocationFiche .tarifs table td.week-end{
	background-color: #9c9c9c;
	color: #ffffff;
	text-align: center;
}
.moduleKmlLocationFiche .contact {
	margin: 10px 0px 0px 0px;
	color: #666666;
}
.moduleKmlLocationFiche .contact h4{
	font-size: 12px;
	font-weight: none;
	color: #4772b1;
	padding: 0px;
	margin: 0px;
}
/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-chambre_hote-fiche	****************
*******************************************************************************/
.moduleKmlChambreHoteFiche{
}

.moduleKmlChambreHoteFiche .fiche{
	position: relative;
	width: 600px;
	background: url(../images/fiche-hebergement-repeat.jpg) repeat-y;
	margin: 20px auto;
}

.moduleKmlChambreHoteFiche .fiche-top{
	background: url(../images/fiche-hebergement-top.jpg) top center no-repeat;
	padding-top: 21px;
}

.moduleKmlChambreHoteFiche .fiche-bottom{
	background: url(../images/fiche-hebergement-bottom.jpg) bottom center no-repeat;
	padding: 0px 15px 22px 15px;
}

.moduleKmlChambreHoteFiche .info-location{
	float: left;
	width: 270px;
}
.moduleKmlChambreHoteFiche .info-location .labelisation{
	text-align:center;
	width: 70px;
	height: 50px;
	border: 1px solid #4772b1;
	background-color: #4772b1;
}
.moduleKmlChambreHoteFiche .info-location .nb_personnes{
	text-align:center;
	width: 130px;
	border: 1px solid #4772b1;
	border-left:none;
}
.moduleKmlChambreHoteFiche .info-location .nb_personnes span{
	font-size: 25px;
	font-weight: bold;
	color: #4772b1;
}
.moduleKmlChambreHoteFiche .info-location .type_appart{
	text-align:center;
	width: 70px;
	background-color: #4772b1;
	border: 1px solid #4772b1;
	border-left:none;
}
.moduleKmlChambreHoteFiche .info-location .reference{
	background-color: #9c9c9c;
	border: 1px solid #4772b1;
	border-top: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 2px 0px;
}
.moduleKmlChambreHoteFiche .info-location .position_plan{
	background-color: #9c9c9c;
	border: 1px solid #4772b1;
	border-top: none;
	border-left:none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 2px 0px;
}
.moduleKmlChambreHoteFiche .coordonnees{
	float: right;
	width: 290px;
	padding:0px 0px 0px 10px;
	color: #666666;
}

.moduleKmlChambreHoteFiche .nombre_pieces{
	margin: 25px 0px 0px 0px;
	float: left;
}
.moduleKmlChambreHoteFiche .info_picto{
	float: left;
	margin: 0px 10px 0px 0px;
	width: 55px;
}
.moduleKmlChambreHoteFiche .info_picto span{
	display: block;
	border: 1px solid #4772b1;
	height: 24px;
	width: 18px;
	border-left: none;
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #4772b1;
	padding: 4px 0px 0px 6px;
}
.moduleKmlChambreHoteFiche .nombre_mobiliers{
	margin: 25px 0px 0px 0px;
}
.moduleKmlChambreHoteFiche .liste_equipements{
	margin: 25px 0px 0px 0px;
	float: left;
	width: 270px;
	
}
.moduleKmlChambreHoteFiche .liste_equipements h4{
	font-size: 12px;
	font-weight: none;
	color: #4772b1;
	padding: 0px;
	margin: 0px;
}
.moduleKmlChambreHoteFiche .liste_equipements .icone_equipement{
	width: 30px;
	margin: 0px 5px 5px 0px;
}

.moduleKmlChambreHoteFiche .tarifs{
	float: right;
	margin: 45px 0px 0px 0px;
	width: 300px;	
}
.moduleKmlChambreHoteFiche .periode_ouverture{
	background-color: #9c9c9c;
	border: 1px solid #4772b1;
	padding: 3px 0px;
	text-align: center;
	color: #ffffff;
}
.moduleKmlChambreHoteFiche .tarifs table{
	width: 100%;
	border-left: 1px solid #4772b1;
}
.moduleKmlChambreHoteFiche .tarifs table th{
	background-color: #4772b1;
	color: white;
	text-align: center;
}
.moduleKmlChambreHoteFiche .tarifs table td{
	border: 1px solid #4772b1;
	border-left: none;
	border-top: none;
	color: #4772b1;
	padding: 3px;
}
.moduleKmlChambreHoteFiche .tarifs table td.week-end{
	background-color: #ffc157;
	color: #4772b1;
	text-align: center;
}
.moduleKmlChambreHoteFiche .contact {
	margin: 10px 0px 0px 0px;
	color: #666666;
}
.moduleKmlChambreHoteFiche .contact h4{
	font-size: 12px;
	font-weight: none;
	color: #4772b1;
	padding: 0px;
	margin: 0px;
}
/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-residence-fiche	****************
*******************************************************************************/
.moduleKmlResidenceFiche{
}

.moduleKmlResidenceFiche .fiche{
	position: relative;
	width: 600px;
	background: url(../images/fiche-hebergement-repeat.jpg) repeat-y;
	margin: 10px auto 20px auto;
}

.moduleKmlResidenceFiche .fiche-top{
	background: url(../images/fiche-hebergement-top.jpg) top center no-repeat;
	padding-top: 21px;
}

.moduleKmlResidenceFiche .fiche-bottom{
	background: url(../images/fiche-hebergement-bottom.jpg) bottom center no-repeat;
	padding: 0px 15px 22px 15px;
}

.moduleKmlResidenceFiche .photoMdl{
	float:left;
}

/*
.moduleKmlResidenceFiche h3{
	text-align: center;
	background: url(../images/liste-hebergement-ref.jpg) top center no-repeat;
	height: 29px;
	padding: 5px 0px 0px 0px;
	color: white;
	margin: 5px 0px 10px 310px;
}

.moduleKmlResidenceFiche h2{
	color: #673a13;
	text-align: left;
	font-size: 1.5em;
	border: none;
	padding: 3px 0px;
	margin: 0px 0px 5px 310px;
}

.moduleKmlResidenceFiche .adresse{
	color: #673a13;
	text-align: left;
	font-size: 1.5em;
	border: none;
	padding: 3px 0px;
	margin: 0px 0px 5px 310px;
}
*/
.moduleKmlResidenceFiche h3{
	text-align: center;
	background: url(../images/liste-hebergement-ref.jpg) top center no-repeat;
	height: 35px;
	width: 250px;
	padding: 5px 10px 0px 10px;
	color: white;
	float: right;
}

.moduleKmlResidenceFiche h2{
	color: #673a13;
	text-align: left;
	font-size: 1.5em;
	border: none;
	width: 250px;
	padding: 5px 10px 0px 10px;
	float: right;
}

.moduleKmlResidenceFiche .adresse{
	color: #673a13;
	text-align: left;
	font-size: 1.2em;
	border: none;
	width: 250px;
	padding: 5px 10px 0px 10px;
	float: right;
}

.moduleKmlResidenceFiche .contact{
	border: 1px solid #cd5094;
	border-top: none;
	width: 278px;
	padding: 3px 10px 10px 10px;
	float: left;
	color: #673a13;
	font-size: 1.3em;
}
.moduleKmlResidenceFiche .contact h4{
	color: #cd5094;
	padding: 0px;
	margin: 0px;
}
.moduleKmlResidenceFiche .contact a{
	color: #673a13;
	font-size: 0.8em;
}
.moduleKmlResidenceFiche .position_plan{
	border: 1px solid #cd5094;
	border-left: none;
	padding: 3px;
	color: #673a13;
	margin-left: 300px;
}
.moduleKmlResidenceFiche .nombre_appartement{
	border: 1px solid #cd5094;
	border-left: none;
	border-top: none;
	padding: 3px;
	color: #673a13;
	margin-left: 300px;
}
.moduleKmlResidenceFiche .periode_ouverture{
	border: 1px solid #cd5094;
	border-left: none;
	border-top: none;
	padding: 3px;
	color: #673a13;
	margin-left: 300px;
}
.moduleKmlResidenceFiche .equipements{
	margin: 20px 0px;
	text-align: right;
}
.moduleKmlResidenceFiche .equipements h4{
	float: left;
	color: #673a13;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
.moduleKmlResidenceFiche .liste_equipements{
	width: 350px;
	margin: 0px 0px 0px 220px;
	text-align: left;
}
.moduleKmlResidenceFiche .liste_equipements .icone_equipement{
	width: 30px;
	margin: 0px 5px 5px 0px;
}

.moduleKmlResidenceFiche .tarifs{
	margin: 10px 0px;
	color: #673a13;
	font-size: 16px;
}
.moduleKmlResidenceFiche .tarifs h4{
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	font-size: 14px;
}
.moduleKmlResidenceFiche .tarifs .tarif_maxi{
	float: right;
	padding: 5px 40px 5px 5px;
	border: 1px solid #cd5094;
	width: 135px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}
.moduleKmlResidenceFiche .tarifs .tarif_mini{
	float: right;
	padding: 5px 40px 5px 5px;
	border: 1px solid #cd5094;
	border-right: none;		
	width: 145px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #CD5094;
}
.moduleKmlResidenceFiche .infos_libre{
	padding: 15px 0px 5px 0px;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-hotel-fiche	****************
*******************************************************************************/
.moduleKmlHotelFiche{
}

.moduleKmlHotelFiche .fiche{
	position: relative;
	width: 600px;
	background: url(../images/fiche-hebergement-repeat.jpg) repeat-y;
	margin: 10px auto 20px auto;
}

.moduleKmlHotelFiche .fiche-top{
	background: url(../images/fiche-hebergement-top.jpg) top center no-repeat;
	padding-top: 21px;
}

.moduleKmlHotelFiche .fiche-bottom{
	background: url(../images/fiche-hebergement-bottom.jpg) bottom center no-repeat;
	padding: 0px 15px 22px 15px;
}

.moduleKmlHotelFiche .photoMdl{
	float:left;
}

/*
.moduleKmlHotelFiche h3{
	text-align: center;
	background: url(../images/liste-hebergement-ref.jpg) top center no-repeat;
	height: 29px;
	padding: 5px 0px 0px 0px;
	color: white;
	margin: 5px 0px 10px 310px;
}

.moduleKmlHotelFiche h2{
	color: #673a13;
	text-align: left;
	font-size: 1.5em;
	border: none;
	padding: 3px 0px;
	margin: 0px 0px 5px 310px;
}

.moduleKmlHotelFiche .adresse{
	color: #673a13;
	text-align: left;
	font-size: 1.5em;
	border: none;
	padding: 3px 0px;
	margin: 0px 0px 5px 310px;
}
*/
.moduleKmlHotelFiche h3{
	text-align: center;
	background: url(../images/liste-hebergement-ref.jpg) top center no-repeat;
	height: 35px;
	width: 250px;
	padding: 5px 10px 0px 10px;
	color: white;
	float: right;
}

.moduleKmlHotelFiche h2{
	color: #673a13;
	text-align: left;
	font-size: 1.5em;
	border: none;
	width: 250px;
	padding: 5px 10px 0px 10px;
	float: right;
}

.moduleKmlHotelFiche .adresse{
	color: #673a13;
	text-align: left;
	font-size: 1.2em;
	border: none;
	width: 250px;
	padding: 5px 10px 0px 10px;
	float: right;
}

.moduleKmlHotelFiche .contact{
	border: 1px solid #cd5094;
	border-top: none;
	width: 278px;
	padding: 3px 10px 10px 10px;
	float: left;
	color: #673a13;
	font-size: 1.3em;
}
.moduleKmlHotelFiche .contact h4{
	color: #cd5094;
	padding: 0px;
	margin: 0px;
}
.moduleKmlHotelFiche .contact a{
	color: #673a13;
	font-size: 0.8em;
}
.moduleKmlHotelFiche .position_plan{
	border: 1px solid #cd5094;
	border-left: none;
	padding: 3px;
	color: #673a13;
	margin-left: 300px;
}
.moduleKmlHotelFiche .nombre_chambres{
	border: 1px solid #cd5094;
	border-left: none;
	border-top: none;
	padding: 3px;
	color: #673a13;
	margin-left: 300px;
}
.moduleKmlHotelFiche .periode_ouverture{
	border: 1px solid #cd5094;
	border-left: none;
	border-top: none;
	padding: 3px;
	color: #673a13;
	margin-left: 300px;
}
.moduleKmlHotelFiche .equipements{
	margin: 20px 0px;
	text-align: right;
}
.moduleKmlHotelFiche .equipements h4{
	float: left;
	color: #673a13;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
.moduleKmlHotelFiche .liste_equipements{
	width: 350px;
	margin: 0px 0px 0px 220px;
	text-align: left;
}
.moduleKmlHotelFiche .liste_equipements .icone_equipement{
	width: 30px;
	margin: 0px 5px 5px 0px;
}
.moduleKmlHotelFiche .tarifs table{
	width: 100%;
	border: none;
}
.moduleKmlHotelFiche .tarifs table th{
	color: white;
	background-color: #7d4d25;
	text-align: center;
	width: 25%;
	padding: 10px 0px;
	border-left: 1px solid white;
}
.moduleKmlHotelFiche .tarifs table .label_mini_maxi td{
	color: white;
	background-color: #cd5094;
	text-align: center;
	padding: 0px 0px;
	border-left: 1px solid white;
}

.moduleKmlHotelFiche .tarifs table .tarif_basse_saison td{
	color: #cd5094;
	text-align: center;
	padding: 0px 0px;
	border-left: 1px solid #cd5094;
}

.moduleKmlHotelFiche .tarifs table .tarif_haute_saison td{
	color: #7d4d25;
	text-align: center;
	padding: 0px 0px;
	border-left: 1px solid #cd5094;
	border-bottom: 1px solid #cd5094;
}
.moduleKmlHotelFiche .tarifs table .label_mini_maxi td.first{
	border-left: 1px solid #cd5094;
}
.moduleKmlHotelFiche .tarifs table th.first{
	border-left: 1px solid #7d4d25;
}
.moduleKmlHotelFiche .tarifs table .tarif_basse_saison td.petit-dejeuner{
	border-right: 1px solid #cd5094;
	border-bottom: 1px solid #cd5094;
}
 
.moduleKmlHotelFiche .infos_libre{
	padding: 15px 0px 5px 0px;
}

.moduleKmlHotelFiche .legende_tarif_basse_saison{
	color: #cd5094;
}
.moduleKmlHotelFiche .legende_tarif_haute_saison{
	color: #7d4d25;
}
.moduleKmlHotelFiche .legende_tarif{
	font-style: italic;
	font-size: 0.9em;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-campings-fiche	****************
*******************************************************************************/
.moduleKmlCampingFiche{
}

.moduleKmlCampingFiche .fiche{
	position: relative;
	width: 600px;
	background: url(../images/fiche-hebergement-repeat.jpg) repeat-y;
	margin: 10px auto 20px auto;
}

.moduleKmlCampingFiche .fiche-top{
	background: url(../images/fiche-hebergement-top.jpg) top center no-repeat;
	padding-top: 21px;
}

.moduleKmlCampingFiche .fiche-bottom{
	background: url(../images/fiche-hebergement-bottom.jpg) bottom center no-repeat;
	padding: 0px 15px 22px 15px;
}

.moduleKmlCampingFiche .photoMdl{
}

.moduleKmlCampingFiche h3{
	text-align: center;
	background: url(../images/liste-hebergement-ref.jpg) top center no-repeat;
	height: 29px;
	width: 35px;
	padding: 5px 0px 0px 0px;
	color: white;
	margin: 0px 10px 0px 0px;
	float: left;
}

.moduleKmlCampingFiche h2{
	color: #673a13;
	text-align: left;
	font-size: 1.5em;
	border: none;
	padding: 3px 0px;
	margin: 0px 0px 5px 0px;
}
.moduleKmlCampingFiche .gauche{
	float: left;
	width: 300px;
}
.moduleKmlCampingFiche .droite{
	float: right;
	width: 250px;
	padding: 0px 0px 0px 20px;
	position: relative;
}
.moduleKmlCampingFiche .adresse{
	color: #673a13;
	text-align: left;
	font-size: 1em;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.moduleKmlCampingFiche .contact{
	padding: 0px;
	color: #673a13;
	font-size: 1em;
}
.moduleKmlCampingFiche .contact a{
	color: #673a13;
	font-size: 1em;
}
.moduleKmlCampingFiche .position_plan{
	border: 1px solid #7FA720;
	padding: 3px;
	color: #673a13;
	margin-top: 15px;
}
.moduleKmlCampingFiche .nombre_emplacements{
	border: 1px solid #7FA720;
	border-top: none;
	padding: 3px;
	color: #673a13;
}
.moduleKmlCampingFiche .periode_ouverture{
	border: 1px solid #7FA720;
	border-top: none;
	padding: 3px;
	color: #673a13;
}
.moduleKmlCampingFiche .equipements{
	margin: 10px 0px;
	text-align: left;
}
.moduleKmlCampingFiche .equipements h4{
	color: #7FA720;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.moduleKmlCampingFiche .liste_equipements{
	width: 300px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.moduleKmlCampingFiche .liste_equipements .icone_equipement{
	width: 30px;
	margin: 0px 5px 5px 0px;
}
.moduleKmlCampingFiche .tarifs{
	text-align: right;
}
.moduleKmlCampingFiche .tarifs h4{
	color : #7d4d25;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}
.moduleKmlCampingFiche .tarifs table{
	border: none;
}
.moduleKmlCampingFiche .tarifs table th{
	color: white;
	background-color: #7d4d25;
	text-align: center;
	padding: 0px;
	border-left: 1px solid white;
}
.moduleKmlCampingFiche .tarifs table .tarif_basse_saison td{
	color: #7FA720;
	text-align: center;
	padding: 0px 0px;
	border-left: 1px solid #7FA720;
}

.moduleKmlCampingFiche .tarifs table .tarif_haute_saison td{
	color: #7d4d25;
	text-align: center;
	padding: 0px 0px;
	border-left: 1px solid #7FA720;
	border-bottom: 1px solid #7FA720;
}
.moduleKmlCampingFiche .tarifs table th.first{
	border-left: 1px solid #7d4d25;
}
.moduleKmlCampingFiche .tarifs table .tarif_basse_saison td.last, .moduleKmlCampingFiche .tarifs table .tarif_haute_saison td.last{
	border-right: 1px solid #7FA720;
}
 
.moduleKmlCampingFiche .infos_libre{
	padding: 15px 0px 5px 0px;
}

.moduleKmlCampingFiche .legende_tarif_basse_saison{
	color: #7FA720;
}
.moduleKmlCampingFiche .legende_tarif_haute_saison{
	color: #7d4d25;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-liste-adresse  *********************
*******************************************************************************/
.moduleKmlAdresses{
	background: url(../images/liste-adresses-repeat.jpg)top center repeat-y;
	width: 600px;
	margin: 40px auto;
}
.moduleKmlAdresses .top{
	background: url(../images/liste-adresses-top.jpg) top center no-repeat;
}
.moduleKmlAdresses .bottom{
	background: url(../images/liste-adresses-bottom.jpg) bottom center no-repeat;
	padding: 15px 10px 15px 50px;
}
.moduleKmlAdresses h2{
	font-size: 30px;
	text-align: center;
	margin: 0px 0px 35px 0px;
}
.moduleKmlAdresses h3{
	font-size: 14px;
	text-align:left;
	margin: 0px;
}
.moduleKmlAdresses h3.exterieur{
	color: #b07d14;
}
.moduleKmlAdresses h4{
	font-size: 9px;
	text-align:left;
	margin: 0px;
}
.moduleKmlAdresses .fiche{
	color: #666666;
	float: left;
	margin: 10px;
	width: 160px;
	text-align: left;
	font-size: 10px;
	line-height: normal;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-liste-agence-location.asp ***********
*******************************************************************************/
.moduleListeAgenceLocation{
	width: 737px;
	margin: 0px auto;
}
.moduleListeAgenceLocation h2{
	font-size: 30px;
	text-align: center;
	margin: 0px 0px 35px 0px;
}
.moduleListeAgenceLocation h3{
	font-size: 14px;
	text-align: center;
	margin: 0px;
}
.moduleListeAgenceLocation h4{
	font-size: 9px;
	text-align:left;
	margin: 0px;
}
.moduleListeAgenceLocation .fiche{
	color: #949494;
	float: left;
	margin: 0px 14px;
	width: 216px;
	text-align: center;
	font-size: 9px;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-liste-animations	********************
*******************************************************************************/


/*Liste des actus*/
.moduleKmlAnimations{
	background: url(../images/fiche-hebergement-repeat.jpg) top center repeat-y;
	width: 598px;
	position: relative;
	margin: 25px auto;
}
.moduleKmlAnimations .top{
	background: url(../images/fiche-hebergement-top.jpg) top center no-repeat;
}
.moduleKmlAnimations .bottom{
	background: url(../images/fiche-hebergement-bottom.jpg) bottom center no-repeat;
	padding: 25px 6px 25px 6px;
}

.moduleKmlAnimations .fiche {
	/*margin-bottom: 20px;*/
	padding: 0px 60px 0px 60px;
}
.moduleKmlAnimations h2 {
	padding: 2px 0px 0px 10px;
	color: #5B7077;
	font-size: 14px;
	font-weight: bold;
}
.moduleKmlAnimations .date {
	padding: 5px 0px 15px 10px;
	font-weight: bold;
	color: #666666;
}

.moduleKmlAnimations .photoMdl {
	float: right;
	/*width: 300px;*/
	text-align: center;
	margin: 15px 0px 15px 15px;
}

.moduleKmlAnimations .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);
}

.moduleKmlAnimations .photoMdl span{
	font-style: italic;
}

.moduleKmlAnimations .contenu_texte a{
}
.moduleKmlAnimations .contenu_texte {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-size: 11px;
}
.moduleKmlAnimations hr {
	margin: 20px 0px;
	border-top: 1px solid white;
}

.recherche-animations{
	width: 598px;
	position: relative;
	margin: 25px auto;
}
.recherche-animations form{
	text-align: right;
}
.recherche-animations .champs{
	background: url(../images/animations-fond-recherche.jpg) top center no-repeat;
	padding: 5px 10px;
	width: 569px;
	height: 22px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.recherche-animations .champs input, .recherche-animations .champs select{
	border: 1px solid #63818C;
}
.recherche-animations .bouton_afficher{
	background: url(../images/animations-fond-bouton.jpg) top center no-repeat;
	width: 124px;
	height: 31px;
	border: none;
	margin: 10px 10px 0px 0px;
	color: #585858;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
}

/*******************************************************************************
************************		  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;
}
