/*

	ASSOCIATION REGIONALE DU SPORT 
	ETUDIANT DE L'OUTAOUAIS -
	TABLES | VERSION 1.0
	
	-----------------------------------------
	//Simple Branch - Web Solutions Agency.//
	
	developer: Michel Joanisse
	email: hello@simplebranch.ca	
	website: http://www.simplebranch.ca
	last updated: September 27th, 2009
	
	-----------------------------------------
	
	CONTENTS ------------
	   
	   1.DEFAULT STYLING
	   2.TRAJET ÉCOLES
	   3.LIENS
	   
    --------------------
	
*/


/* 1.DEFAULT STYLING
---------------------------------------------------------------------- */
div#content-int-left table.generic {width:100%;margin-bottom:25px;}
div#content-int-left table.generic caption {text-indent:-1000em;}

div#content-int-left table.generic tr:hover {background:url(../images/opaque-bg.png);} 
div#content-int-left table.generic tr.colheaders:hover {background:none;}

div#content-int-left table.generic tr th {
	padding-left:10px;
	border-bottom:1px dashed #313b3d;
	text-align:left;
	font-style:italic;
	font-weight:normal;
	font-size:16px;
}

div#content-int-left table.generic tr.colheaders th {
	padding-right:20px;padding-bottom:20px;color:#c62b3f;
	font-size:18px;font-style:italic;font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}/*-->*/div#content-int-left table.generic tr.colheaders th.alt {color:#fff;}

div#content-int-left table.generic tr td a:hover {
	color:#218dbe;background:url(../images/icon-external.gif) top right no-repeat;
}/*-->*/div#content-int-left table.generic tr td a {display:block;}

div#content-int-left table.generic tr td {
	padding:10px 20px 10px 0;
	border-bottom:1px dashed #313b3d;
	padding:10px;
}



/* 2.TRAJET ÉCOLES
---------------------------------------------------------------------- */

div#content-int-left table.generic.trajet_ecoles tr th#col_ecoles {color:#fff;padding-left:10px;}




