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: 10px 0px;
}

.moduleKmlArticles .fiche {
	/*margin-bottom: 20px;*/
}
.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-coup-coeur			**********************
*******************************************************************************/


/*Liste des actus*/
.moduleKmlArticlesCoupCoeur .fiche {
    margin: 10px 0px;
    border: 1px solid #d7d4cf;
}

.moduleKmlArticlesCoupCoeur .fiche {
	/*margin-bottom: 20px;*/
}
.moduleKmlArticlesCoupCoeur h1 {

}
.moduleKmlArticlesCoupCoeur h1:first-letter {

}
.moduleKmlArticlesCoupCoeur h2 a{
    text-decoration: none;
}
.moduleKmlArticlesCoupCoeur h2 {
    text-decoration: none;
    padding: 0px 0px 0px 15px;
	margin: 15px 0px 0px 0px;
}
.moduleKmlArticlesCoupCoeur h3 {
    background-color: #ec2927;
    color: white;
    padding: 3px;
    margin: 0px 0px 10px 0px;
}
.moduleKmlArticlesCoupCoeur .photoMdl {
	float: left;
	/*width: 300px;*/
	text-align: center;
	margin:0px 15px;
}
.moduleKmlArticlesCoupCoeur .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);
}
.moduleKmlArticlesCoupCoeur .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);
}
.moduleKmlArticlesCoupCoeur .photoMdl span{
	font-style: italic;
}
.moduleKmlArticlesCoupCoeur .videoMdl {
	float: left;
	/*width: 300px;*/
	text-align: center;
	margin-right: 15px;
}
.moduleKmlArticlesCoupCoeur .videoMdl span{
	font-style: italic;
}
.moduleKmlArticlesCoupCoeur p {
    padding: 5px 15px;
	/*text-align: justify;*/
}
.moduleKmlArticlesCoupCoeur a.lien{
    display: block;
    text-align: right;
    padding-right: 50px;
    font-size: 1.2em;
}
.moduleKmlArticlesCoupCoeur .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleKmlArticlesCoupCoeur .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 {
}
.moduleKmlUne .fiche, .moduleKmlUne .ficheActuOver {
	/*float: left;
	width: 49.5%;*/
    padding: 20px;
	margin: 0px;
}

.moduleKmlUne h1 {
	
}
.moduleKmlUne h2 {
    color: black;
    text-decoration: none;
    font-size: 1.4em;
    margin: 0px 0px 15px 0px;
    text-align:left;
}
.moduleKmlUne h3 {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}
.moduleKmlUne .image {
	position: absolute;
	top: 0px;
	right: 0px;
}
.moduleKmlUne .content{
    float: left;
	/*width: 200px;*/
	width:145px;
}
.moduleKmlUne p {
	margin: 0;
    width: 250px;
    text-align: left;
    line-height: 25px;
}
.moduleKmlUne .lireSuite {
	text-align: left;
	padding-top: 20px;
    font-size:1.2em;
}
.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{
    margin: 0px 0px 25px 0px;
}
.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  **********************
*******************************************************************************/
.moduleKmlPrettyGallery{
    position: relative;
    width: 500px;
    height: 385px;
    border: 1px solid #CCCCCC;
    text-align: center;
}

.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);
}
.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;
}


/*******************************************************************************
**********************           MODULE COMMANDE          **********************
**********************       affichage du panier          **********************
*******************************************************************************/
#kameleon_panier{
    position: absolute;
    top: 10px;
    right: 20px;
    height: 45px;
    padding: 20px 0px 0px 60px;
    color: #38302b;
}
#kameleon_panier h3{
    text-align: left;
    font-weight: normal;
    color: #38302b;
    text-decoration: underline;
}
#kameleon_panier .complement_autre_item_panier{
}
#kameleon_panier .item_panier{
}
#kameleon_panier .item_panier .titre_item_panier{
    float: left;
    display: block;
    width: 170px;
}
#kameleon_panier .item_panier .soustotal_item_panier{
    display: block;
    float: right;
    width: 60px;
    text-align: right;
}
#kameleon_panier .suppr_article_panier{
    cursor: pointer;
}
#kameleon_panier .last_ajouter{
    color: red;
}
#kameleon_panier .total{
    clear: both;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
}
#kameleon_panier .total .nombre_articles{
}
#kameleon_panier .total .somme_articles{
    display: block;
    float: right;
    width: 115px;
    text-align: right;
}
#kameleon_panier .bouton_voir_panier{
    color: #38302b;
}
#kameleon_panier .action{
    clear: both;
    padding-top: 5px;
}
#kameleon_panier .action .bouton_voir_panier{
    float: left;
    display: block;
    width: 111px;
    text-align: center;
    padding: 2px;
    color: white;
    background-color: #333333;
}
#kameleon_panier .action .bouton_commander{
    float: right;
    display: block;
    width: 111px;
    text-align: center;
    padding: 2px;
    color: white;
    background-color: #dd7b8d;
}
#kameleon_panier .complement_autre_item_panier{
    clear: both;
}

