.home /************************************ Bouton home studio *******************/
	{
	position : absolute;
	top : 140px;
	left : 10px;
	width : 286px ;
	height : 49px ;
	background : url(../boutons/home.png);
	}
.prod /************************************ Bouton prod des sons*******************/
	{
	position : absolute;
	top : 250px;
	left : 10px;
	width : 286px ;
	height : 49px ;
	background : url(../boutons/prod.png);
	}
.mixage /************************************ Bouton mixage *******************/
	{
	position : absolute;
	top : 360px;
	left : 8px;
	width : 286px ;
	height : 49px ;
	background : url(../boutons/mixagestudio.png);
	}
.studiorecording /************************************ Bouton recording*******************/
	{
	position : absolute;
	top : 470px;
	left : 8px;
	width : 286px ;
	height : 49px ;
	background : url(../boutons/recordingstudio.png);
	}
.home:hover
	{
	background : url(../boutons/homeho.png);
	}
.prod:hover
	{
	background : url(../boutons/prodho.png);
	}
.mixage:hover
	{
	background : url(../boutons/studiomixageho.png);
	}
.studiorecording:hover
	{
	background : url(../boutons/studiorecordingho.png);
	}

.studio1
	{
	background : url(../photos/studio1.jpg);
	margin: auto;
	width: 628px;
	height: 106px;
	}
.studio2
	{
	background : url(../photos/studio2.jpg);
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 300px;
	height: 217px;
	}
.studio3
	{
	background : url(../photos/studio3.jpg);
	float: right;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 300px;
	height: 217px;
	}
.studio4
	{
	background : url(../photos/studio4.jpg);
	float: left;
	margin-left: 10px;
	margin-bottom: 55px;
	width: 300px;
	height: 217px;
	}
.studio5
	{
	background : url(../photos/studio5.jpg);
	float: right;
	margin-right: 10px;
	margin-bottom: 55px;
	width: 300px;
	height: 217px;
	}
.studio6
	{
	background : url(../photos/studio6.jpg);
	margin: auto;
	width: 628px;
	height: 106px;
	}
.studio7
	{
	background : url(../photos/studio7.jpg);
	margin: auto;
	width: 200px;
	height: 236px;
	}
.studio8
	{
	background : url(../photos/studio8.jpg);
	margin: auto;
	width: 300px;
	height: 93px;
	}
.studio9
	{
	background : url(../photos/studio9.jpg);
	margin: auto;
	width: 628px;
	height: 133px;
	}
.studio10
	{
	background : url(../photos/studio10.jpg);
	margin: auto;
	width: 200px;
	height: 151px;
	}
.studio11
	{
	background : url(../photos/studio11.jpg);
	margin: auto;
	width: 200px;
	height: 174px;
	}
.studio12
	{
	background : url(../photos/studio12.jpg);
	margin: auto;
	width: 628px;
	height: 59px;
	}
.studio13
	{
	background : url(../photos/studio13.jpg);
	margin: auto;
	margin-bottom: 15px;
	width: 600px;
	height: 237px;
	}
.studio14
	{
	background : url(../photos/studio14.jpg);
	margin: auto;
	width: 628px;
	height: 221px;
	}
.studio15
	{
	background : url(../photos/studio15.jpg);
	margin: auto;
	width: 628px;
	height: 61px;
	}
.studio16
	{
	background : url(../photos/studio16.jpg);
	margin: auto;
	margin-bottom: 25px;
	width: 200px;
	height: 262px;
	}
.texteintro
	{
	position: absolute;
	color: white;
	text-align: center;
	width : 632px ;
	height : 1268px ;
	margin-left: 32px;
	text-decoration: none;
	border: 1px solid white;
	top: 29px;
	}
.texteintro span
	{
	color:#DAA520;
	}
.texteintro h2
	{
	color:#CD853F;
	}

.texteintro a
	{
	color:white;
	}
.retourstudio
	{
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	background : url(../boutons/retour.png);
	border: 0px;
	top: 810px;
	left: -200px;
	}
.retourstudio:hover
	{
	background : url(../boutons/retourho.png);
	}