.abs {
	position: absolute
}


.rel {
	position: relative
}


body {
	background-color: #FFFFFF;
	margin: 10px 10px 10px 10px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
}


table, td, tr, th, p, div {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
}


textarea, input {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
}


a {
	text-decoration: underline;
	color: #354A55;
}


a:hover {
	text-decoration: underline;
	color: #17425F;
}


hr {
	margin-top: -5px;
	height: 1px;
	background-color: #999999;
	color: #999999;
	visibility : visible;
}


#header {
	background-color: #FFFFFF;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 40px;
}


#footer {
	background-color: #FFFFFF;
	margin-top: 30px;
	font-size: 10px;
	color: gray;
	padding-left: 4px;
	padding-bottom: 0px;
}


#account {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	text-align: right;
	font-size: 10px;
}


.breadcrumbs {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 2px;	
	width:100%;
	/*text-align:right;*/
}


.note {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 2px;
}


.heading {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom: 1px solid #999999;
	/*font-family: Georgia;*/
	font-size: 14px;
	font-weight: bold;
	color: #808080;
}


.headingError {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom: 1px solid #999;
	/*font-family: Georgia;*/
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}


.icons {
	margin-left: 10px;
	padding: 0px;
}

.listing {
	padding: 0px;
	width: 100%;
}


.listing td {
	padding-left: 2px;
}


.listing th {
	padding-left: 2px;
	background-color: #B5D900;
	/*border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;*/
	color: #FFF;
	text-align: left;
}

.listing th a {
	color: #FFFFFF;
	text-decoration: none;
}


.listing th a:hover {
	text-decoration: none;
}


.listing .active {
	background-color: #808080;
	color: #FFFFFF;
}


.listing .active a {
	color: #FFFFFF;
	text-decoration: none;
}


.listing .active a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.deleted {
	 text-decoration:line-through;
}


.odd {
	background-color: #EFEFEF;
}


.even {
	background-color: #D9D9D9;
}


.old {
	background-color: #DDDEDF;
}


.new {
	background-color: #F6F5F5;
}


.content {
	padding: 0px;
	width:100%;
}


.content .leftvalue {
	width:15%;
	text-align: right;
}


.content td {
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}


.content th {
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #B5D900;
	/*border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;*/
	color: #FFF;
	text-align: left;
}


.error {
	padding-top: -10px;
	width:100%;
}


.error td {
	color: #FF0000;
	text-align: left;
	padding-left: 2px;
	padding-bottom: 20px;
}


.message {
	padding-top: -10px;
	padding-bottom: 20px;
	width:100%;
}


.message td {
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #B5D900;
	color: #FFF;
	text-align: left;
}

.tableRevision {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}


.revisionTr {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


@media print {
	.icons {display:none;}
}


form {
	border-bottom: 1px solid #999999;
	position:relative
}


hr {
	display: none;
}


/* calendar css themes */


.calendar-regular-todo-event, a.calendar-regular-todo-event, a.calendar-regular-todo-event:hover, a.calendar-regular-todo-event:visited, a.calendar-regular-todo-event:active {
	color: #000099;
}


.calendar-broadcast-todo-event, a.calendar-broadcast-todo-event, a.calendar-broadcast-todo-event:hover, a.calendar-broadcast-todo-event:visited, a.calendar-broadcast-todo-event:active {
	color: #663399;
}


.calendar-results-startdate, a.calendar-results-startdate, a.calendar-results-startdate:hover, a.calendar-results-startdate:visited, a.calendar-results-startdate:active {
	color: #006600;
}


.calendar-results-duedate, a.calendar-results-duedate, a.calendar-results-duedate:hover, a.calendar-results-duedate:visited, a.calendar-results-duedate:active {
	color: #990000;
}	


.calendar-blockout-line{
	background-color: #999999;
}


.calendar-regular-event{
	border-top: 1px solid #0033CC;
	border-bottom: 1px solid #0033CC;
	border-left: 1px solid #0033CC;
	border-right: 1px solid #0033CC;
	margin-bottom: 3px;
}

.calendar-broadcast-event{
	border-top: 1px solid #663399;
	border-bottom: 1px solid #663399;
	border-left: 1px solid #663399;
	border-right: 1px solid #663399;
	margin-bottom: 3px;
}


/* MENU 	*/


dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#menu {
	background:#B5D900;
	padding: 2px 0px 5px 0px;
	margin-top: 4px;
	margin-bottom: 15px;	
	color: #FFFFFF;
	font-weight: bold;
	height:15px;
	width:100%;
	z-index:100;
}


#menu dl {
	float: left;
	/*margin: 0 3px;*/
	margin-left:20px;
	margin-right:20px;	
}


#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	padding-bottom:5px;
	display:inline
}


#menu dd {
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	display:inline
}


#menu li {
	text-align: center;
	background: #fff;
}


