/* AUTEUR: Normand Grégoire */
/* Date de création: 12/07/02 */

/* activites du tableau principal */
.act_table   {width:580px;position:relative;top:0;left:0;}
.day		{text-align:center;font-size:8pt;font-weight:bold;padding: 0 0 5 0;}
.name		{width:300px;background-color:#DDE4DF;font-size:8pt;font-weight:bold; padding:3 0 3 10;}
A:link		{color:navy;}
A:visited	{color:navy;}
A:hover		{color:red;}
.age		{background-color:#DDE4DF;font-size:8pt;font-weight:bold; padding:0 5 0 5; text-align:center;}

/* logo ecole laurier, nouveau ou rien */
.laurier	{background-image:URL("../logo_csdm_small.gif");
			 background-repeat:no-repeat;padding: 0 10 0 0;}
.nologo		{padding:0 7 0 7; }
.newlogo        {background-image:URL("../nouveau2.gif");
			 background-repeat:no-repeat;width:25px;}
.logo_lagardere {background-image:URL("../logo_lagardere_small2.gif");
			 background-repeat:no-repeat;width:25px;}
.logo_lions  {background-image:URL("../logo_lions_03.gif");
			 background-repeat:no-repeat;width:25px;}
.logo_tissage {background-image:URL("../logo_tissage.gif");
			 background-repeat:no-repeat;width:25px;}
.logo_closse {background-image:URL("../logo_lambert_closse_15.gif");
			 background-repeat:no-repeat;width:25px;}
.logo_asj     {background-image:URL("../logo_asj_01.gif");
			 background-repeat:no-repeat;width:25px;}


/* cellules du tableau */
.cell_empty	{background-color:#00CC33;padding:0 7 0 7;}
.cell_fill	{background-color:#205DB8;padding:0 7 0 7;}
.cell_one	{background-color:#AA04B0;padding:0 7 0 7;}
#oneday		{background-color:#AA04B0;}
.exclusive  {background-color:#AA04B0;padding:0 7 0 7;}

/* legende du tableau principal */
.legend		{font-size:8pt;font-weight:bold;text-decoration:underline;vertical-align:bottom;padding:40 0 10 0;}
.explain	{font-size:8pt;font-weight:normal;vertical-align:top;padding:5 0 15 10}

/* description des activites */
.act_title	{width:110;padding: 4 10 4 10;background-color:#BABABA;font-size:8pt;font-weight:bold;border:0;vertical-align:top;}
.act_fact	{width:380;padding: 4 10 4 10;background-color:#DDE4DF;font-size:8pt;font-weight:normal;}
.act_notes  {margin-left:23;}
.act_margin {width:10;background-color:#BABABA;vertical-align:bottom;}

.spacer		{padding: 0 20 0 0;}

