* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;
}

ul, li {
	list-style-type: none;
}

a {
	text-decoration : none;
	color: #000000;
}

/* ----   ---- */

body {
	
}

#mainColumn {
	width: 500px;
}

/* ----   ---- */

#topBar {
	display : none;
}

/* ----   ---- */

#logo {
	position : absolute;
	top : 0;
	left: 0;
}

/* ----   ---- */

#rightColumn, #guichet, #recherche {
	display : none;
}

/* ----   ---- */

#bottomBar {
	display : none;
}
/* ----   ---- */

a.noPrint {
	display : none;
}
