body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

#tabs
{
	float: left;
	width: 944px;
	font-size: 93%;
	line-height: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0; /*position: absolute;*/
	background-image: url(../images/bandeau-02.jpg);
	background-repeat: no-repeat;
}
#tabs ul
{
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	
}

#tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
	width: auto;
}

#tabs a
{
	float: left;
	background: url(../images/tableft.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabs a span
{
	float: left;
	display: block;
	background: url(../images/tabright.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span
{
	float: none;
}

/* End IE5-Mac hack */
#tabs a:hover span
{
	color: #FFF;
}

#tabs a:hover
{
	background-position: 0% -42px;
}

#tabs a:hover span
{
	background-position: 100% -42px;
}

/* End IE5-Mac hack */
#tabs .selected span
{
	color: #FFF;
}

#tabs .selected
{
	background-position: 0% -42px;
}

#tabs .selected span
{
	background-position: 100% -42px;
}

#accessoire{
	
height: auto;
	width: 126px;
	position: relative;
	margin-bottom: 9px;
	float: left;
	margin-top: 5px;
	
}

.sousMenu
{
	margin: 0;
	padding: 0;
	border: 0;
	background: #CCCCCC;
}

.sousMenu a
{
	text-decoration: none;
	color: #000;
	padding-left: 3px;
}

.sousMenu a:hover
{
	text-decoration: none;
	color: #F2462E;
	padding-left: 3px;
}


.menuJ
{
	height: auto;
}
.menuJ ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.menuJ li
{
	float: left;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #E8E8E8;
	padding-right: 0;
	padding-left: 0;
}
.menuJ li a
{
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: black;
	font-size: 11px;
}
.menuJ li .last
{
	border-left-style: none;
}
.menuJ li a:hover
{
	background-color: #DE3D2A;
	color: #FFFFFF;
}
.menuJ ul li ul
{
	position: absolute;
	left: -999em;
	margin-top:5px;
	text-align: left;
	/*
	margin-top:5px;
	display: none;
	text-align: left;*/
}

.menuJ ul li:hover ul
{
	/*display: block;*/
	left: auto;
	z-index: 10;
	margin: 0px;
	padding: 0px;
}
.menuJ li:hover ul li
{
	clear:left;
	background-color: #CCCCCC;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.menuJ li:hover ul li a
{
	padding: 2px;
	min-width: 180px;
	border: none;
}

.menuJ li ul
{
	position: absolute;
}

