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;*/
}
.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: 100%;
	width: expression((this.width > 700 && this.width>=this.height) ? 700: true);
	max-height: 500px;
	height: expression((this.height > 500 && this.height>this.width) ? 500: 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;
}
.moduleKmlArticles .lireSuite {
	text-align: right;
	padding-top: 3px;
}
/*******************************************************************************
**********************			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: 200px;
	width: expression((this.width > 200 && this.width>=this.height) ? 200: true);
	max-height: 200px;
	height: expression((this.height > 200 && this.height>this.width) ? 200: true);
}
.moduleKmlUne p {
	margin: 0;
}
.moduleKmlUne .lireSuite {
	text-align: right;
	padding-top: 3px;
}
.moduleKmlUne .lireSuite img {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 2px;
}

/*******************************************************************************
**********************			MODULE KAMELEON		  **********************
**********************		  module-liste-mere-galerie		  **********************
*******************************************************************************/

.moduleKmlListeGalerie {
	width: 100%;
}
.moduleKmlListeGalerie .fiche:hover{
	cursor: pointer;
	background: #ededed;
}
.moduleKmlListeGalerie .fiche{
	/*float: left;
	width: 49.5%;*/
	width: 240px;
	padding: 5px;
	margin: 20px 0px;
	overflow: hidden;
}
.moduleKmlListeGalerie .gauche{
	float: left;
	margin-right: 20px;	
}
.moduleKmlListeGalerie .droite{
	float: right;
}

.moduleKmlListeGalerie h1 {
	
}
.moduleKmlListeGalerie h2 {
	text-align: center;
}
.moduleKmlListeGalerie h2 a {
	text-decoration: none;
}
.moduleKmlListeGalerie h3 {
}
.moduleKmlListeGalerie .image {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	max-width: 200px;
	width: expression((this.width > 200 && this.width>=this.height) ? 200: true);
	max-height: 200px;
	height: expression((this.height > 200 && this.height>this.width) ? 200: true);
}
.moduleKmlListeGalerie p {
	margin: 0;
}
.moduleKmlListeGalerie .lireSuite {
	text-align: right;
	padding-top: 3px;
}
.moduleKmlListeGalerie .lireSuite img {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 2px;
}
.moduleKmlListeGalerie .preview_galeries{
	position: relative;
	width: 240px;
	height: 175px;
	margin: 10px 0px;
}
.moduleKmlListeGalerie .preview_galeries .photo{
	padding: 2px;
	background: white;
	border: 1px solid #cccccc;
	position: absolute;
	width: 100px;
	height: 80px;
}
.moduleKmlListeGalerie .preview_galeries .photo:hover{
/*	z-index: 10 !important ;*/
}
.moduleKmlListeGalerie .moduleKmlEdito h2{
	text-align: left;
}
/*******************************************************************************
**********************			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 {
	float: left;
	margin-top: 3px;
	margin-right: 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{
	margin-left:20px;
	
}                                  
.moduleKmlMozaique .fiche {
    float: left;
    margin: 5px;
}
                                                                                                                  
.moduleKmlMozaique .commentaire {
    color: #666666;                                                                                               
    margin-left: 20px;                                                                                            
}                                                                                                                 
.moduleKmlMozaique img{
    max-width: 200px;
    width: expression((this.width > 200 && this.width>=this.height) ? 200: true);
    max-height: 200px;
    height: expression((this.height > 200 && this.height>this.width) ? 200: true);
    border:1px solid #cccccc;
    padding:5px;
}                                                                                                                 
                                                                                                                  
.moduleKmlMozaique .image {
    float: left;                                                                                                  
                                                                                             
}                                                                                                                 


/*******************************************************************************
**********************           MODULE KAMELEON          **********************
**********************       module-liste-pretty-galerie  **********************
*******************************************************************************/
.moduleKmlPrettyGallery{
    position: relative;
    width: 500px;
/*    border: 1px solid #CCCCCC;*/
    text-align: center;
}

.moduleKmlPrettyGallery .galerie-content{
    width: 470px;
    padding: 9px 15px 30px 35px;
    position: relative;
}
.moduleKmlPrettyGallery .fiche{
    float: left;
    padding: 5px;
    margin: 5px;
    border: 1px solid #eeeeee;
    background-color: transparent;
}
.moduleKmlPrettyGallery .fiche img{
    max-width: 200px;
    width: expression((this.width > 200 && this.width>=this.height) ? 200: true);
    max-height: 200px;
    height: expression((this.height > 200 && this.height>this.width) ? 200: true);
}
.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: 250px;
}
.moduleKmlPrettyGallery .picto-previous{
    position: absolute;
    left: 2px;
    top: 250px;
}

