#barrebond {
	position: absolute;
	z-index: 10000;
	width: 100%;
	height: 24px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background-color:#000;
}

#bar_reseau .bar_dollz {
	background: url(../bar/dollz.png) no-repeat top left;
}

#bar_reseau .bar_poney {
	background: url(../bar/poney.png) no-repeat top left;
}

#bar_reseau .bar_forum {
	background: url(../bar/board.png) no-repeat top left;
}
#bar_reseau .bar_chat {
	background: url(../bar/chat.png) no-repeat top left;
}
#bar_reseau .bar_desktop {
	background: url(../bar/desktop.png) no-repeat top left;
}

#bar_reseau .bar_favorite {
	background: url(../bar/bookmark.png) no-repeat top left;
}

#bar_reseau {
	background-image: url(../bar2/fond.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Trebuchet MS", sans-serif, Arial;
	
	border-collapse: collapse;
}

#bar_reseau a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 32px;
}

#bar_reseau a:hover {
	color: #CCCCCC;
}

#news {
	overflow: hidden;

	height: 15px;
	background-color: #444;
	border: 1px solid #888;
	color: #aaa;
	
	padding: 2px 5px;
	padding-bottom: 1px;
	font-size: 12px;
}

a#news-title {
	color: white;
	padding: 0px;
	opacity: 0;
}

#fb-bookmark {
	display: none;
}

#fb-bookmark a {
	padding: 0px;
}
#bar_reseau a.chromelink {
	font-family: 'Open Sans',arial,sans-serif;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	padding: 2px 10px;
	padding-left: 32px;
	margin-right: 5px;
	-webkit-box-shadow: 0 2px 0 0 rgba(255,255,255,.06) inset,0 2px 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 0 0 rgba(255,255,255,.06) inset,0 2px 3px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 0 0 rgba(255,255,255,.06) inset,0 2px 3px 0 rgba(0,0,0,.2);
	outline: 0px;
	display: block;
	
	border-color: #2D53AF;
	background-color: #4D7BD6;
	/*
	background: -moz-linear-gradient(top,#5689DB 0%,#4D7BD6 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689DB),color-stop(100%,#4D7BD6));
	background: -webkit-linear-gradient(top,#5689DB 0%,#4D7BD6 100%);
	background: -o-linear-gradient(top,#5689DB 0%,#4D7BD6 100%);
	background: -ms-linear-gradient(top,#5689DB 0%,#4D7BD6 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);
	background: linear-gradient(top,#5689DB 0%,#4D7BD6 100%);
	//*/

	background-image: url(../chrome-logo.png);
	background-repeat: no-repeat;
	background-position: 7px 1px;
}