@charset "UTF-8";

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	border-left:1px solid #017AC3;
	border-top:1px solid #017AC3;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #017ac3;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:0px;
	cursor:pointer;
	cursor:hand;
	}
.transMenu td {
	border-bottom: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#017ac3;
	color:white !important;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	border: 0px;
	margin-left:10px;
	}
	
	
	
	


.rightaligned {
	float: right !important;
}
#treemenu1 {
	border:1px solid #017ac3;
	height: 16px;
}
#treemenu1 img {
	border: 0px;
}
#treemenu2 {
	border:1px solid #017ac3;
	height: 16px;
	background-color: #017ac3;
}

.suckertreemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	font-weight: bold;
}
/*Top level list items*/

.suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left;
	text-align:center;
	background-color: transparent; /*menu without Sub menu background color*/
}
/*Top level menu link items style*/

.suckertreemenu ul li a {
	display: block;
	width: 98px; /*Width of top level menu link items*/
	padding: 1px 8px;
	/* border: 1px solid black;*/
	/* border-left-width: 0;*/
	text-decoration: none;
	color: #017ac3;
}

/*1st sub level menu*/
.suckertreemenu ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
	text-align: left; /*Sub level align*/
	background-color: white;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul {
	left: 159px; /* no need to change, as true value set by script */
	top: 0px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
	display: block;
	width: 125px; /*width of sub menu levels*/
	color: #017ac3;
	text-decoration: none;
	padding: 5px 5px; /*height of sub menu levels*/
	border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover {
	background-color: #017ac3;
	color: white !important;
}

.suckertreemenu .currentsel {
	background-color: #017ac3;
	color: white !important;
}

/*Background image for top level menu list links */

.suckertreemenu .mainfoldericon {
/*background: white url(../images/nav/arrow-down.gif) no-repeat center right; Pas besoin pour Unigraph */
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {
	background: white url(images/nav/arrow-right.gif) no-repeat center right;
}

.suckertreemenu #droite {
	float: right;
	text-align:center;
}

* html p#iepara { /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li {
	float: left;
	height: 1%;
}

* html .suckertreemenu ul li a {
	height: 1%;
}

/* Barre de menu verticale */
#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid lavender;
	width: 180px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid lavender;
	font-family: Arial, Helvetica, sans-serif;
	
}

#navlist li a {
	text-decoration: none;
	color: black;
}

#navlist li a:active {
	text-decoration: none;
	color: #00A886;
}

#navlist li a:hover {
	text-decoration: none;
	color: #00A886;
}
#navlist .subnavlist li {
	padding-left: 25px;
}
.selected_submenu {
	background-color: #E3FCFF;
	font-weight: bold;
}
.selected_menu {
	background-color: #E3FCFF;
	font-weight: bold;	
}

#centrenavlist {
	list-style-type: none;
	color:black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:10px;
	}
	
#centrenavlist li a{
	list-style-type: none;
	color:black;
	}
	
#centrenavlist li a:active{
	list-style-type: none;
	color:#00A886;
	}
	
#centrenavlist li a:hover{
	list-style-type: none;
	color:#00A886;
	}
	
#centrenavlistproducts {
	list-style-type: none;
	color:black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#centrenavlistproducts li a{
	list-style-type: none;
	color:black;
	}
	
#centrenavlistproducts li a{
	list-style-type: none;
	color:#00A886;
	}
	
#centrenavlistproducts li a{
	list-style-type: none;
	color:#00A886;
	}







<!--test-->
<style type="text/css" media="screen">
<!-- 
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 50;
left: 50;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}
-->
</style>



			<!-- enlarge image -->

<style type="text/css">


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightblue;
padding: 5px;
border: 1px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 460px; /*position where enlarged image should offset horizontally */

}

</style>