.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 AGENDA		  ***********************
*******************************************************************************/


.moduleAgenda h1 {

}
.moduleAgenda h2 {

}
.moduleAgenda h3 {

}
.moduleAgenda .commentaire {
	color: #999999;
	font-size: 10px;
}
.moduleAgenda .selectSalles {
	text-align: center;
}
/*Liste des rendez vous sur une semaine*/
.moduleAgenda .semaine {
	/*background-color: white;*/
}
.moduleAgenda .semaine hr {

}
.moduleAgenda .semaine .annee {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.moduleAgenda .semaine .navigation {
	font-size: 10px;
}
.moduleAgenda .semaine .dateAujourdhui {
	text-align: center;
	font-size: 10px;
}
.moduleAgenda .semaine .enteteJours {
	text-align: center;
}
.moduleAgenda .semaine .enteteJours td{
	border: 1px solid black;
}
.moduleAgenda .semaine .enteteJours td{
	width: 110px;
}
.moduleAgenda .semaine .numeroJour {
	color: #cc0000;
	font-size: 20px;
	font-weight: bold;
}
.moduleAgenda .semaine .nomJour {
	color: #000000;
	font-weight: bold;
}
.moduleAgenda .semaine .mois {
	color: #000000;
	font-size: 10px;
}

.moduleAgenda .semaine .rdvJours {
	text-align: left;
	vertical-align: top;
	height: 250px;
}
.moduleAgenda .semaine .rdvJours td{
	border: 1px solid black;
}
.moduleAgenda .semaine .rdvJours .heure {
	font-size: 10px;
	font-style: italic;
	text-decoration: underline;
}
.moduleAgenda .semaine .rdvJours .evenement {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.moduleAgenda .semaine .rdvJours img {
	/*vertical-align : middle;*/
/*	float: left;*/
}
.moduleAgenda .semaine .ajout {
	text-align: center;
	font-size: 10px;
}
.moduleAgenda .semaine .aujourdhui {
	background-color: #ffcc99;
}
.moduleAgenda .semaine .jour {
	background-color: #ffffcc;
}
.moduleAgenda .semaine .weekend {
	background-color: #ffff99;
}

/*** fiche **/

.moduleAgenda #fiche {
	background-color: #ffff99;
	height: 172px;
}
.moduleAgenda #fiche .titre {
	background-color: #ffffcc;
	font-weight: bold;
	height: 10px;
}
.moduleAgenda #fiche .corps {
	vertical-align: top;
	text-align: justify;
}
.moduleAgenda #fiche .corps .date {
	font-style: italic;
	font-size: 12px;
	text-align: left;
}
.moduleAgenda .footer {
	font-size: 10px;
}


/*******************************************************************************
**********************		  MODULE CATALOGUE		  **********************
*******************************************************************************/


.moduleCatalogue .liste {
	width: 100%;
	border-collapse: collapse;
}
.moduleCatalogue .liste td, .moduleCatalogue .liste th {
	/*padding: 0 2px;*/
}
.moduleCatalogue .liste th {
	background-color: navy;
	color: white;
	text-align: center;
}
.moduleCatalogue .liste .impaire {
	background-color: white;
}
.moduleCatalogue .liste .paire {
	background-color: #e5e5e5;
}
.moduleCatalogue .liste .image {
	/*width: 60px;*/
	height: 60px;
}

.moduleCatalogue .fiche {
	width: 100%;
	background-color: white;
	border: 1px solid black;
	padding: 3px;
}
.moduleCatalogue .fiche h1{
	color: white;
	background-color: #0066cc;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}
.moduleCatalogue .fiche h1:first-letter {

}
.moduleCatalogue .fiche h2 {
	color: #9dc82e;
	background: none;
}
.moduleCatalogue .fiche p {
	text-align: justify;
}
.moduleCatalogue .fiche img {
	float: right;
	margin-left: 15px;
	/*max-width: 100px;
	width: expression(this.width > 100 ? 100: true);*/

	max-width: 100px;
	width: expression((this.width > 100 && this.width>=this.height) ? 100: true);
	max-height: 60px;
	height: expression((this.height > 60 && this.height>this.width) ? 60: true);
}

.moduleCatalogue h1 {

}
.moduleCatalogue h2 {

}
.moduleCatalogue h3 {

}
.moduleCatalogue .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleCatalogue .ajoutPanier {
	float: left;
	width: 230px;
	margin: 10px;
	background-color: #eeeeee;
	border: 1px solid black;
}
.moduleCatalogue .ajoutPanier .enteteFenetre {
	height: 12px;
	padding : 1px;
	background-color: navy;
}
.moduleCatalogue .ajoutPanier .icone {
	float: right;
}
.moduleCatalogue .ajoutPanier .corpsFenetre {
	padding: 5px;
}
.moduleCatalogue .infosResultat {
	color: #999999;
	font-size: 10px;
}
.moduleCatalogue #lieu {
	background-color: #D4DBEE;
	width: 300px;
}

