/* stylesheet.css Preambule */
/* par Phil Turcotte le 29 juin 2010 */
/* www.numerique.ca */


body {
	background-image:url(../images/img_background.jpg);
	background-repeat:no-repeat;
	background-position:center -77px;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
}

a:link, a:visited, a:active {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none
}

p { line-height:1.5em; padding-bottom:20px; }

.cache {	
	font-size:1px;
	width:1px;
	height:1px;
	position:absolute;
	visibility:hidden;
	overflow:hidden;
}

.bleu, .txtBleu { color:#1B4384; }
