@CHARSET "ISO-8859-1";

/*
 * Copyright : SAIWEB
 * http://www.saiweb.fr
 *
 * le pré st jean
 * -------------------------------- *
 *  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.8em;
	color:#960E02;
	background:#B89907 url('../images/bg-body.png') repeat-x top fixed;
}
#container{
	margin:15px auto 0px auto;
	padding:0px;
	width:950px;
}
#container #corps{
	float:left;
	margin:0px;
	padding:0px;
	min-height:350px;
	width:950px;
	border-left:#B32701 5px solid;
	border-right:#B32701 5px solid;
	border-bottom:#B32701 5px solid;
	background-color:#FFF5A4;
}
