/*
Auteur: Jean-François Cossette
Courriel: jfcossette@adncomm.com
Date: 14 janvier 2008
*/



/* Les styles par défaut
--------------------------------------------------------------------------------------- */

body {
   background: white;
   color: black;
   font-size: 12pt/14.5pt "Times New Roman", Times, serif;
}

#header, #content, #footer {
	width: auto;
	background: none;
	float: none;
	padding: 0;
	margin: 0;
}
#header{display:none;}
#contentRight{display:none;}
#footer{display:none;}

img {border: 0;}

a:link, a:visited {
	background: transparent;
	color: #520;
	text-decoration: underline;
}

#sidebar {display: none;} /* mettre tous les éléments que nous voulons pas qui s'impriment ici */



/* Les styles personnalisés
--------------------------------------------------------------------------------------- */

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {}
blockquote {}

ul {}
ol {}
li {}
dl {}
dt {}
dd {}

table {}
caption {}
th {}
td {}

form {}
input {}
textarea {}
label {}
fieldset {}
legend {}
