@charset "utf-8";
/* CSS Document */

#basic-tabs{
	width:315px;
	position:absolute;
	font-size: 12px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	top:20px;
	margin:0;
	padding:0;
	margin-top:-140px;
}



.tabs_headings_actus{
	cursor:pointer;
	width:104px;
	height:27px;
	display:block;
	float:left;
}

.tabs_headings_metier{
	cursor:pointer;
	width:96px;
	height:27px;
	display:block;
	float:left;
}

.tabs_headings_showroom{
	cursor:pointer;
	font-weight:bold;
	width:115px;
	height:27px;
	display:block;
	float:left;
}



.tabs_child_actus{
	position:relative;
	width:315px;
	height:120px;
	background-image:url(../images/01_07.png);
	display:block;
	float:left;
}

.tabs_child_metier{
	position:relative;
	width:315px;
	height:120px;
	background-image:url(../images/02_07.png);
	display:block;
	float:left;
	
}
.tabs_child_showroom{
	position:relative;
	width:315px;
	height:120px;
	background-image:url(../images/03_07.png);
	display:block;
	float:left;
}


.tabs_contener{
	width:280px;
	height:100px;
	padding:8px 0px 0px 25px;
	float:left;
}
.tabs_contener_visu{
	width:90px;
	height:90px;
	float:left;	
	
}
.tabs_contener_txt{
	width:170px;
	height:90px;
	float:left;
	padding:0px 0px 0px 0px;
	margin-left:10px
		
}

.contenu_txt {
	width:170px; height:90px; float:left; margin-left:10px
	}


.txt_vert {
	font-size:13px; color:#00CC00;
	}


