@font-face {
    font-family: 'Pictogrammes2006Regular';
    src: url('picto-webfont.eot');
    src: url('picto-webfont.eot?#iefix') format('embedded-opentype'),
         url('picto-webfont.woff') format('woff'),
         url('picto-webfont.ttf') format('truetype'),
         url('picto-webfont.svg#Pictogrammes2006Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot?3x1su6');
	src:url('icomoon.eot?#iefix3x1su6') format('embedded-opentype'),
		url('icomoon.ttf?3x1su6') format('truetype'),
		url('icomoon.woff?3x1su6') format('woff'),
		url('icomoon.svg?3x1su6#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-favorite:before {
	content: "\e602";
}
.icon-retweet:before {
	content: "\e600";
}
.icon-reply:before {
	content: "\e601";
}
.icon-print:before {
	content: "\f02f";
}
.icon-facebook:before {
	content: "\f082";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-google-plus:before {
	content: "\f0d4";
}
.icon-pdf:before {
	content: "\f1c1";
}