@charset "utf-8";
/* CSS Document */

html{
	width:100%;
	min-height:100%;
	height:100%;
	/*background-image:url(../images/body_bg.png);*/
	/*background: transparent url(images/body_bg.png);*/
	background-image:url(../images/hr.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;	
	}
	

body {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width:100%;
	min-height:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	/*background: transparent url(images/bois.jpg) repeat-x top right;*/
	/*background-image:url(../images/bois.jpg);
	background-repeat:repeat-x;*/
}

/*/////////////////////////// DIV PRINCIPALE  ///////////////////////////////////////////////////////////////////////////////////////////*/
#Conteneur{
	position:relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
	color:#FFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:2;
	}
/*/////////////////////////// DIV PRINCIPALE  ///////////////////////////////////////////////////////////////////////////////////////////*/
/* DIV PRINCIPALE CONTENU avec dimension CONTENU centré pour l'ecran ////////////////////////////////////////////////////////////////////*/
#contenu{
	position:relative;
	width: 419px;
	min-height: 427px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
	}
