
/*-----------------------------------------------------------------------------

__  __ `__ \  _ \  ___/  __ `/_  __ \  __ \
_  / / / / /  __/ /__ / /_/ /_  / / / /_/ /
/_/ /_/ /_/\___/\___/ \__,_/ /_/ /_/\____/

IE6 Patches style sheet

site:      MSSS - Régions
version:   1.1
author:    Vincent Martin "Yohko"
email:     vincent@mecano.ca

Notes: Majorly used for PNG Transparency, min-height/width
	   and other IE6 head-aching bugs.

------------------------------------------------------------------------------*/

#bkd_school {
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth :	document.body.clientWidth)
	< 846 ? "846px" : 
	"auto");
}

.info {
	height:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientHeight :	document.body.clientHeight)
	< 639 ? "639px" : 
	"auto");
}
