/* --------------------------------------------------------
    Main stylesheet
    Site: ecole de cirque
    Created by: Stephanie Leveille- stephanie.leveille@leonarddg.com
    Filename: home.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    COLORS
    Grey: 				#646466
    orange: 			#f6a800
   -------------------------------------------------------- */

@import url(reset.css);


/********** commun *********/

html { height: auto!important; }

html, body, #container {height: auto!important;}

body > #container {height: auto; min-height: auto!important;}


body {
	height: auto!important;
}

#container {  height: auto!important;}


/****** footer ***/
#footer {
	margin-top: 0px!important; /* negative value of footer height */
}

#footer p { margin: 0; padding: 0; }
