/*--- Page Traking ---*/
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #3bd3af;
	
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#e8e8e8; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #3bd3af;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:3px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #3bd3af 5%, #16b78f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3bd3af), color-stop(1, #16b78f) );
	background:-moz-linear-gradient( center top, #3bd3af 5%, #16b78f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bd3af", endColorstr="#16b78f");	background: -o-linear-gradient(top,#3bd3af,16b78f);

	background-color:#3bd3af;
	border:0px solid #3bd3af;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #3bd3af 5%, #16b78f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3bd3af), color-stop(1, #16b78f) );
	background:-moz-linear-gradient( center top, #3bd3af 5%, #16b78f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bd3af", endColorstr="#16b78f");	background: -o-linear-gradient(top,#3bd3af,16b78f);

	background-color:#3bd3af;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.informationbulle{
	color:#272727;
}
.InfoBulleHeader{
	background-color:#f4f4f4;
	border:1px solid #e4e4e4;
	margin:0 0 2px;
	position:relative;
	width:400px;
	height:66px;
}
.infodetails{
	background-color:#f4f4f4;
	border:1px solid #e4e4e4;
	margin:0 0 2px;
	position:relative;
	width:400px;
}
.ImgIB{
	width:55px;
	margin:3px;
	position:absolute;
}
.ImgIB img{
 width: 30px; 
 padding: 6px; 
}
.NomIB{
	padding:8px 0 0;
	font-size:18px;
	font-weight:bold;
	margin-left:50px;
	float: left;
    width: 284px;
}
.syntheseIB{
	width:300px;
	font-size:12px;
	font-weight:bold;
	padding:1px 0px 2px;
}
.libstatut{
	width:300px;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 2px;
}
.titre{
	width:150px;
	position:absolute;
	margin:2px 0 0px 5px;
	font-size:11px;
	font-weight:bold;
}
.valeur{
	margin-left:120px;
	width:270px;
	margin-top:1px;
	margin-bottom:1px;
}
.ImgIBCam{
	width:55px;
	margin:3px;
	position:absolute;
}
.ImgIBCam img{
 width: 40px; 
 padding: 5px; 
}

/* Style Combo*/
select {
    padding:2px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
   /* -webkit-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;*/
    background: #f8f8f8;
    color:#888;
    border:1px solid #ccc;
    outline:none;
    display: inline-block;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}