BODY {
	background-color: #ffffff;
	background-image: none;
	font-size: 77%;
    font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
    /*FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;*/
    color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
#main
{
	background-image: none;
}
#top
{
	display:none;
}
#menuleft
{
	display:none;
}
#menuright
{
	display:none;
}
#navigation
{
	display:none;
}
#back
{
	display:none;
}
#services
{
	display:none;
}
#imagesbas
{
	display:none;
}
#foot
{
	display:none;
}
.goatTools
{
	display:none;
}

#printimg
{
	display:block;
}
/* L'affichage des boutons au dessus du tableau des horaires cause un bug d'impression sous IE (la première partie du tableau avant un changement de page ne s'affiche pas) */
.hourFirst, .hourLast, .hourPrev, .hourNext
{
	display:none;
}

/* Rend la carte google non sécable pour l'impression */
#googleMaps
{
	overflow:auto;
	page-break-inside:avoid;
}

/*  structure generale */
#global
{
	background:transparent;
	margin: 0px auto 0px auto;
	text-align: left;
}
#middle
{
	width:520px;
	background:transparent;
	margin: 0px;
	text-align: left;
}

/* Contenu */
div#content
{
	margin:5px;
	border:none;
}
div#content div.top
{
	background:transparent;
}
div#content div.middle
{
	background:transparent;
}

/* Navigation */
/*#navigation div.icicentre
{
	width: auto;
}
#navigation div.nav
{
	width: auto;
}*/