/*******************************************************************************
**********************           MODULE COMMANDE          **********************
**********************       récap panier                 **********************
*******************************************************************************/
.panier_liste{
    margin: 25px 0px 0px 0px;
    width: 100%;
}
.panier_liste .table_liste_panier{
    width: 100%;
    border: 1px solid #D7D4CF;
}
.panier_liste .table_liste_panier .header_nom_produit{
    width: 50%;
}
.panier_liste .table_liste_panier .header_prix_unitaire, .panier_liste .table_liste_panier .cell_prix_unitaire{
    text-align: center;
}
.panier_liste .table_liste_panier .header_quantite, .panier_liste .table_liste_panier .cell_quantite{
    text-align: center;
    padding: 0px 5px;
}
.panier_liste .table_liste_panier .cell_nom_produit{
        padding: 0px 0px 10px 0px;
}
.panier_liste .table_liste_panier .cell_quantite{
    vertical-align: middle;
}
.panier_liste .table_liste_panier .cell_quantite .content-cell-quantite{
    width: 75px;
    height: 19px;
    position: relative;
    margin: 0 auto;
}
.panier_liste .table_liste_panier .header_sous_total, .panier_liste .table_liste_panier .cell_sous_total{
    text-align: right;
}
.panier_liste .table_liste_panier .chp_prix_unitaire{
    border: none;
    cursor: default;
    text-align: center;
    background: transparent;
}
.panier_liste .table_liste_panier .chp_quantite{
    float: left;
    text-align: center;
    cursor: default;
    height: 17px;
    border: none;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    background: transparent;
}
.panier_liste .table_liste_panier .chp_sous_total{
    border: none;
    cursor: default;
    text-align: right;
    background: transparent;
}
.panier_liste .quantite_moins{
    float: left;
    display: block;
    text-align: center;
    line-height: 19px;
    width: 19px;
    height: 19px;
    color: white;
    background-color: #333333;
}
.panier_liste .quantite_plus{
    float: left;
    display: block;
    text-align: center;
    line-height: 19px;
    width: 19px;
    height: 19px;
    color: white;
    background-color: #333333;
}
.panier_liste .quantite_moins:hover, .panier_liste .quantite_plus:hover{
    text-decoration: none;
    color: red;
}
.panier_liste .table_liste_panier tr.ligneA{
    background-color: #ededed;
}
.panier_liste .table_liste_panier tr.ligneB{
    background-color: #ffffff;
}
.panier_liste .total{
    padding: 15px 5px;
    border: 1px solid #D7D4CF;
    border-top: none;
}
.panier_liste .chp_total{
    text-align: right;
    border: none;
    font-weight: bold;
}
.panier_liste .action{
    text-align: right;
    padding: 15px 0px;
}
.panier_liste .nombre_articles{
}
.panier_liste .somme_articles{
    float: right;
}

/*******************************************************************************
**********************           MODULE COMMANDE          **********************
**********************       page d'identification        **********************
*******************************************************************************/
.commande_identification{
    margin: 25px 0px 0px 0px;
}
.commande_identification h2{
    padding-bottom: 20px;
}
.commande_identification .zone_form_ident{
    float: left;
    padding: 0px 15px 0px 0px;
    width: 300px;
}
.commande_identification .zone_form_creation{
    padding: 0px 0px 0px 15px;
    border-left: 1px solid #333333;
    float: right;
}
.commande_identification .action{
    padding: 15px 100px 0px 0px;
    text-align: right;
}
.commande_identification .action .boutonOk{
    padding: 5px;
}
.commande_identification .captcha-form{
    border: 1px solid #333333;
    width: 320px;
    padding: 10px;
    margin: 10px 0px 0px 0px;
}
.commande_identification .infos-bas{
    width: 75%;
    border: 1px solid #D7D4CF;
    position: relative;
    padding: 10px;
    margin: 20px auto;
}

/*******************************************************************************
**********************           MODULE COMMANDE          **********************
**********************       page livraison        **********************
*******************************************************************************/
.commande_livraison{
}
.commande_livraison .adresse_facturation{
    float: left;
    padding: 5px 15px 5px 5px;
    width: 322px;
    border: 1px solid #D7D4CF;
}
.commande_livraison .adresse_livraison{
    padding: 5px 5px 5px 15px;
    border: 1px solid #D7D4CF;
    float: right;
    width: 324px;
}
.commande_livraison .adresse_facturation h2, .commande_livraison .adresse_livraison h2{
	padding-bottom: 15px;
}
.commande_livraison .action{
    padding: 15px 0px 0px 0px;
    text-align: right;
}
.commande_livraison .captcha-form{
    border: 1px solid #333333;
    width: 320px;
    padding: 10px;
    margin: 10px 0px 0px 0px;
}