/*******************************************************************************
**********************			MODULE courses	         ***********************
**********************			courses module-fiche		 ***********************
*******************************************************************************/
.course-fiche{
	margin: 0px;
	text-align: left;
}
.course-fiche h2{
	margin-top: 25px;
}
.course-fiche .logo_course{
	width: 175px;
	float: left;
	margin: 0px 20px 25px 0px;
	text-align: center;
}
.course-fiche .logo_course img{
	margin-bottom: 15px;
}
.course-fiche .info_course{
	float: right;
	width: 400px;
}
.course-fiche .info_course td{
	padding: 0px 10px 10px 0px;
	vertical-align: top;
}
.course-fiche .info_course .label{
	text-align: right;
	font-weight: bold;
	color: #666666;
}
.course-fiche .description{
	margin: 25px 0px 15px 0px;
}
.course-fiche .description .photoMdl{
	float: right;
	margin: 0px 0px 15px 15px;
}
.course-fiche .liste_inscrits table{
	position: relative;
	margin: 15px auto;
}
.course-fiche .listing a{
	color: black;
}
.course-fiche .listing{
}
.course-fiche .listing tr td{
	padding: 2px 5px;
	font-size:11px;
}
.course-fiche .listing .points, .bateau-fiche .listing .rang, .bateau-fiche .listing .temps_course{
	text-align: right;
}
.course-fiche .listing tr:nth-child(even) td{
	background: #dedede;
}
.course-fiche .photo_profil{
	text-align: center;
	margin: 50px 0px;
}
.course-fiche .flux_rss .to-flips{
	width: 630px;
	margin-top: 0px;
}
.course-fiche .flux_rss .to-flips .content{
	height: 210px;
}
.course-fiche .flux_rss .flipnav{
	position: relative;
	width: 50px;
	margin: 15px auto;
}
.barre_menu_course{
	position: relative;
	float: right;
}
.course-fiche .barre_menu_course{
	margin-top: 15px;
	padding-right: 20px;
}
.course-fiche .course_directeur{
	width: 250px;
	margin-left: 75px;
	padding: 10px;
	float: left;
	background: #ededed;
}
.course-fiche .course_president{
	width: 250px;
	margin-right: 75px;
	padding: 10px;
	float: right;
	background: #ededed;
}
.course-fiche .course_directeur h2, .course-fiche .course_president h2{
	margin-top: 0px;
}
.barre_menu_course a{
	float: right;
	width: 98px;
	display: block;
	text-align: center;
	padding: 5px;
	border: 1px solid #333333;
	background: #333333;
	color: white;
	border-radius: 5px 5px 0px 0px;
	margin: 1px;
}
.barre_menu_course a.rss{
	background: #cccccc;
	color: black;
	cursor: default;
	text-decoration: none;
}
/*******************************************************************************
**********************			MODULE Courses	         ***********************
**********************			Courses module-liste		 ***********************
*******************************************************************************/
.ficheResumeCourse{
	float: left;
	width: 250px;
	position:relative;
	text-align:left;
}
.moduleCoursesListe .ficheResumeCourse{
	margin-bottom: 40px;
}
.moduleCoursesListe .ficheResumeCourse .bloc_depart{
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.ficheResumeCourse h2{
	margin: 10px 0px;
}
.ficheResumeCourse .image{
	width: 250px;
	height: 100px;
}
.ficheResumeCourse .logo{
	width: 100px;
	height: 100px;
	text-align: left;
	float: left;
	margin-right: 10px;
}
.ficheResumeCourse .date_depart{
	display: block;
}
.ficheResumeCourse:hover{
	background: #dedede;
	cursor: pointer;
}
.ficheResumeCourse .logo{
	background: white;
}
.ficheResumeCourse .bloc_depart{
	color: #777777
}
.ficheResumeCourse .date_depart{
	position:absolute;
	top:-5px;
	right:5px;
	padding:5px;
	background:#333;
	color:#fff;
}
.course_passee h2 a{
	color:#999!important;	
}
.course_passee{
	color:#bbb;
}
.course_passee .date_depart{
	background:#999;	
}	
.moduleCoursesListe .separateurVertical{
	width: 20px;
}