@charset "UTF-8";
/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#mois{
	width: 100%;
	/*float: left;*/
}
.calendar{
	/*border: thin solid rgba(204,204,204,1);*/
	position: relative;
	width: 280px;
}
.calendar_responsive{
	/*border: thin solid rgba(204,204,204,1);*/
	position: relative;
	width: 100%;
}
.outils{
	/*background-color: rgba(183,217,210,1);*/
	position: relative;
	width: 100%;
}
.ligne_annee{
	position: relative;
	width: 100%;
}
.ligne_bt{
	position: relative;
	width: 100%;
	height: 32px;
}
.colonne{
	float: left;
	width: 14.28571428571429%;
}
.case_on{
	/*background-color: rgba(238,254,246,1);*/
	/*border: thin solid rgba(204,204,204,1);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
	color: rgba(51,51,51,1);
	text-align: center;
	text-decoration: none;
	height: 32px;
	background-image: url(../navig/rond32_off.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.case_vert{
	background-color: rgba(0,255,0,0.6);
	/*border: thin solid rgba(204,204,204,1);*/
	/*font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	/*line-height: 32px;*/
	/*font-weight: bold;*/
	/*color: rgba(51,51,51,1);*/
	/*text-align: center;*/
	/*text-decoration: none;*/
	/*height: 32px;*/
	/*background-image: url(../navig/rond32_off.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
}
.case_on:hover{
	/*background-color: rgba(92,101,97,1);*/
	/*border: thin solid rgba(204,204,204,1);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-align: center;
	text-decoration: none;
	height: 32px;
	background-image: url(../navig/rond32_on.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.case_off{
	/*background-color: rgba(174,190,183,1);*/
	/*border: thin solid rgba(204,204,204,1);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
	color: rgba(102,102,102,0.4);
	text-align: center;
	height: 32px;
}
.case_yet{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
	color: rgba(51,51,51,1);
	text-align: center;
	text-decoration: none;
	height: 32px;
	background-image: url(../navig/rond32_yet.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.case_yet:hover{
	/*background-color: rgba(92,101,97,1);*/
	/*border: thin solid rgba(204,204,204,1);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-align: center;
	text-decoration: none;
	height: 32px;
	background-image: url(../navig/rond32_on.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.ligne_jours{
	position: relative;
	height: 28px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
	margin-bottom: 12px;
}
.case_jour{
	float: left;
	width: 14.28571428571429%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgba(153,153,153,1);
	text-align: center;
}
.ligne_mois{
	position: relative;
	height: 40px;
	width: 100%;
}
.fleche_gauche{
	position: absolute;
	height: 40px;
	width: 40px;
	left: 0px;
	top: 0px;
	text-align: center;
}
.fleche_droite{
	position: absolute;
	height: 40px;
	width: 40px;
	right: 0px;
	top: 0px;
	text-align: center;
}
.center_mois{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: rgba(102,102,102,1);
	position: relative;
	height: 40px;
	text-align: center;
	width: auto;
	line-height: 20px;
}
.cadre_calendar{
	width: 300px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 30px;
	position: relative;
	border: thin solid rgba(204,204,204,1);
	height: 260px;
	margin: auto;
	background-color: rgba(255,255,255,1);
}
.cadre_calendar_responsive{
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: relative;
	border: thin solid rgba(204,204,204,1);
	height: 260px;
	margin: auto;
	background-color: rgba(255,255,255,1);
}
.engaged{
	background-color: rgba(153,153,153,1);
}
.disponible{
	background-color: rgba(51,255,0,1);
}
.provisoire{
	background-color: rgba(153,153,153,0.4);
}
.vacances{
	background-color: rgba(0,102,255,0.4);
}
.maladie{
	background-color: rgba(204,0,0,0.4);
}
.accident{
	background-color: rgba(255,102,0,0.4);
}
.militaire{
	background-color: rgba(153,102,51,0.4);
}
.grossesse{
	background-color: rgba(255,51,153,0.4);
}
.autre{
	background-color: rgba(51,51,51,0.4);
}
.reserve{
	background-color: rgba(0,0,0,0.8);
    color: rgba(255,255,255,0.5);
}
.statutselected{
	background-color: rgba(204,153,255,1);
	display: block;
	padding: 4px;
	border: thin solid rgba(204,204,204,1);
	width:120px;
	margin:4px;
}
.statutnonselected{
	background-color: rgba(252,252,252,1);
	display: block;
	padding: 4px;
	border: thin solid rgba(204,204,204,1);
	width:120px;
	margin:4px;
}
.titre_planning{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: rgba(102,102,102,1);
    color: rgba(255,255,255,1.00);
}

.titre_planning_quick{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: rgba(255,255,255,1.00);
    line-height: 16px;
}

.box_quick{
    display: block;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}
