.tabs {
	margin: 20px auto;
	width: 625px;
	float:left;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 100px;
	height: 30px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}

.tabs input#tab-2{
	left: 100px;
}

.tabs input#tab-3{
	left: 200px;
}

.tabs input#tab-4{
	left: 300px;
}

.tabs label {
	background: #09F;
	background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
	background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	position: relative;
	padding: 0 20px;
    float: left;
	display: block;
	width: 100px;
	color: #0F9;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
    content: '';
	background: #cff;
	position: absolute;
	bottom: -2px;
	left: 0;
	color:#03F;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs input:hover + label {
	background:  #cff;
}

.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #cff;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

/* zone de saisie et d'affichage */

.content {
    background: #fff;
	position: relative;
    width: 100%;
	z-index: 5;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}


.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 100;
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}


.content div {
    position: absolute;
	margin-top: 20px;
	left: 0;
	padding: 10px 10px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
	border:#930;
}

aside .etiqu {
	width:150px;
	float:left;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#00F;
}

	
aside input {
	font-family:Verdana, Geneva, sans-serif;
	color:#00F;
	font-size:12px;
	font-weight: bold;
	opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	position:relative;
	margin-left:20px;
	cursor: text;
	height:20;
}




