.dummy{}/* leave in - bug fix */

/************* type styles **************/
body, td{
  font-family:verdana, arial, sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#000000;
}

/*
h1{
  font-size:13px;
  color:#000000;
  margin-bottom:5px;
}
h2{
  font-size:11px;
  color:#000000;
  margin-bottom:7px;
  line-height:14px;
  font-weight:normal;
  QStitle:eleven px;
}

h3{
  font-size:10px;
  margin-bottom:7px;
  line-height:13px;
  font-weight:normal;
  QStitle:ten px;
}
h4{
  font-size:12px;
  margin-bottom:3px;
}
*/

/* Pour marquer le titre de la page en plus de tirer un trait juste en-dessous */
#pageTitle{
  text-align:center;
  font-size:28px;
  font-weight:normal;
  font-family:times new roman,times,Georgia, serif;
  font-style:italic;
  color:#5A000C;
/*
  padding-bottom:4px;
  margin-bottom:0px;
  margin-right:20px;
*/
  margin-top:15px;

}

/* Pour faire le trait de fin de page */
#hrDiv{
  color:#5A000C;
  margin:15px 20px 0px 20px;	/* top right bottom left*/
  width: 600px;
}

/*************** links ******************/
a:link{
  color:#5A000C;
  text-decoration:none;
  font-weight:bold;
  font-size:16px;
}
a:visited{
  color:#5A000C;
  text-decoration:none;
  font-weight:bold;
  font-size:16px;
}
a:active, 
a:hover{
  color:#695F8E;
  text-decoration:none;
  font-weight:bold;
  font-size:16px;
} 



/*
#advert a:link,
#advert a:visited{
  font-size:9px;
  text-align:left;
  color:gray;
  padding-left:8px;
}
*/

/********************* layout ************/
body{
  margin:0;
  padding:0;
  background:white;
  height: 100%;
/*  width: 100%;
*/
}

/* Propriétés de la bannière dans le haut (hauteur et couleur du background, couleurs des bordures) */
#banner{
  text-align:center;
  background-image:url(../images/banner_background.gif);
  height:70px;
/*
  border-top: 5px solid #000000;
  border-bottom: 5px solid #5A000C;
  border-left: 3px solid #5A000C;
  border-right: 3px solid #5A000C;
*/
/*  width:800px;
*/
}

#banner_bottom{
  text-align:center;
  background-image:url(../images/banner_bottom_background.gif);
  height:70px;
/*
  border-top: 5px solid #5A000C;
  border-bottom: 5px solid #000000;
  border-left: 3px solid #5A000C;
  border-right: 3px solid #5A000C;
*/
  color:#FFFFFF;
  font-size:11px;
/*  width:800px;
*/
}

#main{
  border-collapse:collapse;
/* Ceci fait en sorte que la page peut être scroller même quand on n'a pas besoin */
  height: 100%;

  border-top: 2px solid #5A000C;
  border-bottom: 2px solid #5A000C;
  border-left: 2px solid #5A000C;
  border-right: 2px solid #5A000C;
 
  padding:3px 0px 3px 0px;	/* top right bottom left*/

}

#thumbs_galleries{
/* Ceci fait en sorte que la page peut être scroller même quand on n'a pas besoin */
  width: 760px;

/*
  border-top: 2px solid #5A000C;
  border-bottom: 2px solid #5A000C;
  border-left: 2px solid #5A000C;
  border-right: 2px solid #5A000C;

  background-color:#723238;
*/
 
/*  padding:20px 10px 20px 10px;	*//* top right bottom left*/

}
#thumbs_galleries a:hover img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  -moz-opacity: 0.85;
}


/* Menu de gauche (largeur et couleur du background) */
#main .r1 .c1{
/*  width:139px;
*/
  background:white;
  padding:0px 0px 0px 0px;
  
/*  margin:10px 20px 10px 20px;		*/
  vertical-align:top;
}

/* Je ne peux pas mettre ça car ça va overwrite la classe .visited pour le filtre gris */
/*
#main a img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
}
*/


/* Pour mettre les images en grises */
.visited {
/*  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 0.3;
*/
/*
	filter: Gray;
*/
	filter: Gray;

}

/***************** don't edit these! **************/
ul p,

#footer p{
  margin:0;
}
p,h1,h2,h3,h4{
  margin-top:0;
}

@media print{
  #banner,
  #r1c1{
    display:none;
  }
  #footer{
    background:white;
    color:black;
  }
}


