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: 7px;
}

.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 {
	margin: 10px;
}
.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: 350px;
	border:1px solid #b6b6b6;
	-moz-box-shadow: 2px 2px 3px #969696; /* Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 3px #969696; /* Webkit */
	box-shadow: 2px 2px 3px #969696; /* Opera 10.5 */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3); /* IE */
	background-color: #efefef;
}
.moduleKmlIndex .fiche p{
	margin: 15px;	
}
.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);
	-ms-interpolation-mode: bicubic;
}
.moduleKmlIndex .photoMdl span{
	font-style: italic;
}
.moduleKmlIndex .videoMdl {
	width: 320px;
	text-align: center;
	margin: 0 auto;
}
.moduleKmlIndex .videoMdl span{
	font-style: italic;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************			module-liste			**********************
*******************************************************************************/


/*Liste des actus*/

.moduleKmlArticles .fiche {
	/*margin-bottom: 20px;*/
}
.moduleKmlArticles h1 {

}
.moduleKmlArticles h1:first-letter {

}
.moduleKmlArticles h2 {

}
.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);
	-ms-interpolation-mode: bicubic;
}
.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;
}

.bouton_commande {
	padding: 3px;
}

.bouton_commande_disabled {
	padding: 3px 3px 3px 25px;
	background: url(../images/attente.gif) no-repeat left center;
}
/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************		 module-liste-activites		**********************
*******************************************************************************/
.listeActivites .ficheFamille{
	background-color:#eeeeee;
	border:1px solid #c6c6c6;
	margin-bottom:10px;
}
.listeActivites .ficheFamille h1{
	color:#E51B58;
	padding:2px 5px;	
	font-size:14px;	
	margin-bottom:1px;
}
.listeActivites .ficheFamille .contenuFamille{
	padding:5px;	
	text-align:left;
}
.listeActivites .ficheFamille .photoMdl{
	float:left;
	margin-right:2px;
	position:relative;
	/*height:118px;
	width:168px;*/
	height:91px;
	width:130px;	
}
.listeActivites .ficheFamille .photoMdl .titre_image{
	position: absolute;
	bottom:0px;
	left:0px;
	z-index : 99;
	background-color : #111111;
	color: white;
	font-size:12px;
	width:130px;
	opacity: 0.85;
	filter: alpha(opacity=85);
    margin:0;
    padding:4px 0;
    font-weight: bold;
    text-align:center;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************		 module-liste-activites2		**********************
*******************************************************************************/
.listeActivites2{
	text-align:center;
		font-size:0;
}
.listeActivites2 .ficheFamille{
	display:inline-block;
	vertical-align:top;
	width:245px;
	box-sizing:border-box;
	background:#81b97b;
	color:#fff;
	cursor:pointer;
}
.listeActivites2 .ficheFamille.vide{
	background:transparent;
}
.listeActivites2 .ficheFamille.violet{
	background:#6c3258;
}
.listeActivites2 .ficheFamille.parme{
	background:#b97ba3;
}
.listeActivites2 .ficheFamille .titre{
	color:#fff;
	/*border-bottom:1px solid #fff;*/
	font-size:18px;
	font-family: 'Quicksand', sans-serif;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:40px 40px 15px 40px;
	height:200px;
	box-sizing:border-box;
}
.listeActivites2 .ficheFamille .titre::after{
	content:url(../images/fleche_bas.png);
	margin-top:5px;
	display:block;
}
.listeActivites2 .ficheFamille.selected .titre::after{
	content:url(../images/fleche_haut.png);
}
.listeActivites2 .contenuFamille{
	display:none;
	position:absolute;
	width:245px;
	box-sizing:border-box;
	font-size:16px;
	z-index:100;
	background:#c9ffc3;
	padding:20px;
	line-height:24px;
}
.listeActivites2 .ficheFamille:nth-child(n+10) .contenuFamille{
	margin-left: 245px;
    margin-top: -200px;
}

#corps .listeActivites2 .contenuFamille a{
	color:#377011;
}	

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************		 module-fiche-activite		**********************
*******************************************************************************/
.ficheActivite .accroche{
	font-weight:bold;	
}
.ficheActivite .photoMdl {
	float: right;
	/*width: 300px;*/
	text-align: center;
	margin-left: 15px;
	padding-right:5px;
	padding-bottom:10px;
}
.ficheActivite .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);
	
	padding:2px;
	border:1px solid #b6b6b6;
	-moz-box-shadow: 2px 2px 3px #969696; /* Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 3px #969696; /* Webkit */
	box-shadow: 2px 2px 3px #969696; /* Opera 10.5 */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3); /* IE */
	
}
.ficheActivite .carteFranceAssociations{
	width:290px;
	float:left;

}
.ficheActivite .liste_associations_region{
	border:1px solid #666666;
	background-color:#efefef;

	width:290px;
	margin-left:320px;	
	margin-top:50px;
}
.ficheActivite .liste_associations_region h1{
	background-color:#E51B58;
	color:#ffffff;
	padding:2px 5px;	
	font-size:14px;	
}
#cadre_liste_associations_region{
	padding: 0 10px 10px 10px;
	text-align:left;	
}
/*******************************************************************************
**********************			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);
	-ms-interpolation-mode: bicubic;
}
.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-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);
	-ms-interpolation-mode: bicubic;
}

.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 {
	text-align:left;
}
.moduleKmlUne h2 {
	text-align:left;
}
.moduleKmlUne h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
.moduleKmlUne .photoMdl{
	position:relative;
	text-align:center;
	margin-bottom:10px;
}
.moduleKmlUne .vignette_video{
	height:58px;
	width:58px;
	position:absolute;
	left:116px;
	top:63px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background:url(../images/lecture_video.png) no-repeat;
}
.moduleKmlUne .pas_vignette_video{
	display:none;
}
.moduleKmlUne .image {

	max-width: 243px;
	width: expression((this.width > 243 && this.width>=this.height) ? 243: true);
	max-height: 150px;
	height: expression((this.height > 150 && this.height>this.width) ? 150: true);
	padding:2px;
	border:1px solid #b6b6b6;
	-moz-box-shadow: 2px 2px 3px #969696; /* Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 3px #969696; /* Webkit */
	box-shadow: 2px 2px 3px #969696; /* Opera 10.5 */
}
.moduleKmlUne .paragraphe {

}
.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-resume		  **********************
*******************************************************************************/

