﻿html,body{ 
width: 100%;
height: 100%;
}
body { 
background-color: #fff;
/*background-image:url('/images/fondsite.png');*/
background-repeat:repeat;
background-attachment:fixed;
background-position:center; 
max-width: 972px;
margin: 0 auto;
padding-left: 100px;
}

#trash
{
background: url("../images/grid.png") repeat scroll 0 0 #F5F5F5;
}

#page
{
  min-height:100%;
  min-width:972px;
  position:relative;
  background-color: #fff;

}

#bloc_principal 
{
  padding: 0 0 100px 0;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

#footer 
{
  background-color: #fff;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*
input[type="radio"]:not(:checked),input[type="radio"]:checked{display:none;}
#images input[type="radio"] + label
{
	display:block;
	background-image:url(images/check-off.png);
	background-repeat:no-repeat;
	min-width:20px;
	padding-left:20px;
	min-height:20px;
}
#images input[type="radio"] + label:hover
{
	background-image:url(images/check-hov.png);
}
#images input[type="radio"]:checked + label
{
	background-image:url(images/check-in.png);
}
#images input[type="radio"]:disabled + label
{
	background-image:url(images/check-dis.png);
}
*/
