/*
* Fonts
*/
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=357107ca-7e91-41a7-a701-92ffcd62d66f");
@font-face{
font-family:"HelveticaNeueW01-Thin";
src:url("fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix");
src:url("fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix") format("eot"),url("fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff") format("woff"),url("fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf") format("truetype"),url("fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-45Ligh";
src:url("fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
src:url("fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"),url("fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"),url("fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"),url("fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-65Medi";
src:url("fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix");
src:url("fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix") format("eot"),url("fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"),url("fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"),url("fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-75Bold";
src:url("fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
src:url("fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"),url("fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"),url("fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"),url("fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-77BdCn_692722";
src:url("fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix");
src:url("fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("eot"),url("fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"),url("fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"),url("fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-85Heav";
src:url("fonts/bb37f770-d450-4f24-af2b-3a81bf640315.eot?#iefix");
src:url("fonts/bb37f770-d450-4f24-af2b-3a81bf640315.eot?#iefix") format("eot"),url("fonts/a0d9d2cb-f057-4e8d-a957-27853630f58e.woff") format("woff"),url("fonts/54085041-5049-4b91-939c-49980c66abab.ttf") format("truetype"),url("fonts/7a48747c-74f2-49a8-bb65-1c522d4aa618.svg#7a48747c-74f2-49a8-bb65-1c522d4aa618") format("svg");
}

h1{
	font-family:HelveticaNeueW01-Thin;
	color:#000;
	font-weight:normal;	
	font-size:24px;
	width: 190px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h2{
	font-family:HelveticaNeueW01-45Ligh;
	color:#000;
	font-weight:normal;	
	font-size:18px;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h2 strong{
	font-weight:normal;
	font-family: "HelveticaNeueW01-75Bold";
}
h3{
	font-family:HelveticaNeueW01-77BdCn_692722;
	font-size:18px;
	font-weight:normal;	
}
p{
	font-family:HelveticaNeueW01-65Medi;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p strong{
	font-family:HelveticaNeueW01-75Bold;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear{
	clear:both;
}
.bloc-noir{
	padding: '12px 18px';
	background: '#000';
	color:'#fff';
	margin-bottom:20px;
}