#menu dt a {
	color: #808080;
	text-decoration: none;
	display:inline;
	height: 100%;
	border: 0 none;
}


#menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}


#menu li a:hover, #menu dt a:hover {
	color: #FFF;
}


/* Tableau des produits des devis / factures */


#produits {
	width:95%;
	/*border:1px solid #000;*/
	/*border-collapse:collapse;*/
}


#produits th,#produits td {
	text-align:center;
	vertical-align: top;
}


#produits textarea {
	width:90%;
}


#produits img {
	border:0;
}


/* Tableau des totaux des devis / factures */
#totaux {
	width:20%;
	margin-right:5%;
	border:1px solid #000;
}


.img_gauche {
	vertical-align:middle;
	float:left;
	padding:5px 5px 5px 5px;
}


.actions {
	padding: 10px 10px 20px 10px;
}


.goSearch {
	margin:10px 0;
}


acronym {
	border:none;
	cursor:help;
}

.visuel {height:100px}
.vignette {height:100px}

table.plan {border-collapse:collapse; border:1px solid #B5D900}
table.plan th {text-align:center; width:12.5%}
table.plan th, table.plan th * {color:#fff; text-decoration:none}
table.plan .seuil td, table.plan .totaux td {text-align:center}
table.plan  td {border:1px solid #B5D900; vertical-align:top}
table.plan img {border:0}
table.plan tr.dl td {text-align:center}


/* Les visites en général : */
.visite {border:1px solid; width:80%; padding:0 0 0px 0; background:#fff; margin:0 auto 10px auto}
.visite h2 {margin:0; font-size:12px}
.visite h3 {margin:0 0 5px 0; font-size:10px; padding-bottom:3px}
.visite p {margin:0}
.visite .description {padding:0 5px}
.visite .rapport {margin:5px 0}
.visite .heures {margin:5px 0}
.visite .date {font-style:italic; font-size:10px}

/* Les visites 0 : */
.visite.visite_0 {border-color:orange}
.visite.visite_0 h2 {background:orange; color:#fff}

/* Les visites 1 : */
.visite.visite_1 {border-color:#84ddfd}
.visite.visite_1 h2 {background:#84ddfd; color:#fff}

/* Les visites 2 : */
.visite.visite_2 {border-color:#B5D900}
.visite.visite_2 h2, .visite.visite_2 h3 {background:#B5D900; color:#fff}

/* Les visites 3 : */
.visite.visite_3 {border-color:#003dcc}
.visite.visite_3 h2, .visite.visite_3 h3 {background:#003dcc; color:#fff}

a.details {text-decoration:none; float:right}
.visite h2 a {color:#fff}

td.alert {font-weight:bold; text-decoration: blink; color:red}

#rapport .commandBtn {display:none}

.fond_gris {background:#EFEFEF; padding:20px 0}

#calendrier {border:1px solid #B5D900; width:100%; border-collapse:collapse}
#calendrier td, #calendrier th {border:1px solid #B5D900; padding:5px; width:12.5%; vertical-align:top}
#calendrier th {background:#B5D900; color:#fff}
#calendrier th a {color:#fff; text-decoration:none}
#calendrier h2 {margin:0; font-size:12px; padding:2px 2%}
#calendrier h2 a {text-decoration:none}
#calendrier h3 {margin:0; font-size:10px; margin:0 0 5px 0}
#calendrier td.editable:hover {background:#dde8a5!important}
#calendrier h3 .client {text-decoration:none}
#calendrier p {margin:0}

#calendrier .description {display:none; padding:5px}

.intervention {border:1px solid #000; width:95%; margin:0 auto 10px auto; background:#fff; padding:0; position:relative}
.intervention a.details {position:absolute; right:3px; top:3px; color:#fff}

/* Les interventions en cours : */
.intervention.en.cours {border-color:orange}
.intervention.en.cours h2, .intervention.en.cours h2 a {background:orange; color:#fff}


/* Les interventions à facturer : */
.intervention.à.facturer {border-color:#84ddfd}
.intervention.à.facturer h2, .intervention.à.facturer h2 a {background:#84ddfd; color:#fff}


/* Les interventions facturées : */
.intervention.facture {border-color:#004a99!important}
.intervention.facture h2, .intervention.facture h2 a {background:#004a99!important; color:#fff}

/* Les interventions cloturées : */
.intervention.cloture {border-color:#B5D900!important}
.intervention.cloture h2, .intervention.cloture h2 a {background:#B5D900!important; color:#fff!important}


#toto {position:absolute; top:140px; right:20px; width:200px; border:1px solid #B5D900; text-align:center; padding:0 0 5px 0}
#toto b {color:#000; background:#B5D900; display:block; padding:3px; margin-bottom:5px; font-weight:normal}
#toto span {display:block; font-weight:bold}









