	#liste, #calendar { float: left;
	}
	#liste { width: 65%; margin-right: 5%;
	}
		#liste h2 { text-transform: uppercase; color: #FFF; padding: 4px 0 2px 4px; font-weight: normal; font-family: 'Rockwell', Arial; margin-bottom: 5%;
		}
			#liste div.byCategory h2{margin-bottom: 2%;
			}
			#liste div.byCategory h2 a{color: #fff; text-decoration: none;
			}
				#liste div.byCategory h2 a:hover{text-decoration: underline;
				}
		#liste h2.date{text-transform: inherit; color: #000;
		}
		#liste .event { border-bottom: 2px solid #d5d5d5; padding-bottom: 15px; margin-bottom: 35px;
		}
			#liste div.byCategory .event{border: 0; padding-bottom: 5px; margin-bottom: 20px;				
			}
		#liste .event:last-child { border-bottom: 0;
		}
			#liste .event h2 {text-transform: inherit; padding: 0; margin: 10px 0; font-weight: bold;
			}
			#liste div.byCategory .event h2{ font-size: 18px; margin: 5px 0;
			}
				#liste .event h2 a, #liste div.byCategory .event h2 a{ color: #000; text-decoration: none;
				}
					#liste .event h2 a:hover{text-decoration:underline;
					}
			#liste .event .date { font-weight: bold; color: #000; margin-bottom: 10px;
			}
			#liste .event .date, #liste .event .lieu { font-family: 'Helvetica', Arial;
			}
			#liste .event .organisateur { padding-left: 25px; background: url(../images/pictoOrganisateur.jpg) no-repeat left center; color: #9b9798; background-size: auto 80%;
			}
			#liste .event .organisateur:before { content: "Par ";
			}
			
			#liste .event .metas{float: left; width: 55%;
			}
			#liste .event .logo{float: left; width: 40%; margin-right: 5%; text-align: center;
			}
				#liste .event .logo img{max-width: 90%; height: auto; margin: 0 auto;
				}
			#liste .event .content{margin-top: 30px;
			}
				#liste .event .content .excerpt{text-align: justify;
				}
					#liste .excerpt a{color: #000; text-decoration:none;
					}
						#liste .event .content .excerpt a:hover{text-decoration: underline;
						}
					#liste .excerpt a.seeMore{display: block; font-weight: bold; margin-top: 15px;
					}
	/* page "catégorie" */
		#liste div.pastEvent, #liste h3.pastEvent{margin: 20px 0;
		}
		#liste h3.date{font-size: 14px;
		}
	
	#calendar { width: 30%;
	}
		#calendar div.dateJour, #calendar table.em-calendar { width: 100%; margin: 0 auto;
		}
		#calendar div.dateJour { background-color: #261302; text-align: center; color: #FFF; font-family: 'Helvetica',Arial; padding: 30px 0;
		}
			#calendar div.dateJour span { display: block;
			}
			#calendar div.dateJour span.nomJour { font-size: 20px; text-transform: capitalize;
			}
				#calendar div.dateJour span.nomJour span{ font-size: 18px; font-family: 'Bariol', Arial;					
				}
			#calendar div.dateJour span.jourMois { font-size: 35px;
			}
			#calendar div.dateJour span.annee { color: #6c635f;
			}
		#calendar table.em-calendar { min-height: 350px; background-color: #eeeaeb; max-width: 100%;
		}
			#calendar table.em-calendar thead {
			}
				#calendar table.em-calendar td.month_name { color: #000; font-weight: normal;
				}
				#calendar table.em-calendar td a.em-calnav-prev { background: url(../images/flechePrec.png) no-repeat center right; background-size: 50%; text-indent: -9999px; width: 100%; height: 100%; display: block; overflow: hidden;
				}
				#calendar table.em-calendar td a.em-calnav-next { background: url(../images/fleche.png) no-repeat center left; background-size: 50%; text-indent: -9999px; width: 100%; height: 100%; display: block; overflow: hidden;
				}
			#calendar table.em-calendar tbody {
			}
				#calendar table.em-calendar tr.days-names td{color: #9B9798; text-transform: uppercase;
				}
				#calendar table.em-calendar td{ padding: 2px;
				}
				#calendar table.em-calendar td.eventful { cursor: pointer;
				}
				#calendar table.em-calendar td.eventful:hover { background-color: #ec7d0b;
				}
					#calendar table.em-calendar td.eventful a { text-decoration: none;
					}
					#calendar table.em-calendar td.eventful:hover a { color: #000;
					}
				#calendar table.em-calendar td.eventful-today { background-color: #ec7d0b;
				}
					#calendar table.em-calendar td.eventful-today a { color: #000; text-decoration: none;
					}
					
					
	#voirTous a.voirTous{color: #e97f00; font-weight: bold; margin: 20px 0; display: block;
	}	
	#voirTous h2{color: #FFF; padding: 4px 0 2px 4px; font-weight: normal; font-family: 'Rockwell', Arial; margin: 20px 0;
	}
	#voirTous .event{margin-bottom: 20px;}
	#voirTous .event h3{font-size: 20px;
	}
	#voirTous .event a{ color: #000; text-decoration: none; font-weight: bold;
	}
		#voirTous .event a:hover{text-decoration: underline
		}
	#voirTous .event .excerpt{ color: #000; font-size: 16px;}