.moduleKmlResume .fiche, .moduleKmlUne .ficheActuOver {
	/*float: left;
	width: 49.5%;*/
}

.moduleKmlResume h1 {
	text-align:left;
}
.moduleKmlResume h2 {
	text-align:left;
}
.moduleKmlResume h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
.moduleKmlResume .photoMdl{
	position:relative;
	text-align:center;
	margin-bottom:15px;
	float:left;
	margin-right:15px;
	width: 243px;
}
.moduleKmlUne .vignette_video{
	height:58px;
	width:58px;
	position:absolute;
	left:116px;
	top:63px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background:url(../images/lecture_video.png) no-repeat;
}
.moduleKmlResume .pas_vignette_video{
	display:none;
}
.moduleKmlResume .image {

	max-width: 100%;
	max-height: 150px;
	
}
.moduleKmlResume .paragraphe {

}
.moduleKmlResume .lireSuite {
	text-align: left;
	
	padding-top: 3px;
}
.moduleKmlResume .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);*/
	-ms-interpolation-mode: bicubic;
}
.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);
	-ms-interpolation-mode: bicubic;
}

/*******************************************************************************
**********************			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);
	-ms-interpolation-mode: bicubic;
}
.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: 150px;
	max-height: 100px;
}
.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-right: 10px;
    margin-top:15px;
    width:200px;
    height:100px;
    text-align:center;
    vertical-align:middle;
    display: table-cell;
}

.moduleKmlMozaique .commentaire {
    color: #666666;
    margin-left: 20px;
}
.moduleKmlMozaique img{
    max-width: 120px;
    width: expression((this.width > 120 && this.width>=this.height) ? 120: true);
    max-height: 100px;
    height: expression((this.height > 100 && this.height>this.width) ? 100: true);
    
}

.moduleKmlMozaique .image {

}


/*******************************************************************************
**********************           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);
    -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;
}


/*******************************************************************************
**********************           MODULE COMMANDE          **********************
**********************       affichage du panier          **********************
*******************************************************************************/
#kameleon_panier{
    border: 1px solid #e0e0e0;
    width: 230px;
    padding: 10px;
}
#kameleon_panier h3{
}
#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;
    vertical-align: middle;
}
#kameleon_panier .last_ajouter{
    color: red;
}
#kameleon_panier .total{
    clear: both;
    border-top: 1px solid #333333;
}
#kameleon_panier .total .nombre_articles{
    float: left;
    display: block;
    width: 115px;
}
#kameleon_panier .total .somme_articles{
    display: block;
    float: right;
    width: 115px;
    text-align: right;
}
#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{
    width: 99%;
}
.panier_liste .table_liste_panier{
    width: 100%;
}
.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: right;
}
.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{
    float: left;
}*/
.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: right;
    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{
    width: 100%;
}
.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{
}
.commande_identification .zone_form_ident{
    float: left;
    padding: 0px 15px 0px 0px;
    width: 200px;
}
.commande_identification .zone_form_creation{
    padding: 0px 0px 0px 15px;
    border-left: 1px solid #333333;
    float: right;
}
.commande_identification .action{
    padding: 15px 0px 0px 0px;
    text-align: right;
}
.commande_identification .captcha-form{
    border: 1px solid #333333;
    width: 320px;
    padding: 10px;
    margin: 10px 0px 0px 0px;
}

