@font-face {
	font-family: "Futura Lt BT Light";
	src: url("../fonts/futuraltbt.eot"),
		 url("../fonts/futuraltbt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("../fonts/futuraltbt.woff") format("woff"), /*navigateur moderne*/
		 url("../fonts/futuraltbt.ttf") format("truetype"),/* Safari, Android, iOS */
		 url("../fonts/futuraltbt.svg");
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
	margin: 0px;
	font-family: "Futura Lt BT Light", "Open sans", "Times New Roman", "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 16px;
}
a {
	color: #e95325;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #09C;
}
a:active, a:focus {
	color: #09C;
}
#copy li {
	font-size: 11px;
}
/*strong {
	font-family: "Futura Bk BT Book", sans-serif;
}
em {
	font-family: "Futura Lt BT Light Italic", sans-serif;
}*/
