/*------------------------------------------------------------------
[frontalSejour Stylesheet]

Project:		eBookers
Version:		1.0
Media:			screen
Last change:	26/05/08
Assigned to:	Emmanuel Sammut (ts)
Primary use:	Front eBookers
-------------------------------------------------------------------*/

/** ----------------------------------------------------------------
 * 1. IMPORTS OF SEJOUR
 */
@import url(global.css);
@import url(includeFiles.css);
@import url(sejour.css);
@import url(calendar.css);

/** ----------------------------------------------------------------
 * 2. STRUCTURE OF SEJOUR
 */
#wrapper {margin:0px auto; width:1000px;}
	/* Content wrapper */
	#contentWrap {}
		/* Left column */
		#lc {width:421px; float:left;}
		/* right column */
		#rc {padding-left:8px; width:563px; float:right;}

	/* Markup h1 for SEO */
	#contentWrap h1 {font-size:1em; text-indent:-2000px; height:1px; overflow:hidden;}

