/*---------------------------------------------Positions--------------------------------------*/

html, body {
	margin: 0px;
	height: 100%;
	background:#3E3C26 url(../image_library/bkg_bas_pattern.jpg) repeat-x bottom;
}

#pitou {
	background:url(../image_library/bkg_bas_chien.jpg) no-repeat right bottom; 
	width:100%; 
	height:100%;	
	bottom:0;
}

#contenant {
	padding-top:20px; 
}

#contenu {
	width:790px; 
	margin-left:20px; 
}

#haut{
	text-align:left;
}

#HTitle{
	font:normal 10px Verdana, Arial, sans-serif; 
	color:#FFFFFF; 
	margin-bottom:11px;
}

#navHaut{
	width:593px; 
	height:37px; 
	margin-left:57px;
	background:#2E2B22;
}

#elementNavH{
	width:83px;
	height:25px;
	float:left;
	margin-top:12px;;
	text-align:center;
}

#middle{
	width:790px;
	min-height:295px;
	_height:295px;
	margin-left:7px;
}

#middleGauche{
	width:130px;
	height:383px;
	float:left;
} 

#middleDroit{
	min-height:383px;
	_height:383px;
	width:640px;
	float:left;
	background:#52503C;
	margin-left:10px;
}

#contenuCentre {
	color:#FFFFFF
}

#clearFloat{
	clear:both;
}


#copyright{
	width: 300px;
	float:left;
	margin-top: 2px;
	margin-left:150px;
	font: normal 10px Arial, Verdana, sans-serif;
	color: #9C9B92;
	text-align: left;
}

#credit{
	width:320px;
	float:right;
	margin-top: 2px;
	margin-right:20px;
	font:normal 10px Arial, Verdana, sans-serif;
	color:#9C9B92;
	text-align:right;
}



