/* faire un don */

a#donation {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 63px;
	width: 63px;
	background: url(make-a-donation.gif) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
	z-index: 50;
}
a#donation:hover {
   filter:alpha(opacity=80);
   -moz-opacity:0.8;
   -khtml-opacity: 0.8;
   opacity: 0.8;

}

#progress-bar {
	background: url(progress_empty_150.png) no-repeat left center;
	width: 150px;
	height: 32px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 5px;
	float:left
}

#progress-level {
	background: url(progress_full_150-animated.gif) no-repeat left center;
	width: 3%; /* Modifier au niveau de pourcentage voulu */
	height: 32px; 
	font-family:Lucida, sans-serif;
	font-size: 10px;
}

#progress-bar:hover>.links_tooltip {
  display: inline;
}


/* framanav */

#framanav {
	font : normal 12px/1.6em Arial, Helvetica, sans-serif;
	background : #3f6d90;
	margin-top:-40px;
	/* height:37px; */
}

#framalinks {
	padding-left : 12px;
	float:left
		
}
#framalinks li {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break;
	height: 100%;
	margin: 0 12px 0 0;
	padding: 12px 0 6px 0;
	/* height: 18px; */
}
* html #framalinks li { /* IE6 */
	display: inline;
}
*+html #framalinks li { /* IE7 */
	display: inline;
	padding: 13px 0 6px 0;

}
* html #framanav { /* IE6 */
	height:38px;
}

*+html #framanav { /* IE7 */
	height:38px;
}

#framalinks li a {
	color: #fff;
}
#framalinks li a:hover {
	text-decoration: none;
	background: transparent url(nav-item.png) no-repeat bottom center;
	padding: 13px 0 8px 0;

}
#framalinks li.nav-active {
	background: transparent url(nav-item.png) no-repeat bottom center;
}

#framalinks li.nav-active a{
	color: #ffD000;
	font-weight: bold ;
}

#framalinks li.nav-active a:hover {
	background: none;

}
#framanav .links_tooltip {
	position: absolute; 
	top:1.5em;
	z-index: 20;
	background: #3f6d90;
	color: #fff;
	border:1px solid #666;
	width:160px;
	text-align:center;
	font-weight:normal;
	font-size: 10px;
	line-height:12px;
	padding:2px 4px;
	margin-left:-50px;
	margin-top:35px;
	display: none;
}

#framalinks ul>li>a:hover>.links_tooltip {
  display: inline;
}

#head-search {
	float:right;
	padding-top:10px;
	margin-top:0 !important;
	margin-right: 8px;
}
#head-search input.textarea {
	font-size:11px;
	padding:3px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;	
	-webkit-border-radius:4px;
	border-radius:4px;
	height:14px;
	vertical-align:top;
	background:#fff;
	border:1px solid #599cbf;
	margin-right:6px;
	color:#222;
	float:left;
	width:150px;
}
#head-search .button {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:10px;
	cursor:pointer;
	height:22px;
	padding:0 4px;
	border:1px solid #fff;
	line-height:1.5em;
	border-width:1px !important;
	border-style:solid !important;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;	
	-webkit-border-radius:4px;
	border-radius:4px;
	float:left;
	background:#6b6bb5;
	color:#fff;
	border-color:#599cbf !important;
	text-decoration:none;
}
#head-search input.button:hover {
	background-color:#ff8400;
}
