/* CSS Document */
/* --------------------------------------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	* {
		padding:0;
		margin:0
	}
	body {
		font-size:70%;
		font-family:Arial, Helvetica, sans-serif;
		color:#27667d;
		background:#e4e7eb url(../images/background/bg_body.gif) repeat-x;
		text-shadow:#fff 0 0 0;
	}
/* ------------------------------------------------------------------------- Liens */
	a {text-decoration:none; color:#000; }
	/*a:visited {
		color:#666;
		text-decoration:none
	}*/
	a:hover, a:focus, a.focus {text-decoration:underline; }
	/*a:active {text-decoration:overline}*/
	a img {border:none}
/* ------------------------------------------------------------------------- Liste */
	ul {list-style:none}
/* ------------------------------------------------------------------------- Divers */
	strong {font-weight:bold}
	em {font-style:italic}
	label {cursor:pointer}
	abbr, acronym {
	  border-bottom:1px dotted #333;
	  cursor:help
	}
	kbd {
		font-size:1.2em;
		background:#edcfcc;
		padding:0 2px;
		border:solid 1px #ccc;
		border-right:solid 1px #999;
		border-bottom:solid 1px #999
	}
	* html kbd {font-size:1em}
	*+html kbd {font-size:1em}