@CHARSET "ISO-8859-1";
/*
 * Copyright : SAIWEB
 * http://www.saiweb.fr
 *
 * bohi.fr
 * -------------------------------- *
 *  Squelette						*
 * -------------------------------- */
 html{
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	text-align:left;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:0.78em;
	color:#4b4b4b;
	background:transparent url('../images/bg_body.png') repeat-x;
}
#container{
	margin:0px auto 0px auto;
	padding:0px;
	width:1000px;
}