* {
	margin:0;
	padding:0;
	font-family: Arial;
	color:#005C63;
}	

b, i, u, strong {
	color:inherit;
}

.ajusteur {
	clear:both;
	display:block;
}

.alert {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:1060;
	display:none;
}

.modal-body .alert {
	position:relative;
}

select.error,
input.error,
ul.error,
.select2-container.error .select2-choice,
textarea.error,
.mce-tinymce.error {
	border:1px solid #f93a3a!important;
}

.span-obligatoire {
	color:red;	
}

body {
	font-size: 13px;
	background-image:url(../images/styles/fond2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
		
table {
	width:100%;
	margin-bottom:20px;
}

table th,
table td {
	padding:0 15px;
	line-height:20px;
	padding:10px 0;
} 

table th.vide,
table td.vide {
	width:2%;
	padding:0;
	border:none;
}

table th.action {
	background-color:#E6DC1B;
	padding-left:5px;
	color:#ffffff;
}

table th.fond {
	background:#dededf;
}

table th.last-fond {
	background: url(../images/styles/angle-table.png) right center no-repeat #dededf;
}

table thead tr  {
	border-top:#dededf 1px solid;
	border-bottom:#dededf 1px solid;
	font-size:13px;
}

table tbody tr {
	border-bottom:#dededf 1px solid;	
	font-size:12px;		
}

select {
}

#section #main-content .categorie {
	width:100%;
	height:39px;
	margin:0 0 10px 0;
}

#section #main-content .categorie {
	background:url(../images/styles/trait-orange.jpg) center 18.5px repeat-x;
}

#section #main-content .categorie-boutons {
	padding-right:5%;
}

#section #main-content .categorie .debut {
	width:20%;
}

#section #main-content .categorie .debut,
#section #main-content .categorie .bord-gauche,
#section #main-content .categorie .nom,
#section #main-content .categorie .bord-droit,
#section #main-content .categorie .fin {
	float:left;
	height: 39px;
}

#section #main-content .categorie .bouton {
	color: #fff;
	float: left;
	margin: -1px 0 0 20px;
	padding: 0 10px 0 25px;
	background-color:#f68c02;
	background-position:5px center;
	background-repeat:no-repeat;
}
#section #main-content .categorie .bouton a { color: #fff; }	
#section #main-content .categorie .btn-ajout {
	background-image:url(../images/styles/plus-blanc.png);
	background-color:#f68c02;
}
#section #main-content .categorie .btn-email {
	background-image:url(../images/styles/icon-send-hover.png);
	background-color:#006b97;
	background-size: 12px 12px;
}
		
#section #main-content .categorie .bord-gauche {
	background:url(../images/styles/angle-gauche-categorie.png) no-repeat right center;
	width:41px;
	float:right;
}

#section #main-content .categorie .nom {
	line-height:39px;
	background:#005C63;
	padding:0 40px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}

#section #main-content .categorie .bord-droit {
	background: url(../images/styles/angle-droit-categorie.png) left center no-repeat;
	width:41px;
}

#section #main-content .action-vue {
	border: 1px solid #005C63;
	float: right;
	height: 39px;
	margin: 0 5px;
	width: 39px;
}

#section #main-content .action-listing {
	width:32px;
	height:32px;
	border:1px solid #005C63;
	float:left;
	margin:5px;
	display:block;
}

#section #main-content .action-vue:hover,
#section #main-content .action-listing:hover {
	cursor:pointer;
}

#section #main-content .action-listing.user {
	background: url(../images/styles/icon-user.png) center center no-repeat #fff;
}
#section #main-content .action-listing.user:hover {
	background: url(../images/styles/icon-user-hover.png) center center no-repeat #f18e00;
}

#section #main-content .action-listing.calendar {
	background: url(../images/styles/icon-calendar-petit.png) center center no-repeat #fff;
}
#section #main-content .action-listing.calendar:hover {
	background: url(../images/styles/icon-calendar-petit-hover.png) center center no-repeat #f18e00;
}

#section #main-content .action-listing.pencil {
	background: url(../images/styles/icon-pencil.png) center center no-repeat #fff;
}
#section #main-content .action-listing.penciloff {
	background: url(../images/styles/icon-pencil-off.png) center center no-repeat #fff;
	border:1px solid #cccccc;
}
#section #main-content .action-listing.pencil:hover {
	background: url(../images/styles/icon-pencil-hover.png) center center no-repeat #f18e00;
}
#section #main-content .action-listing.copy {
	background: url(../images/styles/icon-copy.png) center center no-repeat #fff;
}
#section #main-content .action-listing.copyoff {
	background: url(../images/styles/icon-copy-off.png) center center no-repeat #fff;
	border:1px solid #cccccc;
}
#section #main-content .action-listing.copy:hover {
	background: url(../images/styles/icon-copy-hover.png) center center no-repeat #f18e00;
}
#section #main-content .action-listing.validate {
	background: url(../images/styles/icon-validate.png) center center no-repeat #fff;
}
#section #main-content .action-listing.validate:hover {
	background: url(../images/styles/icon-validate-hover.png) center center no-repeat #f18e00;
}

