/* CSS Document */
/* --------------------------------------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	* {
		padding:0;
		margin:0;
		border:none
	}
	body {
		font-family:"Times New Roman", Times, serif;
		font-size:13px
	}
/* --------------------------------------------------------------------------------------------- Eléments masqués à l'impression */
	#udm,
	#header #acces_rapide,
	#header #langues,
	#header #logo_texte,
	#header #fading_picture,
	#header #slogan,
	#header #recherche,
	#header #newsletter,
	#header #bienvenue,
	#header #outils,
	#main #compass,
	#main #left,
	#main #right,
	#footer,
	#eContoo,
	#titre {display:none}
/* --------------------------------------------------------------------------------------------- Eléments modifiés pour l'impression */
	#header {
		width:670px;
		height:120px
	}
	* html #header {width:640px}
	#header #slogan_print {
		display:block;
		color:#5a3b30;
		padding:50px 0 0 180px;
		font-size:1.7em
	}
	#contenu {
		padding:0;
		width:670px
	}
	* html #contenu {width:640px}
	