/*******************************************************************************
**********************           MODULE COMMANDE          **********************
**********************       page livraison        **********************
*******************************************************************************/
.commande_livraison{
}
.commande_livraison .adresse_facturation{
    float: left;
    padding: 0px 15px 0px 0px;
    width: 40%;
}
.commande_livraison .adresse_livraison{
    padding: 0px 0px 0px 15px;
    border-left: 1px solid #333333;
    float: right;
    width: 40%;
}
.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 paiement           **********************
*******************************************************************************/
.info_commande {
	width: 230px;
	margin: 0 auto;
}
.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: 61px;
    height: 32px;
    padding: 3px 30px 0px 5px;
    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;
}


/*******************************************************************************
**********************		  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:first-letter {

}

.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: 250px;
	width: expression((this.width > 250 && this.width>=this.height) ? 250: true);
	max-height: 250px;
	height: expression((this.height > 250 && this.height>this.width) ? 250: true);
	-ms-interpolation-mode: bicubic;
}

.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 FORUM		  **********************
*******************************************************************************/

.categories_forum{
	background-color:#ADADAD;
	padding:0;
	width:100%;
}
.categories_forum th{
	background-color:#666666;
	color:#ffffff;
	padding:5px;
	font-weight:normal;
}	
.categories_forum td{
	background-color:#ffffff;
	padding:5px;
	font-size:11px;
}	
.categories_forum td a{
	font-weight:bold;
	font-size:12px;
}
/*******************************************************************************
**********************		  MODULE LOCATION		  **********************
*******************************************************************************/
.moduleKmlLocation th{
	font-weight:normal;
	font-size:9px;
	color:#999999;
	text-align:center;
}
.moduleKmlLocation .vignette{
	max-width: 60px;
	width: expression((this.width > 60 && this.width>=this.height) ? 60: true);
	max-height: 50px;
	height: expression((this.height > 50 && this.height>this.width) ? 50: true);
}

.moduleKmlLocation  .reserve{
	width:12px;
	height:12px;
	background-color:#da0f0f;
	color:#da0f0f; /*Permet de rendre la croix visible ŕ l'impression*/
	text-align:center;
}
.moduleKmlLocation  .disponible{
	width:12px;
	height:12px;
	background-color:#65e84c;
}
.moduleKmlLocation a{
	color:#666666;
	/*text-decoration:underline;*/
}