#section #main-content .action-listing.remove {
	background: url(../images/styles/icon-remove.png) center center no-repeat #fff;
}
#section #main-content .action-listing.remove:hover {
	background: url(../images/styles/icon-remove-hover.png) center center no-repeat #f18e00;
}
			
#section #main-content .action-listing.detail {
	background: url(../images/styles/icon-detail.png) center center no-repeat #fff;
}
#section #main-content .action-listing.detail:hover {
	background: url(../images/styles/icon-detail-hover.png) center center no-repeat #f18e00;
}
			
#section #main-content .action-listing.euro {
	background: url(../images/styles/icon-euro.png) center center no-repeat #fff;
}
#section #main-content .action-listing.euro:hover {
	background: url(../images/styles/icon-euro-hover.png) center center no-repeat #f18e00;
}

#section #main-content .action-vue.calendar {
	background: url(../images/styles/icon-calendar.png) center center no-repeat #fff;
}
#section #main-content .action-vue.calendar:hover {
	background: url(../images/styles/icon-calendar-hover.png) center center no-repeat #f18e00;
}

#section #main-content .action-vue.listing {
	background: url(../images/styles/icon-listing.png) center center no-repeat #fff;
}
#section #main-content .action-vue.listing:hover {
	background: url(../images/styles/icon-listing-hover.png) center center no-repeat #f18e00;
}

#section #main-content .action-vue.exporter {
	background: url(../images/styles/icon-exporter.png) center center no-repeat #fff;
}
#section #main-content .action-vue.exporter:hover {
	background: url(../images/styles/icon-exporter-hover.png) center center no-repeat #f18e00;
}

#section #main-content .filtres {
	padding-left:20%;
	width: 100%;
	margin: 10px 0;				
}

#section #main-content .filtres > label, 
#section #main-content .filtres > select,
#section #main-content .filtres > .select2-container,
#section #main-content .filtres .filtre {
	float:left;
}

#section #main-content .filtres select,
#section #main-content .filtres > .select2-container {
	width:10%;
	margin:0 5px;
}

#section #main-content .filtres .filtre {
	border-left:1px solid #ccc;
	padding-left:10px;
}

#section #main-content .filtres .filtre .champ-date {
	margin-right:5px;
	width:80px;
}

#section #main-content .filtres #run {
	margin-left:10px;
}
#filariane { margin-left:20%; font-size:10px; margin-bottom:10px; }
.Interventions_infos_droits {
	margin-left:20%;
	font-size:10px;
	margin-bottom:10px;
	color:#cccccc;
	font-style: italic;
}
.prevupasrealise {
	text-decoration: line-through;
}
.prevurealise {
}
.pasprevurealise {
font-weight:bold;
}

							 .bloc_formulaire {
			float:left;
			width:48%;
			margin-left:2%;
			}
			 .bloc_formulaire  .label_form, .form-group label{
	background-color: #E2DE1B;
	color:#FFFFFF;
	text-align: right;
	font-weight: bold;
	width: 20%;
	padding-right: 5px;
	padding-left: 5px;
			}
			
	.form-group label{
	background-color: #E2DE1B;
	color:#FFFFFF;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	}
	
	#FormNouveauContrat label, #FormNouveauLieuIntervention label {
		min-width:0;
	}
	
	.form-group input, .form-group select, .form-group textarea {
	background-color: #FDFDFD;
	color:#005C63;
	text-align: left;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	border-width:1px;
	} 
				 .bloc_formulaire  .value_form{
	background-color: #FDFDFD;
	color:#005C63;
	text-align: left;
	font-weight: normal;
	width: 80%;
	padding-right: 5px;
	padding-left: 5px;
			}
			
	.bloc_formulaire  .titre_form{
	background-color: #005c63;
	color:#FFFFFF;
	text-align: left;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;
			}
		
		#autresintervenants {
		}	
		#autresintervenants .intervenant {
		width:40%; float : left;}
		#autresfournitures {
	height: 150px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	padding:5px;
		}
		#autresprestations {
	height: 150px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	padding:5px;
		}
		
.ongletForm {
	border: 1px solid #E2DE1B;
	padding: 5px;		
}

input.calendar {

}

.modal-body {
background-color:#FDFDFD;
}

.btn {
	margin: 0 2px;
}