﻿@charset "utf-8";

/* la navigation */
#flowtabs {
	position		: absolute;
	top				: 1px;
	right			: 0;
	_right			: -20px;
	width			: 215px;
	height			: 244px !important;
	margin			: 0 !important; 
	padding			: 0;	
	z-index			: 2;
}
/* élément de navigation */
#flowtabs li {  
	margin			: 0; 
	padding-bottom	: 4px; 
	text-indent		: 0; 
	list-style-type	: none;
}
/* a- tag d'un élément */
#flowtabs li a {
	background			: url(../../images/miseenavant/fond_tabs.png) no-repeat;
	_background			: url(../../images/miseenavant/fond_tabs.gif) no-repeat;
	background-position	: 0 0;
	display				: block;
	height				: 58px;   
	width				: 215px; 
	padding				: 0;
	padding-left		: 12px;
	_padding-left		: 18px;
	margin				: 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 20px;
	color				: #fff;
	text-align			: center;
	text-decoration		: none;
	line-height			: 21px;
	/*text-shadow			: #333 1px 1px 5px;*/
}
/* mouseover */
#flowtabs a:hover {
	color				: #fff;
	background-position	: 0 -60px;
}
/* sélectionné */
#flowtabs a.current	{
	cursor				: default;
	color				: #fff;
	background-position	: 0 -60px;
}
.flowtabsTexte {
	position: relative;
}

/* les panneaux */
#flowpanes {
	position	: absolute;
	top			: 0;
	left		: 0;
	overflow	: hidden;
	clear		: both;	
	width		: 575px;
	height		: 244px;
	z-index		: 1;
}
/* élément panneau */
#flowpanes div {
	float	: left;
	display	: none;	
	margin	: 0;
	display	: block;
	width	: 575px;
	cursor	: pointer;
}
/* container des panneaux */
#flowpanes .items {
	width	: 20000em;
	position: absolute;
	clear	: both;
	margin	: 0;
	padding	: 0;
}

/* le container de la mise en avant */
.miseenavantContainer {
	height				: 244px;
	position			: relative;
	border				: 1px solid #b864a8; 
	border-right-style	: none;
}
.miseenavantFond {
	background-color	: #ebe5d1;
}
