/* CSS Document pour les pages de la galaxie Europarl [createur Pascal Bagnasco] */
/* CSS permettant la suppression des valeurs par defaut imposees par les navigateur pour toutes les balises */

/* ======================================================================================================== */

	/* Reinitialisation de toutes les balises generiques */
	html, body, applet, object, iframe,
	div, span, p, blockquote, img, hr, 
	h1, h2, h3, h4, h5, h6, 
	pre, a, address, big, cite, code, 
	del, dfn, font, ins, kbd, q, s, samp,
	small, strike, sub, sup, tt, var,
	dl, dt, dd, ul, li, 
	fieldset, form, label, legend, textarea, input, button,
	table, caption, tbody, tfoot, thead, tr, th, td{
		margin: 					0;
		padding: 					0;
		border: 					0;
		font-weight: 				inherit;
		font-style: 				inherit;
		font-family: 				inherit;
		vertical-align: 			baseline;
	}
	/* Reinitialisation des balises de liste */
	ul{	list-style: 				none;	}
	ol{
		border: 					0;
		font-weight: 				inherit;
		font-style: 				inherit;
		font-family: 				inherit;
		vertical-align: 			baseline;
	}
	/* Reinitialisation des balises d'abbreviation */
	acronym, abbr{
		cursor:						help;
		speak:						spell-out;
		margin: 					0;
		padding: 					0;
		font-weight: 				inherit;
		font-style: 				inherit;
		font-family: 				inherit;
		vertical-align: 			baseline;
	}
	a acronym, a abbr{
		border: 					0;
		cursor:						pointer;
	}
	/* Reinitialisation des balises de formatage texte */
	h1, h2, h3, h4, h5, h6{
		font-size:					1em;
		font-weight: 				normal;
	}
	em{
		margin: 					0;
		padding: 					0;
		border: 					0;
		outline: 					0;
		font-weight: 				inherit;
		font-family: 				inherit;
		vertical-align: 			baseline;
	}
	strong{
		margin: 					0;
		padding: 					0;
		border: 					0;
		outline: 					0;
		font-style: 				inherit;
		font-family: 				inherit;
		vertical-align: 			baseline;
	}
	/* Reinitialisation des balises pour les tableaux */
	table{
		speak-header:				always;
		border-spacing: 			0;
		border-collapse: 			separate;
	}
	caption, th, td{
		font-family: 				inherit;
		font-style: 				inherit;
		font-weight: 				normal;
		text-align: 				left;
	}
	/* Reinitialisation des balises de citation */
	blockquote:before, blockquote:after, q:before, q:after{
		content: 					"";
	}
	blockquote, q{	quotes:			"" "";	}

/* ======================================================================================================== */

	/* Parametrage du corps de la page */
	body{
		background: 				#FFFFFF;
		font-family: 				Arial, Helvetica, sans-serif;
		font-size: 					62.5%;  /* Code permettant l'equilavance em/px >> "1.1em=11px;" & "1.2em=12px;" */
		line-height: 				inherit;
		color: 						#363636;
	}