@charset "utf-8";
/* Intégration de la police à utiliser */
@font-face {
    font-family: 'fontawesome';
    src:  url('fonts/fontawesome-webfont.eot') format('eot'),
    	 url('fonts/fontawesome-webfont.woff') format('woff'),
         url('fonts/fontawesome-webfont.ttf') format('truetype'),
         url('fonts/FontAwesome.otf') format('otf'),
         url('fonts/fontawesome-webfont.svg') format('svg');
		 }
@font-face {
	font-family : 'RobotoBlack';
    src :  url('fonts/Roboto-Black.ttf') format('truetype');
	/*font-color : #000000; vérifier dans le style.css*/
	}
@font-face {
		 font-family : 'RobotoBlackItalic';
    src :  url('fonts/Roboto-BlackItalic.ttf') format('truetype');
	font-style : italic;
	}
	
@font-face {
font-family: 'Roboto';
src : url('fonts/Roboto-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'RobotoItalic';
src: url('fonts/Roboto-Italic.ttf') format('truetype') ;
font-weight : 400;
font-style : italic;
}

@font-face {
font-family: 'RobotoBold';
src: url('fonts/Roboto-Bold.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'RobotoBoldItalic';
src: url('fonts/Roboto-BoldItalic.ttf') format('truetype');
font-weight: 500;
font-style : italic;
}

@font-face {
font-family: 'RobotoThin';
src: url('fonts/Roboto-Thin.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}

@font-face {
font-family: 'RobotoThinItalic';
src: url('fonts/Roboto-ThinItalic.ttf') format('truetype');
font-weight: 200;
font-style: italic;
}

@font-face {
font-family: 'RobotoLight';
src: url('fonts/Roboto-Light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}

@font-face {
font-family: 'RobotoLightItalic';
src: url('fonts/Roboto-LightItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}

@font-face {
font-family: 'RobotoMedium';
src: url('fonts/Roboto-Medium.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'RobotoMediumItalic';
src: url('fonts/Roboto-MediumItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}    

@font-face {   
    font-family : 'glyphicons-halflings';
    src : url('fonts/glyphicons-halflings-regular.eot') format('eot'),
    	  url('fonts/glyphicons-halflings-regular.woff') format('woff'),
          url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
          url('fonts/glyphicons-halflings-regular.svg') format('svg');
}

/*Titres et paragraphe*/




p span{
	background:#fff;
	padding:0 5px;
	text-align: center;
}









/*vérifier les PX : icones sont en em, pas les font*/