body {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  color: #999999;
  font-size: 10px;
  margin: 0;
  padding: 0;
  text-align: center; /* IE 5.5 hack */
  marginheight:0 ;
  marginwidth:0;
  topmargin:0 ;
  rightmargin:0;
  leftmargin:0 ;
  background-image: url(images/back.gif);
  
}

td,tr {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 12px;
color: #999999; 
}

.content {padding:5px}

a:link {color: #FFFFFF; text-decoration: underline; }
a:visited { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: none; }

p{padding:0;
margin:0;
}

/* ### DEBUT CSS STYLE POUR MENU GAUCHE ### */

#menuleft{ width:145px;margin: 0px ; padding:0px;}
#menuleftheader{
width:140px;
padding:0;
margin:15px auto 0 auto;
font-size: 13px;
font-style:italic;
font-weight:700;
color: #fff;
padding-top:2px;
background-color:#ff9900;
text-align: center;
margin-bottom: 1px;
}
	
#menuleft ul{
padding:0;
margin:0;
list-style: none;
text-align:center;
}

#menuleft li
{
padding:0;
margin:0;
background: none;
margin-bottom: 1px;
}


#menuleft a{
padding:2px 0px 2px 5px;
margin:0 auto 1px auto;
display: block;
position: relative;
width: 136px;
text-decoration: none;
background-color:#999999;
color: #fff;
text-transform: uppercase;
font-size: 11px;
text-align:left;
}

#menuleft a:hover{
background: inherit;
color: #fff;
background-color:#ff9900;
}
/* ### FIN CSS STYLE POUR MENU GAUCHE ### */




/* ### DEBUT CSS STYLE POUR MENU HAUT ### */
#menuhaut ul
{
padding-left:0px;
list-style: none;
margin: 0px;
text-align:center;

}

#menuhaut li
{
display: inline;
float: left;
background: none;
padding: 0px;
margin-bottom: 1px;
}

#menuhaut a
{
display: block;
position: relative;
width: 120px;
height: 20px;
padding-top:2px;
margin-right: 1px;
margin-bottom: 2px;
text-decoration: none;
background-color:#999999;
color: #636363;
text-transform: uppercase;
font-size: 12px;
text-align:center;
}

#menuhaut a:hover
{
background: inherit;
color: #fff;
background-color:#ff9900;
}
/* ### FIN CSS STYLE POUR MENU HAUT ### */



/* ### DEBUT CSS STYLE POUR MENU 2 HAUT ### */
#menuhaut2 ul
{
padding:0px;
list-style: none;
margin: 0px 0 0 100px;
text-align:center;

}

#menuhaut2 li
{
display: inline;
float: left;
background: none;
padding: 0px;
margin-bottom: 1px;
}

#menuhaut2 a
{
display: block;
position: relative;
width: 120px;
height: 20px;
padding-top:2px;
margin-right: 1px;
margin-bottom: 2px;
text-decoration: none;
background-color:#999999;
color: #636363;
text-transform: uppercase;
font-size: 12px;
text-align:center;
}

#menuhaut2 a:hover
{
background: inherit;
color: #fff;
background-color:#ff9900;
}
/* ### FIN CSS STYLE POUR MENU HAUT ### */





/* START MENU AUTOMATIQUE HAUT */

.suckertreemenu ul{
border-top: 1px solid white;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-image: url(http://www.webloft.ca/GouletMoto/images/backTable.gif);
text-decoration: none;
/*background-color: #F3F3F3; overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 80px; Width of top level menu link items*/
padding: 6px 10px 8px 10px;
border-left-width: 0;
text-decoration:none;
text-align:center;
font-size:10px;
font-weight:800;
font-style:italic;
text-transform:uppercase;
}


/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
text-decoration:none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
text-decoration: none;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
text-decoration:none;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
border-top: 0;
color:#666666;
background: #FF6600;
display: block;
width: 160px; /*width of sub menu levels*/
margin:0px 0 px;
text-decoration: none;
padding: 5px 5px;
text-align:left;

}

.suckertreemenu ul li ul li a:hover{
color:white;
background:#FF6600;
}

.suckertreemenu ul li a:hover{
background:url(images/bg_menu.jpg) no-repeat top center;
/*background-color: #CCCCCC;*/
color:#ff9900;
text-decoration:none;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/*background: #F3F3F3 url(images/arrow-down.gif) no-repeat center right;
*/
background-image: url(http://www.webloft.ca/GouletMoto/images/backTable.gif);
text-decoration:none;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(images/arrow-right.gif) no-repeat center right;
text-decoration:none;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
text-decoration:none;
}
	
/* Holly Hack for IE \*/
/** html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }*/
/* End */
	/* END MENU HAUT */
	
	

/*----------------- Color CSS    ------------------------*/


h2 {	color: #17397A;
	font-size: 24px;
	font-weight: normal;}
h3 a {color: #17397A; }
h3 a:hover {color: #17397A;}
h3 a:visited {color: #17397A;}



/* --------     Core CSS ---------*/


a{text-decoration: none;}
a img { border: none; }
h1 { margin: 0; padding: 20px; text-align: right; }
#hidden {display:none;}

h2 {font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: 0.2em; margin: 0 20px 20px 0; padding: 20px 0 0 0; }
h2#tagline {margin-right: 25px; padding:0;text-align: right;color: #F2EEEC;border: 0px none;; margin-left:0; margin-top:0; margin-bottom:0}

h3 {font: 24px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; margin-left: 0; margin-top: 30px;color: #17397A;  
}
h3#comments { margin-left: 20px; }
h3#respond { margin-left: 20px; }
h4 {
	font-size: 16px;
	font-weight: normal;
}
img {margin: 0px;padding: 0px; border: 0px solid #2F700F; }






#calendar {
  margin-left:5px;
  margin-right:5px;
  width:140px;
  font:90% ;
  BORDER: #666666 1px solid;
  color:#FFFFFF;
  }
  
.calendarNavigation {
  height:20px;
  padding-top:5px;
  font:80%;
  text-decoration:none;
  background-color:#ff9900;

  }
  
.calendarNavigation a:link hover{
  text-decoration:none;
  }
  
.calendarWeekName {
  background-image: url('http://www.webloft.ca/GouletMoto/images/backTable.gif');
  font:90%;
  border-bottom:1px dotted #ffffff;
  font-weight:800;
  }
  
.calendarEventOn {
  padding-top:3px;
  width:15px;
  background-color:#ff9900;
  font:80%;
  color:#FFFFFF;
  text-decoration:none;
  cursor:help;
  }

.calendarEventOff {
  width:15px;
  font:80%;
  background-color: #999999;
  color:#ffffff;
  text-decoration:none
  }


 /* START FORM ;*/
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 10px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
text-align:left;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
 /* END FORM ;*/

.ar8gras {
  font-family: Arial;
  color: #000000;
  font-size: 8pt;
  font-weight:bold;
}

.ar8norm {
  font-family: Arial;
  color: #000000;
  font-size: 8pt;
}
.ar10gras {
  font-family: Arial;
  color: #000000;
  font-size: 10pt;
  font-weight:bold;
}

.ar10norm {
  font-family: Arial;
  color: #000000;
  font-size: 10pt;
}
.speciaux{
  font-family: Arial;
  color: #ffffff;
  font-size: 14pt;
  font-weight:bold;
  background-color:red;
}


.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

