body {
	background-color: #FFF;
	font-family:"Verdana",sans-serif;
	overflow:hidden;
	width:1024px;
	margin: 0 auto;
	color: #000;
}

a img {
	border:none;
	text-decoration:none;
}

.bg {
	z-index:-2;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

.bg-bl {
	position:absolute;
	left:0;
	bottom:0;
}

div.is-dialog {
background: rgb(255,255,255) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,184,127,1) 75%, rgba(255,116,0,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,184,127,1)), color-stop(100%,rgba(255,116,0,1))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,184,127,1) 75%,rgba(255,116,0,1) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,184,127,1) 75%,rgba(255,116,0,1) 100%) !important; /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,184,127,1) 75%,rgba(255,116,0,1) 100%) !important; /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff7400',GradientType=0 ) !important; /* IE6-9 */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,184,127,1) 75%,rgba(255,116,0,1) 100%) !important; /* W3C */
}

.is-dialog center {
	background-color: #000;
	color: orange;
	font-size:x-large;
}

.footer {
	background-color: none;
	clear: both;
	position: absolute;
	bottom: 0px;
	font-size: 10px;
	color: #CCC;
	text-align:center;
	width: 1024px;
}

input {
	font-family: "Courier", serif;
}



.li-assistance {
	float:left;
	padding:30px;
	margin-left: 200px;
}

.li-webdev {
	float: left;
	margin-left: 50px;
}

.li-system {
	float:left;
	margin-left: 50px;
}

.li-networking {
	padding:30px;
	width: 1024px;
	text-align: center;
}

.rel {
	z-index:500;
}

.rel span {
	color: red;
	font-size:xx-large;
}

.rel:hover {
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.signature {
	font-size:12px;
	color: #777;
}

.tooltip span {
	background-color: #000;
	border:2px solid #CCC;
	display: none;
	font-size: medium;
	position: absolute;
	padding: 5px;
	z-index:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tooltip:hover span {
	display: inline;
	z-index:999;
}

