/* * Thickbox CSS */
div#TB_title {
	/*background-color: #105681;
*/
	background-color: #641c04;	/*Zone du Titre de la Pop-Up*/
	color: #fbfaf1;
}
div#TB_title a, div#TB_title a:visited {
	color: #641c04;	
}
/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #641c04;
	background-color: #fbfaf1;
	padding: 5px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #641c04;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}
/* * Large Calendar */
/* * Calendar formatting */
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#calendar_wrapLar img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	border: 1px solid black;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}
.event-block a:link, .event-block a:visited, .event-block a:hover, .event-block a:active {
	text-decoration: none;
	border: none;
}
#wp-calendarLarge .event-block {
	border-top: 1px solid #641c04;
	display: block;
	padding: 2px 0 0 2px;
	line-height: 11pt;
	color: navy;
}
#wp-calendarLarge .dayHead {
	/* background-color: #333333;*/
	background-color: #fbfaf1;
	color: white;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	background-color: #fbfaf1;
	color: #FFF;
}
/* * Days events calendar */
#EC_daysEvents {
	font-size: 14px;
}
.EC_title {
	background: #fbfaf1;
	color: #641c04;
	text-transform:uppercase;
}
.EC_location {
	background: #fbfaf1;
	color: #641c04;
}
.EC_time {
	background: #fbfaf1;
	color: #641c04;
}
.EC_date {
	background: #fbfaf1;
	color: #641c04;
}
.EC_linkout_and_postid {
	background: #fbfaf1;
	color: #641c04;
}
/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}
#wp-calendar caption {  /* Partie qui affiche le mois en  cours*/
	margin: 10px 0 0 -1px;
	width: auto;
	text-align: center;
	font-weight: bold;
	color: #fbfaf1;
	background-color: #641c04;
	border: solid #641c04;
	/*-moz-border-radius: 3px 3px 0 0;*/  /*On enlève l'option de coins arrondis dans Firefox!*/
}
#wp-calendar {
	margin: 0 auto;                          /*Centrage du Calendrier*/
	border-collapse: collapse;
}
*+html #wp-calendar #today {
	border: solid #641c04; !important;
}
#wp-calendar #today {   /* La date du jour en cours*/
	display: block;
	font-weight: bold;
	color: #fbfaf1;
	background-color: #d5c3b7;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;*/
	z-index: 1;
}
#wp-calendar .pad {   /*Zone du Bas du Calendrier*/
	font-weight: bold;
	color: #fbfaf1;
	background-color: #641c04;
	border:1px solid #641c04;
	margin-top:4px;
}
#wp-calendar .padcent {
	background-color: #fbfaf1;
	border: thin solid #641c04;
}
#wp-calendar .padday {	 /*Zone de Vide  entre les Mois*/
	background-color: #fbfaf1;
}
#wp-calendar th {          /*Zone des jours de la Semaine*/            
	width: 10%;
	text-align: center;
	color: #fbfaf1;
	background-color: #641c04;
	border:1px solid #641c04;
	border-top:4px solid #fbfaf1;
	padding-bottom: 1px;
}
#wp-calendar td {
	border: 1px dashed #641c04;  /*Contours du Calendrier*/
	background-color: #fbfaf1;
	text-align: center;
	font-weight: bold;
}
/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {
	font-family: Arial, Tahoma, Script;
	font-size: small;
	font-stretch: condensed;
	list-style-image: url(../images/list.gif);
	line-height: normal;
	text-align: left;
}
#events-calendar-list li a:link, #events-calendar-list li a:visited, #events-calendar-list li a:hover, #events-calendar-list li a:active {
	background: none;
	text-decoration: none;
	border: none;
	color: #641c04;
}
#events-calendar-list li:hover {
	background-color: #fbfaf1;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
}
