@CHARSET "UTF-8";

html {
	overflow: scroll;
	overflow-x: auto;
}

body {
	margin:0px;
	padding:0px;
	text-align:left;
	font-family: Trebuchet MS, Verdana, Georgia, sans-serif;
	font-size:11px;
	color:#FFF;
	background-color:#000;
	line-height:18px;
}

a, img, a img {border:none; outline:none; color:#FFF; text-decoration: none; font-weight:bold;}
a:hover {color:#F06624;}

a.orange {color:#F06624;}

a.mylightbox {color:#F06624;}

#wrap {
	min-height:650px; /* a effacer plus tard */
	background: url("assets/bg.jpg") repeat-x #0F0F0F;
	padding-bottom:20px;
}

#container {
	width:930px;
	text-align: justify;
}

h2 {
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
	line-height:20px;
}

h3 {
	font-weight:normal;
	font-size:16px;
	padding-left:30px;
	background:url(assets/puce.gif) no-repeat;
	line-height:20px;
}

#content ul{
	position: relative;
	/*left: 16px;*/
	padding:0px;
	list-style-position:inside;
}

#top {
height:110px;
}

#main-logo {
	float:left;
	padding: 15px 80px 15px 0px;
	}
	
h1 {
margin:0px;
}
	
.clearer {
	clear: both;
	height: 30px;
}	


#content table.enceinte-table {
background:url(assets/degrade-topright.png) no-repeat top right;
}

#content table.enceinte-table  td{
padding-left:40px;
}

#content table.electronique-table {
background:url(assets/degrade-bottomleft.png) no-repeat bottom left;
}

#content table.electronique-table  td{
padding-left:20px;
}


.enceintesImg {
	float:left;
}	

.electroniqueImg {
	float:right;
	padding: 0px 0px 0 20px ;
}	

#slideshow {
	background:url(assets/slidebg.gif) no-repeat;
	width:930px;
	height:200px;
}


#slideshow-container {
position:relative;
width:930px;
height:200px;
margin-bottom:30px;
display:none;
}

#nav{
position:absolute;
z-index:20;
bottom:5px;
right:15px;
margin:0px; padding:0px;
}

#nav li {
width:26px; height:26px;
float:left;
list-style:none;
line-height:26px;
margin:0px 3px;
}

#nav .activeSlide a img{
visibility:hidden;
}

#menu {
	border-right: 1px solid #333;
	line-height: 100px;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
}

#menu td {
	border-left: 1px solid #333;
}

.labTD {
	text-align:right;
}

#formMessages {
	color:#F90;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
}

#footer {
	background-color: #000;
	padding: 20px 0px;
	clear: both;
}

#footer-content {
	width:930px;
	text-align:left;
}