#--------------ORDINATEUR------------{}

.content {
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabbed_content {
	width: 100%;
}

.tabs {
	position: relative;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
}
.tabs .tab_item {
	display: block;
	float: left;
	width: 9.5%;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 0.5%;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	height: 45px;
}
.tabs .tab_item:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3333ff;
	border-bottom-color: #3333ff;
}
.tabbed_content .slide_content {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.tabslider {
	width: 1000%;
	padding: 0px;
	margin: 0px;
}

.tabslider ul {
	float: left;
	list-style-type: none;
	width: 1000px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	color: #666;
}
.tabslider ul_500 {
	float: left;
	list-style-type: none;
	width: 480px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	color: #666;
}
.tabslider ul li {
	text-align: center;
	width: 1000px;
	margin: 0px;
	height: 100%;
	padding: 0px;
}

#--------------TABLETTE------------{}

@media (min-width:600px) and (max-width:1030px) {
.tabs .tab_item {
	0float: left;
	width: 19.5%;
	cursor: pointer;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 80px;
}
.tabs .tab_item:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3333ff;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.tabslider ul {
	float: left;
	list-style-type: none;
	width: 10%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
.tabslider ul_500 {
	float: left;
	list-style-type: none;
	width: 10%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
.tabslider ul li {
	text-align: center;
	width: 100%;
	margin: 0px;
	height: 100%;
	padding: 0px;
}	
}

#--------------SMARTPHONE------------{}

@media (max-width:599px) {
.tabs .tab_item {
	0float: left;
	width: 19%;
	cursor: pointer;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 45px;
}
.tabs .tab_item:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3333ff;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.tabslider ul {
	float: left;
	list-style-type: none;
	width: 10%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
.tabslider ul_500 {
	float: left;
	list-style-type: none;
	width: 10%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
.tabslider ul li {
	text-align: center;
	width: 100%;
	margin: 0px;
	height: 100%;
	padding: 0px;
}
	
}
	
