.ui-link {
	text-decoration: none;
}

.ui-slider-input{
	width: 90px;
}

.home-button {
	display: inline-block;
	height: 85px;
	width: 16%;
	margin: 0px;
	padding: 5px 0 0 0;
	text-align-center;
	vertical-align: top;
	border: 0px solid;
}

.home-button .icon {
	height: 50px;
	width: 50px;
	display: inline-block;
	position: relative;
}

.title {
	color: #000;
	display: inline-block;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	padding-top: 0;
	width : 98 %;
	padding: 0px 0 0 0;
}

.home-button .icon-jonc {
	background: url(images/jonc.png);
}

.home-button .icon-veille {
	background: url(images/veille.png);
}

.home-button .icon-textes {
	background: url(images/textes-tablet.png);
}

.home-button .icon-codes {
	background: url(images/codes.png);
}

.home-button .icon-jurisA {
	background: url(images/jurisA-tablet.png);
}

.home-button .icon-jurisU {
	background: url(images/jurisU-tablet.png);
}	

.content-top {
	fixed: top;
	height: 60px;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.content-col1 {
	float: left;
	width: 30%;
	margin : 25px 0 0 5px;
	padding: 0;
	border-right: 1px;
}

.content-col2 {
	float: right;
	width: 64%;
	margin: 25px 5px 0 0;
	padding: 0;
}		


