/******************************************************************************\
|														Extention cssCalentar						 				         	 |
\******************************************************************************/

.tx-ttnews{
	width : 95%;
	color : #000000;
	/*background-color: #F6F6F6;*/
	border: 0;
	padding-top:15px;
	padding-left:0;
	padding-right:0px;
	padding-bottom:15px;
}

.milieu_droite_contenu_agenda .calendar-table{
	clear:both;
}

.calendar-table{
	width:100%;
	border-collapse: separate;
	border-left: 1px solid #888888;
	margin-left:10px;
}

.calendar-table tr{}

.calendar-table th, .calendar-table td{
	width:25px;
	height:25px;
	color : #000000;
	background-color: #eeeeee;	
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	margin:0;
	padding:1px;
	text-align:center;
}

* html .calendar-table th, * html .calendar-table td{
	width:26px;
	height:24px;
	padding: 0;
}

.calendar-table .columPrevious,
.calendar-table .columYear,
.calendar-table .columNext {
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

.calendar-table .bottomMonthLink{
	border-bottom: 1px solid #888888;
	background-color: transparent;
}

.calendar-table .bottomMonthLink a{
	font-weight: bold;
	text-decoration: none;
}

.calendar-table .bottomMonthLink a:hover{
	text-decoration: underline;
}

	/***************************/
	/* Pr?cedent...						 */
	/***************************/


.columPrevious a{
	color:#FF5700;
	font-size: 1.0em;
	font-weight: bold;
}

	/***************************/
	/* Mois/Année en cours...	 */
	/***************************/

.columYear a{
	float:left;
	width:125px;

	
	
	font-family:verdana,arial,helvetica,sans-serif,"Courier New";
	font-size: 1em;
	font-weight: bold;

	color:#000000;

	text-align:center;
	text-transform: uppercase;
	
	white-space:nowrap;
}

	/***************************/
	/* Suivant...							 */
	/***************************/

.columNext a{
	color:#FF5700;
	font-size: 1.0em;
	font-weight: bold;
}

	/***************************/
	/* Jours - D L M M J V S...*/
	/***************************/

.calendar-table th{
	font-family:verdana,arial,helvetica,sans-serif,"Courier New";
	font-size: 0.8em;

	/*color:#FFFFFF;
	background-color:#FF5700;*/
}

.calendar-table td{
	font-family:verdana,arial,helvetica,sans-serif,"Courier New";
	font-size: 0.75em;

	color:#000000;
}

	/***************************/
	/* Lien sur un jour...		 */
	/***************************/

.linked_day{
	height:23px;
	line-height:23px;
	color:#FFFFFF;
	background-color:#FF5700;
	cursor:pointer;
}


	/***************************/
	/* Jour J...							 */
	/***************************/

.linked_today_nolink {
	height:23px;
	line-height:23px;
	color:#FF5700;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: bold;
	
	
}

	/***************************/
	/* Lien sur jour J...			 */
	/***************************/

.linked_today{
	height:23px;
	line-height:23px;
	color:#FF5700;
	background-color:#FFFFFF;
	/*border: 1px solid #FF5700;*/
	text-decoration: underline;
	cursor:pointer;
	font-weight: bold;
}


.bottomMonthLink a{
	float:left;
	width:188px;

	text-align:center;

	white-space:nowrap;
}

.calendar-table caption{
	font-size:200%;
	color:#003333;
	text-transform:uppercase;
}


/*----------------------------------------------------------------------------*/
/*                                  PATCH CCO                                 */
/*----------------------------------------------------------------------------*/

.bloc_adress_news{
	float:left;
	width:100%;
}

.milieu_droite_contenu_bloc .news-agenda-nomlieu{
	float:left;
	padding:5px 5px 5px 0px;
}

.milieu_droite_contenu_bloc .news-agenda-adresse{
	float:left;
	padding:5px 5px 5px 0px;
}

.milieu_droite_contenu_bloc .news-agenda-cp{
	float:left;
	padding:5px 5px 5px 0px;
}

.milieu_droite_contenu_bloc .news-agenda-ville{
	float:left;
	padding:5px 5px 5px 0px;
}

.milieu_droite_contenu_bloc .news-agenda-pays{
	float:left;
	padding:5px 5px 5px 0px;
}


.milieu_droite_contenu_une_image .news-single-video{
	float:left;
	padding:5px 0px 0px 20px;
}


/*----------------------------------------------------------------------------*/
/*                                  PAGINATION                                */
/*----------------------------------------------------------------------------*/
.tx-ttnews-browsebox-SCell p a {
	font-weight:bold;
	text-decoration:underline;
}

