/*
 * version : 1.0
 * author : Arnaud Tanielian 
 * contact :  arno@ohmygob.fr
 * 
 * 
 * 1.General
 * 2.Header
 * 3.Menu
 * 4.Body
 * 5.Footer
 * 6.Classes
 * 7.Helpers
 * 
 */

/* 1.General */
* {margin:0;padding:0}
html {height: 100%;}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	overflow:hidden; 
}

#wrapper {
	height: 100%;
	overflow: auto;
	position: relative;
}

#wrapper object{
	 position: absolute;
	 bottom: 0px;
}
#wrapper embed{
	 position: absolute;
	 bottom: 0px;
}

.contenu{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#000;
}
