/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	list-style-type: none;
	text-align: left;
	font: bold 16px "Trebuchet MS",Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;
	background: #fff url(../images/fd_menuOffre.jpg) no-repeat left top;
	height: 50px;
	padding-left: 40px;
	padding-right: 0;
	margin: 0;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #909090;
}

.shadetabs li a:visited{
color: #909090;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 4px;
	color: #000;
	border-top: 2px solid #c9c9c9;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
	padding: 40px 400px 20px 40px;
	min-height: 500px;
	width: 400px;
}

.tabcontent p a:link, .tabcontent p a:visited{
	text-decoration: underline;
	color: #000;
}

.tabcontent p a:hover, .tabcontent p a:active{
	text-decoration: none;
	color: #525152;
}

/* AJOUTS */ 
#zone_onglets{
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.tabcontent p{
	padding-bottom: 18px;
}


#onglet1 {
	background: url(../images/fd_offre1.jpg) no-repeat left top;
}

#onglet2 {
	background: url(../images/fd_offre2.jpg) no-repeat left top;
}
#onglet3 {
	background: url(../images/fd_offre3.jpg) no-repeat left top;
}
#onglet4 {
	background: url(../images/fd_offre4.jpg) no-repeat left top;
}

.title_rubOffre{
		font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;

}
.puce19, .seponglet{
	vertical-align: middle;
}
.puce19{
	margin-right: 2px;
}