/* CSS Document */
/*-----------  Styles édition client, et transverses à tout le site -----------*/

body{
	color:#000000;
	font:normal normal 11px/normal Arial, Verdana, Sans-Serif;
}

/*-----------  FONT FACES  -----------*/
/*@font-face {
	font-family:'DIN';
	src:url('../fonte/din.eot');
	src:local('DIN'), url('../fonte/din.woff') format('woff'), url('../fonte/din.ttf') format('truetype'), url('../fonte/din.svg#webfontsvUWSDen') format('svg');
	font-weight:normal;
	font-style:normal;
}*/
@font-face {
	font-family:'DIN Light';
	src:url('../fonte/din_light.eot');
	src:local('DIN Light'), url('../fonte/din_light.woff') format('woff'), url('../fonte/din_light.ttf') format('truetype'), url('../fonte/din_light.svg#webfontV6gY1Zm2') format('svg');
	font-weight:normal;
	font-style:normal;
}
/*@font-face {
	font-family:'DIN Bold';
	src:url('../fonte/din_bold.eot');
	src:local('DIN Bold'), url('../fonte/din_bold.woff') format('woff'), url('../fonte/din_bold.ttf') format('truetype'), url('../fonte/din_bold.svg#webfontHwJf3Lkk') format('svg');
	font-weight:normal;
	font-style:normal;*/


