
/**********************
* calendrier des formations
**************************/
div#formationcalendrier {
	width: 670px;
	_width: 655px;
	margin:  0;
}

div#formationcalendrier span.gauche{
	float:left;
}
div#formationcalendrier span.droite{
	float:right;
}
div#formationcalendrier table#general{
	clear: both;
	margin-top: 20px;
}
div#formationcalendrier table#general tr, div#formationcalendrier table#general tr td{
	vertical-align : top;
	border: 1px  solid #aaa;
	background: #FFF ;
	padding:0 ;
	margin : 0;
}

div#formationcalendrier table#general tr td {
	width: 222px;
	_width: 210px;
}
div#formationcalendrier table#general tr td div.nommois{
	background: #b32b19;
	text-align:center;
	font-weight: normal;
	padding:0 ;
	margin : 0;
	color: #fff;
}

div#formationcalendrier table#general table.mensuel{
	border-collapse:	collapse;
	padding:0 ;
	margin : 0;
}
div#formationcalendrier table#general table.mensuel tr td {
	border: 0 ;
	padding:1px ;
	border-top: 1px solid #CCC ;
	text-align=left;
}
div#formationcalendrier table#general table.mensuel tr td.jour,
div#formationcalendrier table#general table.mensuel tr td.nomjour {
	width:20px; 
	text-align: center;
}


div#formationcalendrier table#general table.mensuel tr td.zone1, 
div#legende ul li span.zone1
{
	background: #6666cc;
	width : 1px;
}	
div#formationcalendrier table#general table.mensuel tr td.zone2, 
div#legende ul li span.zone2 {
	background: #ffcc00;
	width : 1px;
}
div#formationcalendrier table#general table.mensuel tr td.zone3, 
div#legende ul li span.zone3 {
	background:#ff0000;
	width : 1px;
}
div#formationcalendrier table#general table.mensuel tr td.zonevide {
	width : 1px;
}

div#formationcalendrier table#general table.mensuel tr td span.ferie{
	background: #fbce4d ;
	border: 0;
	display: block;
	padding: 0;
	margin: 0;
}
div#formationcalendrier table#general table.mensuel tr td span.dimanche{
	border: 0;
	font-weight : bold;
	background: #e5e4d0;
	display: block;
	padding: 0;
	margin: 0;
}
div#formationcalendrier table#general table.mensuel tr td span.aujourdhui {

	background: #77B9EF; 
	display: block;
	padding: 0;
	margin: 0;
}

div#formation_detail{
	margin: 10px 20px 10px 0;
}

div#formation_detail div{
	width: 480px;
	padding: 0;
	margin: 0;
}
div#formation_detail div.dates{
	float: right;
	width: 150px;
	margin: 0;
	background-color:#e9e9d8; 
	padding:5px;
}

div#formation_detail div.dates ul{
	padding:5px 0 0 0;
}