
/**
* GESTION DES BLOCS PRINCIPAUX
**/
body{
	background-color:#efefef !important;
    zoom:1;
}
#conteneur{
	background-image:none;
    background-color:#efefef;
   	width: 320px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	opacity: 1;
	margin:50px auto;
	position: static;
    zoom:1;
}
#dataContent{
	background-image:url(../Images/fond.jpg);
	border-bottom : 2px solid #efefef !important;
	border-left : 2px solid #efefef !important;
	border-right : 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:320px;
}
#conteneur:after {  
	content:"";
    display:block;
	
    margin:auto;
    //background-color:red;
    
    box-shadow: 0px -17px 5px #efefef;
	-moz-box-shadow: 0px -17px 5px #efefef;
	-webkit-box-shadow: 0px -17px 5px #efefef;

	width: 390px;
    height: 100px;
    
    -moz-border-radius: 200px / 100px; 
    -webkit-border-radius: 200px / 100px; 
    -khtml-border-radius: 200px / 100px; 
    border-radius: 200px / 100px; 
    

    position:relative;
    margin-top:20px;
    z-index:1000;
    
    left:-34px;
}  
#dataHeader{
	width:320px;
    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;
}