.picto tr {behavior:expression(addHover(this))}
td.pictoReturn {behavior:expression(addHover(this))}
tr.machineLink {behavior:expression(addHover(this))}
img.brandPic {behavior:expression(addHover(this))}
img.machineMovie {behavior:expression(addHover(this))}

table.picto { 
  width:182px; 
  height:50px; 
  border-spacing:0px; 
  border-collapse:collapse; 
  margin-bottom:15px; 
  margin-right:10px; 
  padding:0px; }
  
.picto tr { background-color:#dfdfdf; color: #222222; cursor:pointer; }
.picto tr.hover { background-color:#222222; color: #ffffff; }
.picto tr:hover { background-color:#222222; color: #ffffff; }
.picto td { text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding:0px; line-height:8pt; }

table.pictoTitre { 
  width:580px; 
  height:50px; 
  border-spacing:0px; 
  border-collapse:collapse; 
  padding:0px; }
  
.pictoTitre tr { background-color:#dfdfdf; color: #222222; }
.pictoTitre td { text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding:0px; }
.pictoTitre a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#222222; text-decoration: none; }
.pictoTitre a:hover { text-decoration: underline; }

table.machine { 
  width:560px; 
  border-spacing:0px; 
  border-collapse:collapse; 
  margin-top:30px; 
  margin-bottom:30px; 
  margin-left:8px; 
  margin-right:0px; 
  padding:0px; }
  
.machine td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding:0px; }
.machine h1 { font-family: Arial, Helvetica, sans-serif; font-size:18px; margin:0px; }
.machine h2 { font-family: Arial, Helvetica, sans-serif; font-size:14px; margin-top:0px; margin-bottom:45px; color:#555555; font-weight:lighter; letter-spacing:3px; }
.machine ul { margin-top: 0px; margin-left: 10px; padding-left:0px; }
.machine li  { list-style-type:none; background-image:url('img/flechegrise.png'); background-repeat:no-repeat; background-position:0% 10%; padding-left:15px; margin-top: 8px; }
.machine p  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom:10px; margin-top:0px; }
.machine p.titre  { margin-bottom:0px; font-weight: bolder;}

table.machineBrand { 
  width:102px; 
  border-spacing:0px; 
  border-collapse:collapse; 
  padding:0px; }
  
.machineBrand td { font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding:0px; line-height:8pt; }

img.brandPic { width:100px; height:63px; border-style: solid; border-width: 1px; border-color: #dfdfdf; }
img.brandPic.hover { border-style: solid ; border-color: #fa8700 ; }
img.brandPic:hover { border-style: solid ; border-color: #fa8700 ; }

tr.machineLink { background-color:#dfdfdf; color: #222222; cursor:pointer; }
tr.machineLink.hover { background-color:#222222; color: #ffffff; }
tr.machineLink:hover { background-color:#222222; color: #ffffff; }

table.machineMovie { 
  height:260px; 
  border-spacing:0px; 
  border-collapse:collapse; 
  padding:0px; 
  margin-top:20px; }
  
td.machineMovie { width:340px; vertical-align:middle; text-align:center; padding:0px; background-image:url('img/movie.png'); }

img.machineMovie { border-style: solid; border-width: 1px; border-color: #dfdfdf; }
img.machineMovie.hover { border-style: solid ; border-color: #fa8700 ; }
img.machineMovie:hover { border-style: solid ; border-color: #fa8700 ; }

#lightbox{
	background-color:#aaa;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../plugins/lightbox/overlay.png", sizingMethod="scale");
	}


