/*
*  
*  VACM | CALENDRIER CSS
*
*  VERSION   : 1.5
*  AUTEUR    : ANDRE RICHARD
*  COURRIEL  : FS2DN@HOTMAIL.COM
*  COPYRIGTH : 2009
* 
**/
.mois-label{
	width: 920px;
	height: 60px;
	margin: 0 auto;
}

.mois-label h1{
	float: left;
	height: 60px;
	width: 852px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
}

.cal-arrow-left a{
	display:block;
	float:left;
	height: 24px;
	width: 24px;
	margin: 18px 10px 0px 0px;
	background: transparent url('../img/gui/pagination_arrows.png') no-repeat;
}

.cal-arrow-right a{
	display:block;
	float:left;
	height:24px;
	width:24px;
	margin: 18px 0px 0px 10px;
	background: transparent url('../img/gui/pagination_arrows.png') no-repeat -24px 0px;
}

.cal-arrow-left span, .cal-arrow-right span{
	display: none;	
}

.i-cal{
	margin: 0 auto;
}

thead{
	background: url('../img/gui/dark_transparent.png') repeat;	
	border: 1px solid #000;
	border-bottom: none;
}

tbody{
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.i-cal th{
	width: 131px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #FFF;
	border-left: none;
	border-right: none;
}

.i-cal td{
	font-size: 16px;
	width: 131px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	background: #EEE;
	color: #000;
}

td.event{
	background: #00468d;
	border-collapse: collapse;
}

td.event a{
	margin:5px;
	width: 121px;
	height: 50px;
	display: block;
	border: 1px dashed #d1d1d1;
	line-height: 50px;
	color: #FFF;
	text-decoration: none;
}

td.event a:hover{
	background: #1e1e1e;
	border: 1px dashed #FFF;
	text-decoration: underline;
}

td.padding-top{}
td.padding-bottom{}

.event-wrapper{
	background: #FFF;
	width: 100%;
	height: 100%;
}

.event-post{
	width: 880px;
	margin: 20px 0px 0px 20px;
}

.event-post img{
	float: left;
}

.event-preview{
	float: left;
	margin:0 0 0 20px;
	width: 500px;
}

.event-preview h1{
	font-size: 24px;
	margin: 5px 0 10px 0;
}

.event-preview h1 a{
	color: #404040;
	text-decoration: none;
}

.event-preview h2{
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 4px;
	background: #e3e3e3;
	font-style: italic;
	float:left;
	margin:0 0 5px 0;
}

.text-event{
	float: left;	
	line-height: 18px;
	font-size: 12px;
	color: #404040;	
	width: 500px;	
}

.event-preview p{
	margin: 5px 0 0 0;
}

.event-hr{
	margin: 20px 0 0 20px;
	width: 800px;
	background: #d1d1d1;
	height: 1px;	
}

#calendrier-download-box{
	width: 918px;
	height: 45px;
	margin: 10px 0 0 0;
	background: #1e1e1e;
	border: 1px solid #000;
}

#calendrier-download-box:hover{
	background: #00468d;
}

#calendrier-download-box h3{
	font-size: 12px;
	margin: 10px;
	line-height: 25px;
	text-align: center;
}

#calendrier-download-box h3 a{
	width: 918px;
	height: 45px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#calendrier-download-box h3 a:hover{
	text-decoration: underline;
}

