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

body {
	margin:0;
	padding:0;
	height:100%;
	background: #999;
	font-family:  Tahoma, Geneva, sans-serif;
	font-size:13px;
	}

h1{
	margin:0;
	padding:0;
	}

#header {
	background:#999 url(Site_espigoule_header.png) no-repeat top center;
	height: 250px;
	width:1024px;
	margin:auto;
	}
#titre{
	margin-left:55px;
	margin-top:100px;
	width:359px;
	height:48px;
	float:left;
	}

#site {
	position:relative;
	bottom:0;
	background:#999 url(fond_site.png) top center repeat-y ;
	margin:auto;
	width:1024px;
	height:auto;
	}

#bonton_twice{
	float:left;
	}
#dvd{
	width:300px;
	height:100px;
	margin-top:80px;
	margin-left:30px;
	}
#societe{
	width:300px;
	height:100px;
	margin-top:150px;
	margin-left:30px;
	 }
	 
#btn_dvd img {display: none;}
#btn_dvd{
  display: inline-block;
  width:250px;
  height:100px;
  background-image:url(Btn_DVD.png);
}
#btn_dvd:hover {
  background-image:url(Btn_DVD_hover.png);
}
#texte{
	float:right;
	margin-top:20px;
	margin-right:70px;
	width:550px;
	height:auto;
	
	}

#btn_societe img {display: none;}
#btn_societe{
  display: inline-block;
  width:250px;
  height:100px;
  background-image:url(Btn_Societe.png);
}
#btn_societe:hover {
  background-image:url(Btn_Societe_hover.png);
}
#polaroids{
	margin-bottom:15px;
	}
#polaroids img{
	margin:20px;
	}

#footer {
	background:url(footer.png) top center no-repeat;
	padding-top:30px;
	font-size:12px;
	height:40px;
	width:1024px;
	}
