/* CSS Document */
    /* =Nav
    ----------------------------------------------- */
    
#topnav 
{
	height: 30px;
	width: 980px;
	background-color: #F8F8F7; /* #EEEEED */
	clear: both;
}

#topnav ul {
	margin:0px;
	padding:10px 10px 0px 0px;
	list-style:none;
	text-transform:lowercase;
	display: inline;
	float: right;
}
      
#topnav li {
	float:left;
	margin:0;
	padding:0;
	background-image:none;
	line-height:normal;
	list-style-image: none;
	list-style-type: none;
      }
      
#topnav a {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#topnav a.first {
	padding-left: 10px;
	border-left-width: 0px;
	padding-right: 10px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#topnav a:hover {
	color: #FF6600;
	text-decoration: none;
}
#topnav a:active {
	color: #FF6600;
	text-decoration: none;
}

#nav {
	background:url(images/bg_nav.gif) repeat-x left top;
	float:left;
	width:980px;
	text-align: left;
  }

#nav ul {
	height:30px;
	margin:0;
	padding:0;
	list-style:none;
  }
#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  }
#nav li a, #nav li strong {
  background-repeat:no-repeat;
  background-position:0 0;
  display:block;
  float:left;
  height:30px;
  border-width:0;
  text-indent:-10000px;
  }
#nav li strong {
  background-position:0 -30px;
  }
#nav li a:hover {
  background-position:0 -30px;
  }

#nav0 a, #nav0 strong {
	background:url(images/bt_home.gif);
	width:82px;
  }
#nav1 a, #nav1 strong {
	background:url(images/bt_presentation.gif);
	width:121px;
  }
#nav2 a, #nav2 strong {
	background:url(images/bt_videos.gif);
	width:68px;
  }
#nav3 a, #nav3 strong {
	background:url(images/bt_societe.gif);
	width:75px;
  }
#nav4 a, #nav4 strong {
	background:url(images/bt_prix.gif);
	width:65px;
  }
#nav5 a, #nav5 strong {
	background:url(images/bt_tester.gif);
	width:86px;
  }
#nav6 a, #nav6 strong {
	background:url(images/bt_contact.gif);
	width:40px;
	margin-left:49  0px;
	float:right;
  }
  
*html #nav6 a, #nav6 strong {
	background:url(images/bt_contact.gif);
	width:40px;
	margin-left:65px;

  }
  
/* Home navigation */

#homenav
{
}
    #homenav ul {
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;

	display: inline;
	float: none;
	background: none;
	list-style-type: none;
      }
      
    #homenav ul li {
	border-left-width: 0px;
	float:left;
	margin:0;
	padding: 5px 10px 5px 10px;
	background: none;
	line-height:normal;
	list-style-image: none;
	list-style-type: none;
      }
      
	#homenav a {
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
	#homenav a:hover {
	color: #FF6600;
	text-decoration: none;
	}
	
	#homenav a:active {
	color: #FF6600;
	text-decoration: none;
}

/* cmLight presentation navigation */

    #submenu 
{
	width: 980px;
	background-color: #DC5A82;
	clear: both;
}
    #submenu ul {
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	text-transform:lowercase;
	/*display: inline;*/
	float: none;
	background: none;
	list-style-type: none;
/*	height:30px;*/
      }
      
#submenu ul li {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #fff;
	float:left;
	margin:0;
	padding: 5px 15px 5px 15px;
	background: none;
	line-height:normal;
	list-style-image: none;
	list-style-type: none;
		background-color:#99B1D3;
}
      
#submenu a {
	font-family: Tahoma, sans-serif;
	text-transform:uppercase;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
	#submenu a:hover {
	color: #FF6600;
	text-decoration: none;
	}
	
	#submenu a:active {
	color: #FF6600;
	text-decoration: none;
}
