/* ####################################################################################
            <!-- -------------------------------------- -->
            <!--          PAGE AUTHENTIFICATION         -->
            <!-- -------------------------------------- -->
 #################################################################################### */
  
.authentification p {	
	text-align:center;
	float:left;
	position:relative;
	width:50%;
}   

.titre_page_centre{
	color:#ff9900;	
	font-size:18px;	
	font-weight: bold;
}

.rubrique_page_centre{
	color:#ff9900;	
	font-size:14px;	
	font-weight: bold;
}

/* ####################################################################################
            <!-- -------------------------------------- -->
            <!--          PAGE CALENDAR         -->
            <!-- -------------------------------------- -->
 #################################################################################### */
 
#rdv_calendar .fc-highlight { /* when user is selecting cells */
	background: #5e84ea;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

#calendar_form label { display:block; }
#calendar_form fieldset { padding:0; border:0; margin-top:25px; }
#calendar_form textarea { display:block; margin-bottom:12px; width:95%; padding: .4em; }
#calendar_form .validateTips { border: 1px solid transparent; padding: 0.3em; }
