 /*------------CSS Planning-----------*/
 titre_onglet_planning{
 font-family: arial;
 font-size: 13px;
 font-weight:bold;
 color: #383838;
 text-align:left;
 padding-left: 10px;
padding-top: 10px;
padding-bottom: 5px;
}

.cadre_planning {

overflow:auto;
font-family: arial, sans-serif;
font-size: 12px;
background-color:white;
align:center;
margin: auto;

}
.cadre_selection {
background-color: white;
height: auto;
margin: 10px 10px 10px 10px;
padding: 10px;
border: 2px solid #FF9900; -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.section_simple {
background-color: white;
height: auto;
margin: 10px;
padding: 10px;
}
legend {
font-size: 16px;
color: #FF9900;
font-family: Arial;
font-weight: none;
height:30px;
padding:3px 3px 3px 3px;
 
}
.fields_selection_left{
font-size: 12px;
color: #0066FF;
font-family: Arial;
font-weight: none;
text-align:left;
height:30px;
padding-left:15px;
	 
}
.fields_selection_right{
font-size: 12px;
color: #666699;
font-family: Arial;
font-weight: none;
text-align:left;
height:30px;
padding-right:3px;	 
padding-left:2px;	 	 	 
 
}
.bloc_calendrier{
border: 1px solid rgb(191, 190, 190);
text-align:center;
margin:5px;
height:250px;
}
.mois_annee{
border-top: 2px solid #922727;
border-right: 2px solid #922727;
border-left: 2px solid #922727;
color:#922727;
font-size: 15px;
font-weight:bold;
background-color:#FFFFFF;
width:250px;
}
.nom_jour{
border: 2px solid #922727;
color:#922727;
font-size: 14px;
font-weight:bold;
background-color:#FFFFFF;
}

.GLV_planning_date_dispo {
	color:#922727;
	text-align: center;
	background-image: url(../../images/planning/dispo_calendar.png);
	background-repeat : no-repeat;
}

.GLV_planning_date_dispo_avant_12h {
	text-align: center;
	background-image: url(../../images/planning/dispo_avant_12_calendar.png);
	background-repeat : no-repeat;
}
.GLV_planning_date_dispo_apres_12h {
	text-align: center;
	background-image: url(../../images/planning/dispo_apres_12_calendar.png);
	background-repeat : no-repeat;
}

.GLV_planning_date_occupee {
	text-align: center;
	background-image: url(../../images/planning/non_dispo_calendar.png);
	background-repeat : no-repeat;
}
.GLV_planning_date_non_dispo_avant_12h {
	text-align: center;
	background-image: url(../../images/planning/non_dispo_avant_12_calendar.png);
	background-repeat : no-repeat;
}
.GLV_planning_date_non_dispo_apres_12h {

	text-align: center;
	background-image: url(../../images/planning/non_dispo_apres_12_calendar.png);
	background-repeat : no-repeat;
}
.GLV_planning_date_non_dispo_apres_12h_admin {

	text-align: center;
	background-image: url(../../images/planning/non_dispo_apres_12_calendar_admin.png);
	background-repeat : no-repeat;
}

.GLV_planning_date_dispo_vide{
color:#E4E4E4;
text-align: center;
background-image: url(../../images/planning/dispo_calendar.png);
background-repeat : no-repeat;
}
.titre_legende{
font-size: 10px;
color: #383838;
font-family: Arial;
font-weight: bold;
text-align:left;
height:20px;
padding-left:2px;
}
.info_legende{
font-size: 8px;
color: #383838;
font-family: Arial;
font-weight: none;
text-align:center;
height:20px;
}

  /*------------FIN CSS Planning-----------*/