/*******************************************************************************
**********************           MODULE COMMANDE          **********************
**********************       page recap        **********************
*******************************************************************************/
.info_commande label{
    font-weight: bold;
}

/*******************************************************************************
**********************           MODULE COMMANDE          **********************
**********************       étapes tunnel achat        **********************
*******************************************************************************/
.tunnel_achat_etapes{
    list-style: none;
    width: 100%;
    padding: 0px;
}
.tunnel_achat_etapes li{
    display: block;
    float: left;
    width: 70px;
    height: 35px;
    padding: 0px 30px 0px 10px;
    text-align: left;
    background: url(../images/fleche_etape_suivante.png) center right no-repeat;
}
.tunnel_achat_etapes .etape_faite{
    background-color: #ededed;
    background-image: url(../images/fleche_etape_suivante_faite.png);
}
.tunnel_achat_etapes .etape_en_cours{
    font-weight: bold;
}
.tunnel_achat_etapes .etape_non_faite{
}


/*******************************************************************************
************************		  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;
}

/*******************************************************************************
**********************		  LISTE PRODUITS		  **********************
*******************************************************************************/
.moduleKmlListeProduits .bloc_produit{
    display: block;
    float: left;
    width: 220px;
    height: 260px;
    overflow: hidden;
    border: 1px solid #d7d4cf;
    margin: 10px 0px 10px 0px;
    position: relative;
}
.moduleKmlListeProduits .separateur-fiche{
    float:left;
    width:16px;
    height:50px;
}
.moduleKmlListeProduits a.bloc_produit:hover{
    text-decoration: none;
}
.moduleKmlListeProduits a.bloc_produit:hover .content h2{
    color: #993366;
}
.moduleKmlListeProduits .bloc_produit .content{
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 220px;
    height:90px;
    background-color: white;
}
.moduleKmlListeProduits .bloc_produit .content .accroche{
    display: block;
    color: #8e8b87;
    padding: 0px 10px;
}
.moduleKmlListeProduits .bloc_produit .content .fond-bas{
    display: block;
    position: absolute;
    width: 220px;
    height: 20px;
    bottom: 0px;
    left: 0px;
    background-color: white;
}
.moduleKmlListeProduits .bloc_produit .content .prix{
    position: absolute;
    left: 10px;
    bottom: 3px;
    display: block;
    color: #8E8B87;
    font-weight: bold;
}
.moduleKmlListeProduits .bloc_produit .content h2{
    background-color: transparent;
    color: black;
    font-size: 1.4em;
    padding: 2px 10px 0px 10px;
    margin: 0px;
    text-decoration: none;
}
.moduleKmlListeProduits .bloc_produit .content .fiche-produit{
    display: block;
    position: absolute;
    right: 10px;
    bottom: 3px;
    color: red;
}
.moduleKmlListeProduits .bloc_produit .content_bloc_produit{
    display: block;
    width:220px;
    height:170px;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
}

/*******************************************************************************
**********************		  FICHE PRODUIT		  **********************
*******************************************************************************/
.moduleKmlFicheProduit .fiche{
    width: 700px;
    position: relative;
}

.moduleKmlFicheProduit .photoMdl{
    width:380px;
    height: 260px;
    line-height: 260px;
    border: 1px solid #d7d4cf;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    float: left;
    overflow: hidden;
}

.moduleKmlFicheProduit .content-market{
    width:300px;
    min-height: 220px;
    float: right;
    position: relative;
    border-bottom: 1px solid #d7d4cf;
    padding-bottom: 40px;
}
.moduleKmlFicheProduit h2{
    font-size: 2em;
    font-weight: bold;
    color: black;
    background-color: transparent;
}
.moduleKmlFicheProduit .accroche{
}
.moduleKmlFicheProduit .prix{
    position: absolute;
    bottom: 10px;
    left: 0px;
    font-size: 2em;
    font-weight: bold;
    color: black;
    background-color: transparent;
}
.moduleKmlFicheProduit .bouton_commande{
    position: absolute;
    bottom: 15px;
    right: 0px;
    display: block;
    width: 120px;
    height: 20px;
    background: #EC2927 url(../images/fond-bouton-commande.png) top right no-repeat;
    color: white;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 20px;
    padding-left: 3px;
    text-transform: uppercase;
    text-align: left;
    border: none;
}
.moduleKmlFicheProduit .bouton_commande_disabled{
    position: absolute;
    bottom: 15px;
    right: 0px;
    display: block;
    width: 32px;
    height: 32px;
    background: transparent url(../images/wait.gif) top right no-repeat;
    color: white;
    font-size: 1px;
    font-weight: normal;
    line-height: 1px;
    border: none;
}
.moduleKmlFicheProduit .bouton_commande:hover{
    cursor: pointer;
}

