/*********************************************************\
 * FONTS
 * Déclaration des fonts:
\*********************************************************/


	/**
	 * ROBOTO
	 *************************************/

		@font-face {
			font-family: 'robotoregular';
			src: url('fonts/roboto/Roboto-Regular-webfont.eot');
			src: url('fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
				 url('fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
				 url('fonts/roboto/Roboto-Regular-webfont.woff'),
			     url('fonts/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
		}

		@font-face {
		  font-family: 'robotothin';
		  src: url('fonts/roboto/Roboto-Thin-webfont.eot');
		  src: url('fonts/roboto/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
		  	   url('fonts/roboto/Roboto-Thin-webfont.ttf') format('truetype'),
		  	   url('fonts/roboto/Roboto-Thin-webfont.woff'),
		       url('fonts/roboto/Roboto-Thin-webfont.svg#robotothin') format('svg');
		}

		@font-face {
		  font-family: 'robotolight';
		  src: url('fonts/roboto/Roboto-Light-webfont.eot');
		  src: url('fonts/roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
		  	   url('fonts/roboto/Roboto-Light-webfont.ttf') format('truetype'),
		  	   url('fonts/roboto/Roboto-Light-webfont.woff'),
		       url('fonts/roboto/Roboto-Light-webfont.svg#robotolight') format('svg');
		}

		@font-face {
		  font-family: 'robotomedium';
		  src: url('fonts/roboto/Roboto-Medium-webfont.eot');
		  src: url('fonts/roboto/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
		  	   url('fonts/roboto/Roboto-Medium-webfont.ttf') format('truetype'),
		  	   url('fonts/roboto/Roboto-Medium-webfont.woff'),
		       url('fonts/roboto/Roboto-Medium-webfont.svg#robotomedium') format('svg');
		}

		@font-face {
		  font-family: 'robotobold';
		  src: url('fonts/roboto/Roboto-Bold-webfont.eot');
		  src: url('fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		  	   url('fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'),
		  	   url('fonts/roboto/Roboto-Bold-webfont.woff'),
		       url('fonts/roboto/Roboto-Bold-webfont.svg#robotobold') format('svg');
		}

		@font-face {
		  font-family: 'robotoblack';
		  src: url('fonts/roboto/Roboto-Black-webfont.eot');
		  src: url('fonts/roboto/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
		  	   url('fonts/roboto/Roboto-Black-webfont.ttf') format('truetype'),
		  	   url('fonts/roboto/Roboto-Black-webfont.woff'),
		       url('fonts/roboto/Roboto-Black-webfont.svg#robotoblack') format('svg');
		}


		@font-face {
		  font-family: 'droidSansMono';
		  src: url('fonts/droidSansMono/DroidSansMono.ttf') format('truetype');
		}