
	img { border: none}
	body
	{
	text-align:center;
	}
	table
	{ 
		font-size: 11px;
		font-family: arial;
		
	}
	input
	{ 
		font-size: 10px;
		font-family: arial;
		
	}
	.menu
	{
		font-size: 11px;
		font-family: arial;
		font-weight:bold;
		padding:5px;
		text-align:left;
		color:#FFF;
		cursor:hand;
	}
	.menuTitre
	{
		padding-top: 12px;
		text-align:center;
		color:#626262;
		cursor:hand;
	}
	
	
	
	a
	{
	
	color: #FFF;
	text-decoration:none;
	}
	
	.client table
	{
		border-left:solid 1px red;
		border-right:solid 1px red;
	}
	
	.client tbody td
	{
		border-bottom:solid 1px #BFBFBF;
		border-left:solid 1px #BFBFBF;
	}
	.client thead td
	{
		border-top:solid 1px red;
		border-bottom:solid 1px red;
		text-align:center;
	}
	
	#content-slider {
  width: 490px;
  height: 6px;
  margin: 5px;
  background: #BBBBBB;
  position: relative;
}

.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border: solid 1px black;
}

#content-scroll {
  width: 500px;
  height: 300px;
  margin-top: 10px;
  overflow: hidden;
  border: solid 1px black;
}

#content-holder {
  width: 1500px;
  height: 270px;
}
