/* Imports */
.toolbar.view-line .tool {
	display:inline-block;
}
.toolbar.view-full .tool {
	display:block;
}
.toolbar.view-full .tool .form-group {
	display:block;
}

/* DTOcean */
footer a.tool:before {
	content:"> ";
}
footer a.btn.tool:before {
	content:"";
}
footer a.btn {
	color:white;
	text-align:left;
	position:relative;
}

.tool-link-login .icon {
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-9px;
	width:15px;
	height:18px;
	background:url("../images/pictos.png") no-repeat -96px -25px;
}

.tb-top {
	margin-top:25px;
}
.tb-search {
	margin-top:10px;
}
.tb-top .cpnt-body,
.tb-search .cpnt-body {
	text-align:right;
}
.tb-top .tool {
	padding:0 8px;
}
.tb-top .tool:last-child {
	padding-right:0;
}
.tb-top .tool .text {
	display:none;
}
.tb-top .tool .icon {
	display:inline-block;
	background-image:url("../images/pictos.png");
	background-repeat:no-repeat;
	vertical-align:middle;
}
.tool-link-sitemap .icon {
	width:22px;
	height:25px;
}
.tool-link-sitemap .icon:hover,
.tool-link-sitemap .icon:active {
	background-position:0 -25px;
}
.tool-link-contact .icon {
	width:26px;
	height:27px;
	background-position:-22px 0;
}
.tool-link-contact .icon:hover,
.tool-link-contact .icon:active {
	background-position:-22px -27px;
}
.tool-link-rss .icon {
	width:25px;
	height:24px;
	background-position:-48px -1px;
}
.tool-link-rss .icon:hover,
.tool-link-rss .icon:active {
	background-position:-48px -25px;
}
.tool-link-print .icon {
	width:23px;
	height:27px;
	background-position:-73px -1px;
}
.tool-link-print .icon:hover,
.tool-link-print .icon:active {
	background-position:-73px -28px;
}
.tool-link-newsletters .icon {
	width:30px;
	height:22px;
	background-position:-119px 0;
}
.tool-link-newsletters .icon:hover,
.tool-link-newsletters .icon:active {
	background-position:-119px -22px;
}
.tool-link-press .icon {
	width:31px;
	height:24px;
	background-position:-149px 0;
}
.tool-link-press .icon:hover,
.tool-link-press .icon:active {
	background-position:-149px -24px;
}
.tool-formsearch button {
	padding:32px 0 0 47px;
	background:#239be7 url("../images/pictos.png") no-repeat -133px -49px;	
	transition:all 0.2s ease-in-out 0s;
}