.moduleKmlFicheProduit .content-images{
    width:380px;
    text-align: left;
    float: left;
}
.moduleKmlFicheProduit .declinaisons-couleur{
    width:300px;
    float: right;
}

.moduleKmlFicheProduit .content-details-dimensions{
    width: 698px;
    border: 1px solid #d7d4cf;
    background: url(../images/fond-details-dimension.png) right repeat-y;
}
.moduleKmlFicheProduit .content-dimensions{
    width: 318px;
    float: right;
    padding-top: 5px;
}
.moduleKmlFicheProduit .content-details{
    width: 360px;
    float: left;
    padding-top: 5px;
}
.moduleKmlFicheProduit .content-details .text-content-details{
    padding: 15px;
}
.moduleKmlFicheProduit .content-details .text-content-details h4{
    margin: 15px 0px 10px 0px;
    font-size: 1.2em;
}
.moduleKmlFicheProduit .content-dimensions .text-content-dimensions{
    padding: 15px;
    color: #8D8986;
}
.moduleKmlFicheProduit .content-dimensions .text-content-dimensions .dimension{
    display: block;
    width: 130px;
    text-align: right;
}
.moduleKmlFicheProduit .content-dimensions .text-content-dimensions .dimension label{
    float: left;
    font-weight: bold;
}
.moduleKmlFicheProduit .content-dimensions .plan-dimensions{
    width: 318px;
    padding: 0px;
    margin: 10px 0px 5px 0px;
    overflow: hidden;
    text-align:center;
}
.moduleKmlFicheProduit .content-dimensions .plan-dimensions img{
	max-width: 300px;
	width: expression((this.width > 300 && this.width>=this.height) ? 300: true);

}
.moduleKmlFicheProduit .content-details h3, .moduleKmlFicheProduit .content-dimensions h3{
    border: 1px solid #d7d4cf;
    border-top: none;
    border-left: none;
    display: inline;
    padding: 5px;
    color: black;
}
.moduleKmlFicheProduit .couleur-produit{
    font-weight: bold;
}
.moduleKmlFicheProduit .couleur-produit img{
    vertical-align: middle;
}

.moduleKmlFicheProduit .content-images{
    padding: 15px 0px;
}
.moduleKmlFicheProduit .content-images .thumb_image_produit{
    height: 60px;
    width: 60px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    border: 1px solid #d7d4cf;
    margin-right: 3px;
    cursor: pointer;
}
.moduleKmlFicheProduit .content-images .image_cachee{
    display: none;
}

.moduleKmlFicheProduit .declinaisons{
    padding: 5px 0px 5px 0px;
    float: right;
    width: 300px;
}
.moduleKmlFicheProduit .declinaisons h3{
    color: black;
    padding: 0px 0px 10px 0px;
}
.moduleKmlFicheProduit .declinaisons-couleurs .lien-declinaison-couleur{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 3px 10px;
    border: 0px;
    padding: 0x;
}
.moduleKmlFicheProduit .declinaisons-couleurs .lien-declinaison-couleur img{
    margin: 0px;
}
.moduleKmlFicheProduit .declinaisons-couleurs label{
    float: left;
    font-weight: bold;
    color: #8D8986;
    width: 80px;
    padding-top: 5px;
}

.moduleKmlFicheProduit .declinaisons-dimensions{
    padding: 5px 0px;
}
.moduleKmlFicheProduit .declinaisons-dimensions h4{
    border: none;
    padding: 0px;
    margin: 0px;
    color: black;
    display: block;
    float: left;
}
.moduleKmlFicheProduit .declinaisons-dimensions .lien-declinaison-dimension{
    display: block;
    padding: 0px;
    margin: 0px;
    color: black;
}
.moduleKmlFicheProduit .content-dimensions .declinaisons-dimensions .lien-declinaison-dimension:hover{
    color: white;
    text-decoration: none;
    background-color: #565658;
    cursor: pointer;
}
.moduleKmlFicheProduit .content-dimensions .declinaisons-dimensions .lien-declinaison-dimension:hover label{
    cursor: pointer;
}
.moduleKmlFicheProduit .content-dimensions .declinaisons-dimensions .dimension{
    display: block;
    width: 120px;
    text-align: right;
}
.moduleKmlFicheProduit .content-dimensions .declinaisons-dimensions .lien-declinaison-dimension{
    display: block;
    width: 130px;
    text-align: right;
}
.moduleKmlFicheProduit .content-dimensions .declinaisons-dimensions .lien-declinaison-dimension label{
    float: left;
    font-weight: bold;
}

/*******************************************************************************
**********************		  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;
}
