html, body {
margin: 0;
padding: 0;
height: 100%
}
body{
	padding:0px;
	margin:0px;
	background:#400707;
	background:#400707 url("../../img/bg.jpg") top center repeat-x;
}
#all{
	width:1000px;
	margin:0 auto;
	height:100%;
	background:transparent url(../../img/bgMiddleCol.jpg) 184px 0px repeat-y;
}
.clear { clear:both;}
/**************************/
/* COLONNE DE GAUCHE MENU */
/**************************/
#leftCol{
	width:184px;
	height:800px;
	background:transparent url("../../img/bgLeftCol.jpg") top left no-repeat;
	float:left;
}
#leftColMenu{
	margin-top:256px;
	width:133px;
	float:right;
}
#leftColMenu a{
	display:block;
	height:26px;
	margin-top:8px;
	background:transparent url("../../img/bgBtn.jpg") top left no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:26px;
	font-size:14px;
	padding-left:20px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
#leftColMenu a:hover{
	display:block;
	text-decoration:none;
	height:26px;
	padding-left:20px;
	margin-top:8px;
	background:transparent url("../../img/bgBtnActif.jpg") top left no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:26px;
	font-size:14px;
	color:#666d53;
	font-weight:bold;
}
#leftColMenu a.actif{
	display:block;
	text-decoration:none;
	height:26px;
	padding-left:20px;
	margin-top:8px;
	background:transparent url("../../img/bgBtnActif.jpg") top left no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:26px;
	font-size:14px;
	color:#666d53;
	font-weight:bold;
}
/**************************/
/* COLONNE MILIEU CONTENU */
/**************************/
#middleCol{
	width:430px;
	background:transparent url("../../img/bgMiddleCol.jpg") top left repeat-y;
	float:left;

}
#middleColLogo{
	width:100%;
	height:178px;
	background:transparent url("../../img/logoMiddle.gif") top left no-repeat;
}
#middleColContain{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:20px;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#556c5b;
	padding:0px;
	margin:10px 0px 10px 0px;
}
h1{
	font-size:200%;
}
h2{
	font-size:200%;
	color:#7d9270;
}
h3{
	font-size:160%;
}
h4{
	font-size:160%;
	color:#7d9270;
}
h5{
	font-size:130%;
}
h6{
	font-size:130%;
	color:#7d9270;
}

/**********************************/
/* COLONNE DROITE DESIGN ET FLASH */
/**********************************/
#rightCol{
	width:385px;
	height:800px;
	float:left;
}
#rightColTop{
	width:100%;
	height:142px;
	background:transparent url("../../img/bgRightColTop.jpg") top left no-repeat;
}
#rightColBottom{
	width:100%;
	height:658px;
	background:transparent url("../../img/bgRightColBottom.jpg") top left no-repeat;
}