@charset "utf-8";
/* CSS Document */

.special{
	display:block;
	position:absolute;
	margin-left:487px;
}

.job_letter{
	background-color:#eff2f2;
	border-top:6px solid #CCC;
	padding:4px 4px 10px 4px;
	border-bottom:2px solid #EEE;

}

.job_letter p{
	padding:0px;
	margin:0;
}

.job_letter .tampon, .calendrier .tampon{
	height:2px;
}







.calendrier .lined{
	border-bottom:1px solid #999;
	width:280px;
}


.calendrier{
	border:1px solid #CCC;
	padding:2px;
	width:280px;
	margin-top:20px;
}

.calendrier .show, .calendrier .nav{
	height:30px;
	width:40px;
	display:block;
	float:left;
	text-align:center;
	line-height:30px;
	background-color:#999;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}

.calendrier .show:hover{
	background-color: #666;
}

.calendrier span{
	height:30px;
	width:40px;
	display:block;
	float:left;
	text-align:center;
	line-height:30px;
	color:#AAAAAA;
}


.calendrier .day{
	height:30px;
	width:40px;
	display:block;
	float:left;
	text-align:center;
	line-height:30px;
	color:#000;
	font-weight:bold;
}

.calendrier .droite{
	background-image:url(http://www.geci.net/ressources/elements/cal_next.gif);
}

.calendrier .gauche{
	background-image:url(http://www.geci.net/ressources/elements/cal_prev.gif);
}

.calendrier .off{
	background-image:url(http://www.geci.net/ressources/elements/cal_bg.gif);
}

.calendrier .show{
	cursor:pointer;
}

.calendrier h1{
	line-height:30px;
	height:30px;
	padding:0;
	margin:0 0 2px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	width:280px;
	background-image:url(http://www.geci.net/ressources/elements/cal_titre.gif);
	text-align:center;
	display:block;
}

.calendrier h2{
	line-height:30px;
	height:30px;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	width:200px;
	background-image:url(http://www.geci.net/ressources/elements/cal_bg.gif);
	text-align:center;
	float: left;
}
