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

body{
	background-color:#000000;
/*	background-image:url(../images/home-bg.png);*/
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font:Arial, Helvetica, sans-serif;
	}

#body {
	background-image:url(../images/home-bg.png);
	background-repeat:repeat-x;
}
#home-main{
	width:850px;
	height:405px;
	background-image:url(../images/home-main.jpg);
	background-repeat:no-repeat;
	float:left; 
	}
#home-space{
width:440px;
height:325px;
margin: 0px 0px 0px 19px;
display:block;
	position:absolute;
float:left;
}
a.home-btn{
	width:450px;
	height:75px;
	margin: 325px 0px 0px 19px;
	background-image:url(../images/home-btn.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	position:absolute;
	cursor:pointer;
	float:left; 
}
a:hover.home-btn{
background-position:bottom;
}

#img-txt{
	width:245px;
	height:100px;
	margin:234px 0px 0px 570px;
	float:left; 
	display:block;
	position:absolute;
	}
		
.colonne-txt{
	width:160px;
	height: auto;
	float:left; 
	margin:0px 10px;
}

.colonne-txt a{
	text-decoration:none;
}

.colonne-txt-technical{
	width:222px;
	height: auto;
	float:left; 
	margin:0px 10px;
}

#txt-technical{
	width:730px;
	float:left; 
}

.vertical-separ{
	width:1px;
	background-color:#666;
	height:200px;
	margin-top:10px;
	float:left; 
}
