@charset "UTF-8";
/* CSS Document */


a{
	color:#015fb0;
	text-decoration:none;
	font-weight:400;
}
img{
	border:none;
	outline:none;
}
img a{
	border:none;
	outline:none;
}

/*--------------------------*/
/*----------HEADER----------*/
/*--------------------------*/
.sitemap{
	display:block;
	float:right;
	border: none;
	padding:0px 54px 0px 0px;
	margin:-97px 0px 0px 0px;
	font-size:11px;	
}
.header{
	width:inherit;
	height:230px;

}
.menu_upper{
	height:103px;
	width:200px;
	text-align:right;
	padding-right:80px;
		margin-left:auto;
	margin-right:auto;
	
}
.menu_main{
	height:137px;
	padding-top:24px;
	
	
}
.gohome{
	height:30px;
	width:100px;
}
/*--------------------------*/
/*----------CONTENT---------*/
/*--------------------------*/
.hiddendiv{
	border-left:none;
	background:url(/images/bg_expand.jpg) no-repeat;
	background-position:10px 0px;
	visibility:hidden;
	display:none;
	padding:10px 10px 10px 10px;
	margin:5px 5px 20px 0px;
}
.techheader{
	padding-bottom:5px;
}
.content{
	width:inherit;
	text-align:left;
	padding-left:70px;
	padding-right:70px;
}

.column_l, .column_r{
	width:430px;
	display:block;


}
.column_l{
	float:left;
	margin-right:20px;
	

}
.column_r{
	float:left;
	clear:right;
	margin-left:20px;
}
.seperator{
	background:url(/images/seperator.jpg) repeat-x;
	height:13px;
	width:auto;
}
p{
	margin-top:-5px;
	line-height:17px;
}
h1{
	color:#015fb0;
	font-size:24pt;
	font-weight:100;
	padding-top:5px;
	padding-bottom:2px;
	
}
h2{
	color:#015fb0;
	font-size:16pt;
	font-weight:100;
	padding-top:0px;
	padding-bottom:5px;
	
}
.clear{
	clear:both;
	padding-top:20px;
}
.listr, .listl{
	width:200px;
}
.listl{
	float:left;
}
.listr{
	float:left;
clear:right;
	
}
ul{
	margin-left:-20px;
	margin-top:5px;
	padding-left:20px;
}
li{
	line-height:17px;
	margin-bottom:10px;
	background: url(/images/blt.jpg) no-repeat;
	background-position:0px 2px;
	list-style:none;
	padding-left:20px;
	
}
/*--------------------------*/
/*-----------FORM-----------*/
/*--------------------------*/

input[type=text] {
	color:#015fb0;
	width: 210px;
	background:#94c8f4;
	margin:2px 15px 2px 2px;
	padding:2px 2px 2px 2px;
	border: 1px #62acec solid;
}
select{
	color:#015fb0;
	background:#94c8f4;
	margin:2px 15px 2px 2px;
	padding:2px;
	border: 1px #62acec solid;
}
input[type=submit] {
	width: 245px;
  	height: 52px;
  	margin: 0;
  	padding: 0px;
  	border: 0;
  	background: url(/images/btn_offerte.jpg) no-repeat center top;
	cursor:pointer;
	float:right;

}