/** =============================================================================
	  * Large
	  * ============================================================================= */

/* BODY */
body {
  background: #fff url("upload/body-background.jpg") repeat-x center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Site */
#site {
  background: transparent url("images/site-background.png") no-repeat top center;
  background-position: center -100px;
}

/* Content */
#content {
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  padding-bottom: 50px;
}

#content h1 {
  color: #4c4c4c;
}
#content p {
  color: #333;
}

/** =============================================================================
	  * Tablette
	  * ============================================================================= */

@media (max-width: 1050px) {
  /* Site */
  #site {
    background: #fefefe;
  }
}

/** =============================================================================
	  * Mobile
	  * ============================================================================= */

@media (max-width: 480px) {
  /* Site */
  #site {
    background: #fefefe;
  }

  /* Header */
  #header {
    text-align: center;
  }
  #header .header-site-logo {
    margin: 15px 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 1025px) {
  /*.mod-menu{ background: transparent url("/templates/hpthsr/css/images/home-pannel-background-tab.png") no-repeat scroll left top !important; } 
	 #uid-30{ width:700px !important; margin:0 auto !important; padding:2px!important}
	 .grid{float:none!important}
	 .home-pannel-top{ background: transparent url("/templates/hpthsr/css/images/home-pannel-top-tab.png") no-repeat scroll left top !important; left:50% !important; margin-left:-375px !important   }
	 .home-pannel-esp-pro{ display:none !important} 
	 .mod-menu-item-label{ font-size:10px !important }
	 .mod-menu-lvl-1 {   padding: 25px 0 0 !important;}
	 .mod-menu-lvl-2 a { padding-left:10px !important; padding-bottom:0px !important; padding-top:0px !important; padding-right:0px !important}  
	 .mod-menu-items{ margin-top:20px !important}
	 .mod-menu-lvl-2-item{ height:17px !important}	*/
}
