﻿/* Distributed as part of The Coolest DHTML Calendar
   Author: Mihai Bazon, www.bazon.net/mishoo
   Copyright Dynarch.com 2005, www.dynarch.com
*/

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar table {
  border: 0px;
  font-size: 9px;
  color: #000;
  cursor: default;
  background: none;
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
  border-collapse: separate;
}

.calendar {
  border: 0px;
  font-size: 8px;
  color: #000;
  cursor: default;
  background: none;
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
  border-collapse: separate;
}

.calendar td
{
/*  background: url("");*/
}

.calendar {
  border-color: none;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url('') repeat-x 0 100%; 
color: #000;
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendar .nav div {
  background: url('menuarrow.gif') no-repeat 100% 100%;
}

.calendar thead tr { background: url('') repeat-x 0 100%; 
color: #000; }

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding-right: 19px;
  background: url('') repeat-x 0 100%; 
color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url('hover-bg.gif');
  border-bottom: 1px solid #797979;
  padding: 2px 2px 1px 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url('active-bg.gif'); 
color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url('dark-bg.gif');
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 3px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 70%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
  background: url('dark-bg.gif');
}

.calendar tbody .rowhilite td.wn {
  background: url('rowhover-bg.gif');
}

.calendar tbody .rowhilite td {
  background: url('rowhover-bg.gif');
}

.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url('hover-bg.gif');
  padding: 1px 2px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  background: url('active-bg.gif'); 
color: #fff;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background:none;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: url('') 0 0;
  color: #000;
  border-top:1px solid #797979;
  height:34px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  border-left: 1px solid #797979;
	border-right: 1px solid #797979;
	border-top: 0 solid #797979;
	border-bottom: 1px solid #797979;
	position: absolute;
  	display: none;
  	top: 0px;
  	left: 0px;
  	width: 4em;
  	cursor: default;
  background: url(''); 
	color: #000;
  	z-index: 100;
  	font-size: 90%;
}

.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: url('hover-bg.gif'); 
color: #000;
}

.calendar .combo .active {
  background: url('active-bg.gif'); 
color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url('dark-bg.gif');
}

.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url(''); 
color: #000;
}

.calendar td.time .minute {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url(''); 
color: #000;
}

.calendar td.time .hour {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url(''); 
color: #000;
}

.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .hour {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url('hover-bg.gif'); 
color: #000;
}

.calendar td.time span.active {
  background: url('active-bg.gif'); 
color: #fff;
}

.style2 {
	margin-left: 0;
	font-style: italic;
	font-size: .6875em;
	color: #F0F0F0;
	letter-spacing: .045em;
}
.bloc_left {
 float: left;
 /* width: 165px; */ /* FIX IE */
 width: 166px;
 padding-right: 6px;
 clear:left;
 _overflow: hidden;
}
.bloc_left .calendar_form {
 padding-top: 4px;
 padding-bottom: 3px;
 padding-left: 6px; /* compense le manque d'ombre pour l'alignement  */
}

form {
 margin: 0;
 padding: 0;
 color:#434343;
}

.second_bloc table.box_title_cal {
 padding: 0;
 margin: 0;
 border-spacing: 0px;
 border-collapse: collapse;
}

.second_bloc .box_title_cal .angle_title_l  {
 background:url('fond_onglet_l_noB.png') no-repeat left top;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fond_onglet_l_noB.png', sizingMethod='crop');
}

td {
 margin: 0;
 padding: 0;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
}


.second_bloc .box_title_cal .angle_title_r  {
 background:url('fond_onglet_r_noB.png') no-repeat right top;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fond_onglet_r_noB.png', sizingMethod='crop');
}


.style9 {
	font-size: xx-small;
	text-align: left;
}
.style11 {
	border-width: 0px;
}


.style12 {
	font-size: small;
}
.style15 {
	text-align: right;
}
.style17 {
	text-align: center;


}
.style14 {
	font-family: "Trebuchet MS";
	font-size: xx-small;

}
.style18 {
	font-family: "Trebuchet MS";

}
.style19 {
	background-color: #FF0000;
}
.style20 {
	font-size: large;
}
.style24 {
	text-align: left;
}
.style26 {
	text-decoration: line-through;
}
.style27 {
	font-size: x-large;
	color: #FFCC00;
	font-family: Arial;
}
.style28 {
	color: #FFCC00;
}
.eventDate{display:none;padding-top:5px;overflow:hidden;color:#545454;font-size:8.5pt;line-height:9.5pt;height:13px;word-spacing:-2px;}
.style31 {
	color: #F5AB21;
}
.style32 {
	vertical-align: middle;
	border-width: 0;
	margin: 3px;
}
.style37 {
	color: #0000CC;
}
.style38 {
	color: #0000FF;
}
.style39 {
	font-size: 9pt;
	color: #003399;
}
.style40 {
	border-width: 0;
}
.style42 {
	font-family: "Times New Roman";
}
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:5px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:0px; border:0px; background:#fff url(loading.gif) center center no-repeat; opacity:.8; filter:alpha(opacity=90);}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(left.gif) left center no-repeat}
#imgnext {right:0; background:url(right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:15px; height:55px; background:url(scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:15px; height:55px; background:#222 url(scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:83px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
.style44 {
	font-family: Verdana;
}
.style45 {
	color: #808080;
}
.style46 {
	color: #999999;
}
.style47 {
	font-family: "Trebuchet MS";
	font-size: medium;
}
.style48 {
	font-size: x-large;
	font-family: "Myriad Pro";
}
.style49 {
	font-family: "Trebuchet MS";
	font-size: xx-small;
	border-bottom-style: groove;
	border-bottom-width: 1px;
}
.style50 {
	background-image: url('ls_right.png');
}
.style52 {
	color: #FFFFFF;
}
.style53 {
	text-align: center;
	background-color: #CC3300;
}
.style54 {
	background-color: #FFFFFF;
}
.style55 {
	padding-top: 5px;
	padding-left: 15px;
	font-size: medium;
}
.style56 {
	background-image: url('ls_top.png');
}
.style57 {
	color: #CCCCCC;
}
.style58 {
	color: #CCCCCC;
	font-size: small;
}


