html {
	overflow-y: scroll;
}

#beta {
	position: fixed;
	top: 0;
	left: 0;
	width: 113px;
	height: 113px;
	background-image: url(../images/beta-banner.gif);
}

/* LAYOUTS ****************************************/

body{
	margin:0;
	margin:0;
	height:100%;
	width:100%;
	background-image:url('../images/background.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal;
	color : #4D4545;
}
#container{
	width:1000px;
	margin-top:1px;
	background-image:url('../images/bg_container.gif');
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header{
	width:940px;
	height:302px;
	position:relative;
	margin-left: 30px;
	background-image: url('../images/header01.jpg');
	background-repeat: no-repeat 0 0;
}
#menu{
	position:absolute;
	margin-left:378px;
	width:671px;
	height:32px;
	background-image:url('../images/bg_menu.jpg');
	background-repeat: no-repeat;
}
#logo{
	width:383px;
	height:160px;
	background-image:url('../images/leddartech_logo.gif');
	background-repeat: no-repeat;
	margin-left: 1px;
}
#titlePage{
	position:absolute;
	margin-top:68px;
	margin-left:400px;
	width:538px;
	height:73px;
	background-repeat: no-repeat;
}
#col_left {
	float:left;
	margin-left:29px;
	width:480px;
	min-height:10px;
	margin-top:10px;
}
#col_middle {
	float:left;
	width:215px;
	margin-left:30px;
	min-height:10px;
	margin-top:10px;
}
#col_right {
	float:left;
	width:216px;
	margin-left:13px;
	margin-top:10px;
	min-height:10px;
}
#sub_col_left{
	float:left;
	margin-left:29px;
	width:218px;
	min-height:10px;
	margin-top:70px;
}
#sub_col_right{
	float:left;
	width:700px;
	margin-left:13px;
	min-height:10px;
}
#textBox {
	position: relative;
	width:374px;
	height:260px;
	margin-top: 75px;
	margin-left: 87px;
	overflow: auto;
}
#footer {
	clear:both;
	margin-left:1px;
	margin-bottom:1px;
	height:122px;
	width:999px;
	background-image:url('../images/leddartech_footer.gif');
}
#copyright {
	width:1000px;
	height:25px;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 40px;
	text-decoration: none;
}

#signature1{
	float:left;
	margin:0;
	padding:0;
}
#signature2{
	float:right;
	margin:0;
	padding:0;
	padding-right: 40px;
}

/* NAVIGATION ****************************************/

.menu{
	padding:2px 0 0 0 ;
	list-style:none;
	width:178px;
	height:218px;
	overflow:hidden;
}
.menu li{
	height:52px;
}
.menu li a{
	float:left;
	height:52px;
	text-indent:-9999px;
	overflow:hidden;
}
.menu li.active a{
	background-position:0 0px;
}
.menu li a:hover{
	background-position:0 -52px;
}

/* ELEMENTS ****************************************/

.puce{
	margin:0;
	margin-left:14px;
	list-style-type: disc;
}
ul {
	margin:0;
	padding:0;
	list-style: none;
}
ul.arrow{
	list-style-image:url('../images/li_arrow.gif');
	padding-left:0px;
	margin-left:30px;
}
#menu ul {
  padding: 0;
  margin: 6px;
  margin-left:68px;
  list-style: none;
  color:red;
}
#menu li {
	float: left;
	position: relative;
	padding-left:2em;
	color:#FFF;
  }
#menu a{
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}
#menu a:hover{
	text-decoration:underline;
}

.sup{
margin:0;
padding:0;
font-size:8px;
}

/* TYPOGRAPHIE ****************************************/

h1 {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight : normal;
	color : #00AEEF;
	margin-bottom: 0;
}
h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : normal;
	color : #595151;
}
#col_left h1 {
	font-size: 32px;
	letter-spacing: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#col_left h2 {
	font-size: 18px;
	line-height: 150%;
	margin-top: 0;
}
#col_middle h2 {
	line-height: 130%;
	margin-top: 0;
	margin-left:30px;
}
#col_right h2 {
	line-height: 130%;
	margin-top: 0;
	margin-left:30px;
}
#sub_col_left h1 {
	letter-spacing: 1px;
}
#sub_col_left h2 {
	line-height: 130%;
	margin-top: 0;
	margin-left:30px;
}
#sub_col_right h1 {
	font-size: 34px;
	letter-spacing: 1px;
	margin-left:30px;
}
#sub_col_right ul h1 {
	margin-left:0px;
}
#sub_col_right h2 {
	font-size: 16px;
	line-height: 130%;
	margin-top: 0;
	margin-bottom:20px;
	margin-left:30px;
}
strong {
	font-weight : bold;
}

#main a{
	text-decoration:none;
	color:#00AEEF;
}

#copyright a{
	text-decoration:none;
	color : #4D4545;
}

#copyright a:hover{
	text-decoration:underline;
	color : #4D4545;
}