/*******************************************************************************
**********************		  PLUGIN TABLEAU		  **********************
*******************************************************************************/
.tab_editable{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.tab_editable td{
	text-align: center;
	padding: 3px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.tab_editable th{
	text-align: right;
	padding: 3px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.tab_editable thead th{
	text-align: center;
}
.tab_editable tr.ligneA{
	background: #eeeeee;
}

/*******************************************************************************
**********************		  PLUGIN GMAP		  **********************
*******************************************************************************/
.gMap_conteneur{
	width: 300px;
	height: 200px;
	float: right;
}
.gMap_multiPoints_conteneur{
	width: 100%;
	height: 500px;
}
/*******************************************************************************
**********************		  ORGANIGRAMME		  **********************
*******************************************************************************/
.moduleKmlOrganigramme .fiche{
	float:left;
	width:200px;
	height:190px;
	overflow:hidden;
	margin: 0 5px 20px 5px;
	border:1px solid #e0e0e0;
	text-align:center;
	position:relative;
}
.moduleKmlOrganigramme .fiche .filtre{
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:170px;
	background:#e51b58;
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.moduleKmlOrganigramme .fiche:hover .filtre{
	display:none;
}
.moduleKmlOrganigramme .fiche .photoMdl img{
	max-height:150px;
	max-width:200px;
}
.moduleKmlOrganigramme .fiche .image_couleur{
	display:none;
}
.moduleKmlOrganigramme .fiche:hover .image_couleur{
	display:block;
	margin:0 auto;
}
.moduleKmlOrganigramme .fiche:hover .image_nb{
	display:none;
}
.moduleKmlOrganigramme .fiche .titre{
	position:absolute;
	bottom:0;
	width:190px;
	min-height:30px;
	padding:5px;
	color:#fff;
	background:#333;
	font-weight:bold;
}
.moduleKmlOrganigramme .fiche .soustitre{
	font-weight:normal;
	font-size:11px;
}

.moduleKmlUne3{

}
.moduleKmlUne3 .fiche:first-child{
	margin-left:0;
}
.moduleKmlUne3 .fiche{
	display:inline-block;
	vertical-align:top;
	margin-left:9px;
}
.moduleKmlUne3 .fiche .photoMdl{
	
}
.moduleKmlUne3 .fiche .photoMdl .image{
	max-width:100%;
	max-height:100%;
}
.moduleKmlVideosUne .fiche {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 200px;
    height:150px;
    position: relative;
}
.moduleKmlVideosUne .fiche .titre{
	position:absolute;
	width:100%;
	padding:8px 5px;
	font-family: 'Quicksand', sans-serif;
	font-weight:bold;
	background:rgba(34,34,34,0.6);
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	bottom:0;
	
	z-index:10;
}

.moduleKmlVideosUne .photoMdl {
    position: relative;
}
.moduleKmlVideosUne .photoMdl img{
	max-width:100%;
}
.moduleKmlVideosUne .vignette_video {
    background: rgba(0, 0, 0, 0) url("../images/lecture_video.png") no-repeat scroll center;
    height: 100%;
    width:100%;
    opacity: 0.7;
    position: absolute;
    
}
/*******************SOMMAIRE *******************************/
.moduleKmlSommaire{
	text-align:center;
}
.moduleKmlSommaire .fiche {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    box-shadow: 0 5px 9px rgba(205, 205, 205, 1);
    box-sizing: border-box;
    height: 270px;
    margin: 0 4px 12px;
    position: relative;
    width: 270px;
}
.moduleKmlSommaire .fiche .titre{
	position:absolute;
	width:100%;
	padding:10px 10px;
	font-family: 'Quicksand', sans-serif;
	font-weight:bold;
	background:rgba(34,34,34,0.6);
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	bottom:0;
	font-size:1.2em;
	z-index:10;
}

.moduleKmlSommaire .photoMdl {
    position: relative;
}
.moduleKmlSommaire .photoMdl img{
	max-width:100%;
}

/*******************************************************************************
**********************		  EDITION DE FICHE		  **********************
*******************************************************************************/
.liste-fiche{
	background:#efefef;
	margin-bottom:10px;
	padding:20px;	
}
.liste-fiche .photoMdl{
	float:right;
	margin-left:10px;
}
.liste-fiche .photoMdl img{
	max-width: 150px;
	max-height: 150px;
}