@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 500px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 500px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	border: none;
}

 A {
	color:#cc3300;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
h2 {
	font-size:12px;
	color:#444;
	color: #595959;
}

/*p.caption {
	font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 20px 16px;
}*/
/*.contentDivider {
	border-bottom:1px solid #969696;
	height: 1px;
}*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.slidingTabPanelWrapper {
	background:url(../img/tab_shadow.png) bottom center no-repeat;
	border-bottom:1px solid #969696;
	height:46px;
	margin:20px 0 10px 0;
	display: none;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:450px;
	height:46px;
}
.slidingTabPanel LI {
	list-style-type:none;
	float:left;
	width:50px;
	margin:0 2px;
}
slidingPanel ul{
	list-style:disc;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:50px;
	height:46px;
	cursor:default;
	outline:none;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:50px;
	height:46px;
	background-position:-100px;
	cursor:pointer;
	outline:none;
}
.tab:hover {
	background-position:-50px;
}
#besoins {
	background-image:url(../img/definition.png);
}
#maquette {
	background-image:url(../img/maquette.png);
}
#realisation {
	background-image:url(../img/realisation.png);
}
#integration {
	background-image:url(../img/mise-en-place.png);
}
#charte {
	background-image:url(../img/charte-graphique.png);
}
#hebergement {
	background-image:url(../img/herbergement.png);
}
#reference {
	background-image:url(../img/referencement.png);
}
#maintenance {
	background-image:url(../img/maintenance.png);
}
