:focus {
	outline: 0;
}

/* tab styles */
ul.tabset_tabs {
	zoom: 1; /* IE */
}
ul.tabset_tabs li {
	cursor: pointer;
	float: left;
}
body#prestations ul.tabset_tabs li.active {
}
body#prestations ul.tabset_tabs li {
	background-color:#fff;
	border-color: #DFAF87 #96785A #96785A #DFAF87;
	border-style: solid solid dotted;
	border-width: 1px 1px 0;
	font-weight: normal;
	list-style: none;
	margin:0 2px 0 0;
	padding:5px 10px;
}
body#prestations ul.tabset_tabs li.active a:link,
body#prestations ul.tabset_tabs li.active a:visited {
	color:#C8421A;
	font-weight: bold;
}
body#prestations ul.tabset_tabs li.active {
}

body#realisations ul.tabset_tabs li.active .realisationlist_item h2 a {
	color: rgb(200,66,26);
}
body#realisations ul.tabset_tabs li.active .realisationlist_item div.realisation_photo img {
	border: 1px solid rgb(64,125,64);
}
ul.tabset_tabs li a:link, ul.tabset_tabs li a:visited {
	display: block;
}
ul.tabset_tabs li a:hover,
ul.tabset_tabs li a:active,
ul.tabset_tabs li a:focus {
}
ul.tabset_tabs li.active a:link,
ul.tabset_tabs li.active a:visited {
	color: rgb(64,125,64);
}
body#prestations .tabset_content_container {
border-color: #DFAF87 #96785A #96785A #DFAF87;
border-style: dotted;
border-width: 1px 0 0 1px;
padding-top: 10px;
}

.tabset_content_container {
	clear: both;
}
.tabset_content_container .tr, .tabset_content_container .bl, .tabset_content_container .br {
	position: relative;
	height: 10px;
	font-size: 1px; /* IE */
}
.tabset_content_container .tr {
	background-position: 100% -10px;
	left: 2px;
	top: -2px;
}
.tabset_content_container .bl {
	background-position: 0 -20px;
	top: 2px;
	left: -2px;
}
.tabset_content_container .br {
	background-position: 100% -30px;
	left: 4px;
}

.tabset_content {
	background-color: transparent !important;
	background: #fff none; /* IE */
	padding: 0 10px;
}

.toggletext {
	cursor: pointer;
	padding-left: 0.8em;
	background: #EAEBEE url(http://validator.w3.org/images/arrow-closed.png) 0 1.2em no-repeat;
}
.toggled {
	background: #EAEBEE url(http://validator.w3.org/images/arrow-open.png) 0 1.4em no-repeat;
}
