/* CSS Document */
/* --------------------------------------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	* {
		padding:0;
		margin:0
	}
	body {
		font-size:70%;
		font-family:"Trebuchet MS", Verdana, sans-serif;
		color:#000;
		background:#c9dcf2 url(../images/background/bg_top.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:none; color:#000;}
	/*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 {
	  text-decoration:none;
	  border:0;
	  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}

