/* CSS Daniel Baril */

body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #000000; 
	background-image: url("Bkg_Grey.jpg")
	}

p	{font-size:120%;line-height:1.2;text-align:left;}
h1	{font-size:250%; font-weight: bold; color: #000000;}
h2	{font-size:175%; font-weight: bold; color: #000000;}
h3	{font-size:125%; font-weight: bold; color: #000000;}
ul	{line-height:1.5;}
ol	{line-height:1.5;}
a:link 	{color: blue; text-decoration: underline;}
a:hover {color: red;  text-decoration: none;}
a:visited {color: #571B7E; text-decoration: none;}


table 	{
	background-color: white;
	border-collapse: collapse;
	empty-cells: hide;
	}
td 	{
	border: 1px solid grey;
	padding: 5px; 
	text-align: center;
	color:navy;
	}


img.full  {height: 100%;width: 100%;}
img.half   {height: 50%;width: 50%;}
img.quater {height: 25%;width: 25%;}
img.half   {height: 50%;width: 50%;}
img.small  {height: 15%;width: 10%;}

/* ****** La section suivante adapte le texte pour un cellulaire ********* 

@media(min-width:900px)
	{
p	{font-size:120%;line-height:1.2;}
	}

/* fin du code pour le cellulaire */


/* End */



