
/**
* GESTION DES BLOCS PRINCIPAUX
**/
body{
	background-color:#efefef !important;
    zoom:1;
}
#conteneur{
	background-image:none;
    background-color:#efefef;
   	width: 768px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	opacity: 1;
	margin:50px auto;
	position: static;
    zoom:1;
}
#conteneur{
    background-color:#efefef !important;
	border-bottom : 2px solid #efefef !important;
    -moz-box-shadow: 0px 7px 19px #9a9a9a;
	-webkit-box-shadow: 0px 7px 19px #9a9a9a;
	box-shadow: 0px 7px 19px #9a9a9a;
  	width:768px;
}
#dataHeader{
	width:768px;
    margin:0 auto;
    text-align:center;
    padding:0px 0px 0px 0px;
    border:none;
	border-top : 2px solid #efefef;
	border-left : 2px solid #efefef;
	border-right : 2px solid #efefef;
}