@charset "iso-8859-1";


a:link    {font-weight: bold; color: #083E67; text-decoration: none}
a:active  {font-weight: bold; color: #083E67; text-decoration: none}
a:visited {font-weight: bold; color: #083E67; text-decoration: none} 
a:hover   {font-weight: bold; color: #000000; text-decoration: underline} 

FONT.tex0 {
    color: #19649E;
    font-family: verdana;
    font-size: 6pt;
    font-weight: none}		

FONT.tex1 {
    color: #19649E;
    font-family: verdana;
    font-size: 8pt;
    font-weight: none}		

FONT.tex2 {
    color: #ffffff;
    font-family: verdana;
    font-size: 8pt;
    font-weight: none}		

FONT.tex3 {
    color: #329BCA;
    font-family: verdana;
    font-size: 7pt;
    font-weight: none}	

FONT.tex021 {
    color: #329BCA;
    font-family: verdana;
    font-size: 7pt;
    font-weight: none}	
		
input {
	color:#000000;
	background-color:#DAD9D9;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

select {
	color:#000000;
	background-color:#DAD9D9;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

textarea {
	color:#000000;
	background-color:#DAD9D9;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
}


BODY
{scrollbar-face-color: #DBDBDB; scrollbar-darkshadow-color: #DBDBDB; scrollbar-shadow-color: #E6F0F7; scrollbar-highlight-color: #DBDBDB; scrollbar-3dlight-color: #f5f5f5; scrollbar-track-color: #F2F2F2; scrollbar-arrow-color: #2480B8;}

/* ================================================================ 
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:24px; 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:25px;}
.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:101px; background:url(menu1b.gif) no-repeat;;}
.menu li.p2 {width:100px; background:url(menu3b.gif) no-repeat;;}
.menu li.p3 {width:93px; background:url(menu2b.gif) no-repeat;;}
.menu li.p4 {width:155px; background:url(menu4b.gif) no-repeat;;}
.menu li.p5 {width:158px; background:url(menu5b.gif) no-repeat;;}
.menu li.p6 {width:127px; background:url(menu6b.gif) no-repeat;;}
.menu li.p7 {width:70px; background:url(menu7b.gif) no-repeat;;}
.menu li.p8 {width:95px; background:url(menu8b.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#societe {width:101px; background:url(menu1a.gif) no-repeat;;}
.menu li a#sites {width:100px; background:url(menu3a.gif) no-repeat;;}
.menu li a#produits {width:93px; background:url(menu2a.gif) no-repeat;;}
.menu li a#espace-membres {width:155px; background:url(menu4a.gif) no-repeat;;}
.menu li a#telechargements {width:158px; background:url(menu5a.gif) no-repeat;;}
.menu li a#distributeurs {width:127px; background:url(menu6a.gif) no-repeat;;}
.menu li a#liens {width:70px; background:url(menu7a.gif) no-repeat;;}
.menu li a#contact {width:95px; background:url(menu8a.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#societe:hover, .menu li:hover a#societe,
.menu li a#sites:hover, .menu li:hover a#sites,
.menu li a#produits:hover, .menu li:hover a#produits,
.menu li a#espace-membres:hover, .menu li:hover a#espace-membres,
.menu li a#telechargements:hover, .menu li:hover a#telechargements,
.menu li a#distributeurs:hover, .menu li:hover a#distributeurs,
.menu li a#liens:hover, .menu li:hover a#liens,
.menu li a#contact:hover, .menu li:hover a#contact {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: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:158px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:155px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:155px; line-height:20px; text-indent:5px; color:#083E67; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(arrow.gif) 145px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#68A9FD; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#68A9FD url(arrow_over.gif) 145px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#68A9FD url(arrow_over.gif) 145px 7px no-repeat; 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 #888; white-space:nowrap; width:158px; z-index:200; height:auto; z-index:300;}