@charset "utf-8";
body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#4F524A;
	}
#head {
	margin: 0px auto ;
	width:962px;
}
#tapetencontent{
	margin: 0px auto ;
	width:950px;
	height:598px;

}

#iframe{
	margin: 0px auto ;
	margin-top:16px;
	width:962px;
	height:582px;
	
}
#bottom {
	margin: 0px auto ;
	width:950px;
	text-align:left;
	border-bottom: 1px solid #e0e2cb;
	margin-bottom:40px;
	line-height:1.1em;
}
#bottom h1{
	font-size:14px;
	font-weight:bold;
	display:block;
}
#bottom h5{
	font-size:11px;
	font-weight:normal;
	margin-top:20px;
}

.left{
	width:560px;
	float:left;
	display:block;
	
	}
.right{
	margin-top:14px;
	width:370px;
	float:right;
	display:block;
	margin-right:0px;
	}

	a:hover, a:focus  {
outline: none; color:#ce0071;
}
a{
	color:#ce0071;}

	
/* JOUERY */

div.panes div {
		display:none;
		padding:15px 10px;
		padding-bottom:27px;
		padding-right:0px;
		padding-left:0px;
		border:none;
		border-top:1px solid #999;
		border-top:0;
		min-height:210px;
		font-size:12px;
		background-color:#fff;
		}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #ddf0ec;	
	height:30px;
	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	font-weight:bold;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	color:#4f524a;
}

ul.tabs a:active {
	outline:none;
	
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#cf0072;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#cf0072; !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
















