
/* container pour les slides */
.images {
	background:#fff;
	position:relative;	
	height:260px;
	width:620px;
	margin-top: 20px;
	float:left;	
	cursor:pointer;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: #e3eaff 1px 0px 6px;
    -webkit-box-shadow: #e3eaff 1px 0px 6px;
    box-shadow: #e3eaff 1px 0px 6px;
}

/* slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	margin: 0 30px 0 30px;
	padding:15px 30px 15px 15px;
	height:225px;
	font-size:12px;
}

/* entete du slide */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#006699;
}

/* tabs (petits cercles en dessous du slide) */
.tabs {
	clear:both;
	margin-left:260px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:5px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	

.backward {
	float:left;
	margin:100px 5px 0 5px;
	background:#fff url(../images/fleche_slide.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

.forward {
	float:right;
	margin:100px 5px 0 0;
	background:#fff url(../images/fleche_slide.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 

/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* images dans tabs accueil */
.img_tab {
position: relative;
float:left;
}

.licol {
    float: left;
    width: 200px;
}  

.tab_content {
display: block;
background: url(../images/box_p.png) 20px 30px no-repeat;
padding-left: 180px;
min-height: 220px;
}

.tab_content2 {
display: block;
background: url(../images/box_p2.png) 20px 30px no-repeat;
padding-left: 180px;
min-height: 220px;
}

.prix_pack {
float: right;
margin-left: 10px;
padding-top: 32px;
background: transparent url(../images/fd_prix-tab.png) no-repeat;
width: 120px;
height: 120px;
text-align: center;
color: #fff;
font-size: 180%;
font-weight: bold;
z-index: 10;
text-shadow: 1px 1px 4px #564848;
-moz-text-shadow: 2px 2px 8px #564848;
-webkit-text-shadow: 1px 1px 4px #564848;
}

.prix_pack2 {
float: right;
margin-left: 10px;
padding-top: 32px;
background: transparent url(../images/fd_prix-tab2.png) no-repeat;
width: 120px;
height: 120px;
text-align: center;
color: #fff;
font-size: 180%;
font-weight: bold;
z-index: 10;
text-shadow: 1px 1px 4px #564848;
-moz-text-shadow: 2px 2px 8px #564848;
-webkit-text-shadow: 1px 1px 4px #564848;
}

.demo_pack {
float: right;
margin-left: 10px;
padding-top: 30px;
background: transparent url(../images/demo_pack.png) no-repeat;
width: 80px;
height: 80px;
text-align: center;
color: #fff;
font-size: 120%;
font-weight: bold;
z-index: 10;
text-shadow: 1px 1px 4px #564848;
-moz-text-shadow: 2px 2px 8px #564848;
-webkit-text-shadow: 1px 1px 4px #564848;
}

/* tabs */
#flowtabs {
position: relative;
	/* dimensions */
	width:900px;
	height:31px !important;
	margin:0 auto !important; 
	padding:0;	
}

#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

#flowtabs li a {
	background: url(../images/pack_box.png) no-repeat;
	display:block;
	height: 31px;   
	width: 150px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#003399;
	font-size:14px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -150px 0; }
#flowtabs #t3 			{ background-position: -300px 0; }
#flowtabs #t4 			{ background-position: -450px 0; }
#flowtabs #t5 			{ background-position: -600px 0; }
#flowtabs #t6 			{ background-position: -750px 0; width:149px;}
 
#flowtabs a:hover 		{ color:#003399;	 }
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -150px -33px; }
#flowtabs #t3:hover 	{ background-position: -300px -33px; }
#flowtabs #t4:hover 	{ background-position: -450px -33px; }
#flowtabs #t5:hover 	{ background-position: -600px -33px; }
#flowtabs #t6:hover 	{ background-position: -750px -33px; }

#flowtabs a.current		{ cursor:default; color:#003399; line-height:34px; }
#flowtabs #t1.current { background-position:      0 -66px; }
#flowtabs #t2.current { background-position: -150px -66px; }
#flowtabs #t3.current { background-position: -300px -66px; }
#flowtabs #t4.current { background-position: -450px -66px; }
#flowtabs #t5.current { background-position: -600px -66px; }
#flowtabs #t6.current { background-position: -750px -66px; }

#flowpanes {
	background: url(../images/pack_box.png) no-repeat 0 -100px;		
	width:900px;
	height:320px;	
}

#flowpanes div {
	display:none;	
	margin:20px 20px;
}

#flowpanes div h2 {
	font-weight:normal;
	color:#006699;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#flowpanes a {
	color:#cc9;		
}

#flowpanes p, #flowpanes samp {
	
}

#flowpanes div.narrow {
	padding-right:160px;		
}

