/*
Theme Name: Booloo
Theme URI: http://booloo.ca/
Description: Thème développé pour Booloo
Version: 1.6
Author: Mathieu Dumais-Savard / Mathias Archambault
Author URI: http://mathieusavard.info
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */

/*
CSS RESET, because all browser have different values for margin/padding/border for different html elements, so first rule is to reset all of these to make sure the page renders the same in all browsers.

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/


@import url("styleeditor.css");


#wrapper {
	width:788px;
	margin:0 auto 0 auto;
	background:white;

   	min-height:100%;
   	position:relative;
  }

#footer {
	height:28px;
	width:788px;
	background-image:url('images/footer.jpg');

	position:fixed;
	bottom:0;
	left:50%;
	margin-left:-394.5px;
	overflow:hidden;
}

#pageContent {
	padding:30px;
	height:auto;
	padding-bottom:28px

}

body {
	font-family:"Helvetica";
	/*Commentée le 17 août 2011 sur requête de Marjo, background est maintenant noir*/
	/*	background:black url('images/background.jpg') top center fixed repeat;*/
	background-color:black;
}

html,
body {
	margin:0;
	padding:0;
	height:100%
}


html {
	overflow-y:scroll;
}
