/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{
	position:absolute; 
	width:10px; 
	height:10px; 
	visibility:hidden;
}

/*Styles for level 0*/
.clLevel0,.clLevel0over{
	position: absolute;
	padding-top: 5px;
}
.clLevel0{
	background-image:url(../images/menubar.jpg);
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	font-size: 10px;
	border-right:1px solid #FF5F00;
	border-bottom:1px solid #FF5F00;
}
.clLevel0over{
	background-image:url(../images/menubar_over.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	font-size: 10px;
	color:#FFFFFF; 
	cursor:pointer;
	border-right:1px solid #FF5F00;
	border-bottom:1px solid #FF5F00;
}
/*Styles for level 0*/
.clLevel1,.clLevel1over{
	position: absolute;
	padding-left: 6px;
	padding-top: 4px;
}
.clLevel1{
	background-image:url(../images/submenubar.jpg);
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:left;
	font-size: 10px;
	font-weight:normal;
	border-bottom:1px solid #FF5F00;
	border-left:1px solid #FF5F00;
	border-right:1px solid #FF5F00;
}
.clLevel1over{
	background-image:url(../images/submenubar.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
	font-size: 10px;
	color:#FFFFFF; 
	cursor:pointer;
	border-bottom:1px solid #FF5F00;
	border-left:1px solid #FF5F00;
	border-right:1px solid #FF5F00;
}


/*dTree*/
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

/* Styles for popup enquete */
#backgroundPopup
{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#ffffff;
    border:1px solid #cecece;
    z-index:1;
}
#popupContact
{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:310px;
    width:350px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:25px;
    font-size:13px;
}
#popupContact h1
{
    text-align:left;
    color:#6189bc;
    font-size:13px;
    font-weight:700;
    border-bottom:1px dotted #D3D3D3;
    padding-bottom:2px;
    margin-bottom:20px;
}
#popupContactClose
{
    font-size:14px;
    line-height:14px;
    right:6px;
    top:4px;
    position:absolute;
    color:#6fa5fd;
    font-weight:700;
    display:block;
}
#popupContact a:hover
{
    background: none;
}
