/* ======================================================== */
/*	Created by Devit Schizoper 								*/
/*	Created HomePages http://LoadFoo.starzonewebhost.com	*/
/*	Created Day 01.12.2006 									*/
/* ======================================================== */


body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
    font-size: .6em;

	}
	

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #9f9f9f;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(../img/bullet.gif);
}

a {
	color: #008600;
	/*color: #93B300;*/
}

a:hover {
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}

img {
	border:none;
}


/**** Main Container ***/
#div_connexion
{
	position:relative;
	margin:0 auto;
	background:#f5f5f5;
	border-right:3px solid #c0c0c0;
	border-bottom:3px solid #c0c0c0;
	border-left:2px solid #ff7f50;
	border-top:2px solid #ff7f50;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;	
	padding: 20px;
}

#imgsite{
	background: url(../img/logo.gif) no-repeat left;
	display: block;
	height: 90px;
	width: 207px;
}

#retour{
position: absolute;
left: 80%;
top: 115px;
}

#wrap {
       margin-left: 0px;
       margin-right: auto;
   /*    width: 730px;	*/
   		width: 100%;
}


/**** Top ***/


#top {
	margin: 0px;
	width: 100%;
	height: 70px;
	color: #f5f5f5;
	background: #f5f5f5;
	
}

#test {
	background: url(../img/header.jpg) no-repeat left;
	position: absolute;
	left:240px;
	top: 5px;
	height: 90px;
	width: 100%;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #93B300;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(../img/bg_menu.gif);
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(../img/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	width: 100%;
	margin-top:5px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 76%;
	float:left;
	display: block;
       margin-left: 20px;
	display: inline;
}


/**** Sidebar ***/


#right {
	width: 15%; 
	float: right;
	display:block;
	margin-top: 10px;
}

#right .box {
	width: 24em;/*280px*/
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	padding:10px 10px 15px 10px;
	float: right;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #93B300;
	font-size: 10px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}

#nav{ list-style: none; margin: 2.0em 0; width: 25em; float: right;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.3em 0.3em 0.8em;
	border-bottom: 2px; /*solid #1a1a1a*/
	border-top: 2px; /*solid #1a1a1a*/
	color: #93B300;
	background-color: #F7F9FB;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover{
	color: #1a1a1a;
	background: url(../img/bg_t.gif) no-repeat;
	background-color: #fff;
	font-weight: bold;
	}	

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


table {
	border-spacing:10px;
}

/*** Autocomplete ***/
	
.ac_results {
	padding: 0px;
	border: 1px solid #93B300;
	background-color: #F6F9FB;
	overflow: hidden;
	z-index: 99999;
	color: #93B300;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #FFF;
}

.ac_over {
	background-color: #F6F9FB;
	color: #000;
}

/*** Affichage/masquage de div ***/
.cachediv {
		visibility: hidden;
		overflow: hidden;
		height: 1px;
		margin-top: -1px;
		position: absolute;
	}

/*** Détail d'un oeuf ***/
.evidence_rouge {
	background-color: #CC3300;
	font-weight:bold;
}
.evidence_jaune {
	background-color:#FFCC66;
	font-weight:bold;
}
#tab_commercant{
		font-size:6pt;
		border-collapse:collapse;
		border:1px solid #000;
		background-color: #f0f8ff;
	}
	#tab_inter{
		font-size:6pt;
		border-collapse:collapse;
		border:1px solid #000;
		background-color: #f0f8ff;
	}
	#tab_mission{
		border-collapse:collapse;
		border:1px solid #000;
		width:98%;
		background-color: #f0f8ff;
	}
	#tab_intervention{
		position:relative;
		border-collapse:collapse;
		border:1px solid #000;
		width:98%;
		color:#099bdb;
		background-color: #f0f8ff;
	}
	#Tab_intervention{
		border-collapse:collapse;
		border:1px solid #000;
		width:98%;
		color:#099bdb;
		background-color: #f0f8ff;
	}
	#tab_tech{
		border-collapse:collapse;
		border:1px solid #000;
		width:45%;
		color:#099bdb;
		background-color: #f0f8ff;
		float:left;
	}
	#tab_client{
		border-collapse:collapse;
		border:1px solid #000;
		width:45%;
		color:#099bdb;
		background-color: #f0f8ff;
		float:right;
		
	}
	#validation{
		position:relative;
		width:100%;
		float:left;
	}
	.bouton {
		text-indent:-5000px;
		width:16px;
		height:16px;
		border:none;
		background: transparent url(../img/dupliquer.png) no-repeat center center;
		background-size: cover;
		cursor: pointer;
	}
	.bouton_eff {
		text-indent:-5000px;
		width:17px;
		height:17px;
		border:none;
		background: transparent url(../img/non_valide.png) no-repeat center center;
		background-size: cover;
		cursor: pointer;
	}
	.bouton_det {
		text-indent:-5000px;
		width:32px;
		height:32px;
		border:none;
		background: transparent url(../img/detail.png) no-repeat center center;
		cursor: pointer;
	}

	.cls_canvas:hover {
		cursor: pointer;
		overflow-x:hidden 
	}
	
	
.canvasNormal{
    position: relative;
	width: 300px;
	height:150px;
}
.wrapperNormal{
    width: 300px;


}
.canvasFullWindow{
    position: absolute;
    top: 0px;
    left: 0px;
}
 
.wrapperFullWindow{
}

.btn_pdf {
		text-indent:-5000px;
		width:48px;
		height:48px;
		border:none;
		background: transparent url(../img/PDF.png) no-repeat center center;
		cursor: pointer;
}
.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}