@charset "iso-8859-1";

a:link    {color: ffffff; text-decoration:none }
a:active  {color: ffffff; text-decoration:none }
a:visited {color: ffffff; text-decoration:none } 
a:hover   {color: 000000; text-decoration:none } 

.class2 A:link {text-decoration: none; color: white}
.class2 A:visited {text-decoration: none; color: white}
.class2 A:active {text-decoration: none; color: white}
.class2 A:hover {text-decoration: none; color: black;}

FONT.tex01 {
    color: #ffffff;
    font-family: verdana, arial;
    font-size: 8pt;
    font-weight: bold}	
	
FONT.tex011 {
    color: #ffffff;
    font-family: verdana, arial;
    font-size: 8pt}	

FONT.tex02 {
    color: #000000;
    font-family: verdana, arial;
    font-size: 8pt;
    font-weight: bold}	
		
FONT.news {
    color: #ffffff;
    font-family: verdana, arial;
    font-size: 7pt}	

FONT.men {
    color: #ffffff;
    font-family: verdana, arial;
    font-size: 10pt;
    font-weight: bold}			

		
input {
	color:#ffffff;
	background-color:#409d28;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

select {
	color:#ffffff;
	background-color:#409d28;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

textarea {
	color:#ffffff;
	background-color:#409d28;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}
	
BODY
{scrollbar-face-color: #409d28; scrollbar-darkshadow-color: #409d28; scrollbar-shadow-color: #ffffff; scrollbar-highlight-color: #409d28; scrollbar-3dlight-color: #bcbcbc; scrollbar-track-color: #409d28; scrollbar-arrow-color: #ffffff; }


/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:22px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif; color:#083E67}

.menu li.top {display:block; float:left; position:relative;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:24px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:80px; background:url(accueil2.gif) no-repeat;;}
.menu li.p2 {width:151px; background:url(produit-sport2.gif) no-repeat;;}
.menu li.p3 {width:196px; background:url(accessoire-textile2.gif) no-repeat;;}
.menu li.p4 {width:137px; background:url(lieu-de-vente2.gif) no-repeat;;}
.menu li.p5 {width:126px; background:url(evenementiel2.gif) no-repeat;;}
/* set up the normal unhovered images in the links */
.menu li a#accueil {width:80px; background:url(accueil1.gif) no-repeat;;}
.menu li a#produit-sport {width:151px; background:url(produit-sport1.gif) no-repeat;;}
.menu li a#accessoire-textile {width:196px; background:url(accessoire-textile1.gif) no-repeat;;}
.menu li a#lieu-de-vente {width:137px; background:url(lieu-de-vente1.gif) no-repeat;;}
.menu li a#evenementiel {width:126px; background:url(evenementiel1.gif) no-repeat;;}
/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#accueil:hover, .menu li:hover a#accueil,
.menu li a#produit-sport:hover, .menu li:hover a#produit-sport,
.menu li a#accessoire-textile:hover, .menu li:hover a#accessoire-textile,
.menu li a#lieu-de-vente:hover, .menu li:hover a#lieu-de-vente,
.menu li a#evenementiel:hover, .menu li:hover a#evenementiel {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:25px; background: #409D28; padding:3px 0; border:1px solid #000000; white-space:nowrap; width:170px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:170px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:170px; line-height:20px; text-indent:5px; color:#083E67; text-decoration:none; border:3px solid #000000; border-width:0 0 0 0px;}
.menu :hover ul.sub li a:hover {background:#2B6B1B ; color:#fff;}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:155px; top:-4px; background: #fff; padding:3px 0; border:1px solid #2B6B1B; white-space:nowrap; width:158px; z-index:200; height:auto; z-index:300;}
