a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
.separe {
	visibility:hidden;
	clear:both;
}
.h_5 {
	height:5px;
	line-height:5px;
}
.h_10 {
	height:10px;
	line-height:10px;

}
.h_15 {
	height:15px;
	line-height:15px;
}
.h_20 {
	height:20px;
	line-height:20px;
}
.h_30 {
	height:30px;
	line-height:30px;
}
.h_40 {
	height:40px;
	line-height:40px;
}

.dotted {
	height:5px;
	border-bottom:1px dotted #000000;
}

.left {
	float:left;
}
.right {
	float:right;
}
.underline{
	text-decoration:underline	
}

.pointer {
	cursor:pointer;
}

.cursor_default {
	cursor:default !important;
}

.cache {
	display:none;
	font-size: 12px;
	font-family:Arial;
}
.p_5 {
	padding:5px;
}
.p_10 {
	padding:10px;
}
.p_15 {
	padding:15px;
}
.p_20 {
	padding:20px;
}
.p_30 {
	padding:30px;
}

h1, h2, h3 {
	margin:0;	
}

.col-xs-12 img{
	max-width:100%
}

/* TABLE FULLCALENDAR */

#calendrier table{
	border-radius:5px;	
}

#calendrier table th.fc-widget-header{
	background-color:#343637!important;	
	padding: 10px 0;
	text-transform:capitalize;
	color:white;
	font-family: "Telex",sans-serif;
}


#calendrier .fc-button{
	background-color:#3C3C3C;
	background-image: linear-gradient(#363839, #3C3C3C);
	color:white;
	text-shadow:none !important;
}

#calendrier .fc-toolbar{
	text-transform:capitalize;
	font-size:12px;
}

#calendrier .fc-toolbar h2{
	font-size:18px;
	margin:0;
	padding:0;
	font-weight:bold;
}

#calendrier .fc-event-container .fc-content{
	padding:5px 2px;
}

.fc-body{
	background:white;	
}

.fc-body div.fc-row.fc-week:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.fc-day-number{
    color: #DA0237 !important;
    font-family: "Telex",sans-serif;
    font-weight: bold;
}

.fc-basic-view .fc-body .fc-row{
	min-height: auto !important;	
}


.text-center img{
	display:inline-block;	
}



/**** PAGINATION ****/

#pagination{
	float:right;
	margin-left:20px;	
}

.pagination,.pagination_actif,.pagination_neutre,.pagination_neutre:hover{
	height:20px;
	min-width:20px;
	padding:2px;
	float:left;
	text-align:center;
	display:block;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: -1px 1px rgba(0,0,0,0.7);
	font-size: 11px;
	text-decoration:none;
	margin:0px 5px 5px 0px;
	border-radius: 2px;
}

.pagination_neutre,.pagination_neutre:hover {
	background-color:#B8B0AA;
}
	
.pagination {
	cursor:pointer;
	background: #5CB85C; /* Old browsers */
	background: -moz-linear-gradient(top,  #5CB85C 0%, #C99D66 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5CB85C), color-stop(100%,#C99D66)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5CB85C 0%,#C99D66 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5CB85C 0%,#C99D66 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5CB85C 0%,#C99D66 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5CB85C 0%,#C99D66 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5CB85C', endColorstr='#C99D66',GradientType=0 ); /* IE6-9 */
}

.pagination:hover,
.pagination_actif {
	cursor:pointer;
	background:none;
	background-color:#597947;
}
