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

body
{
		background-color: #000000;

}
#coord
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#ffffff; 
	text-align:center;
	padding-top: 100px;
	background-color: #000000;

}

#main
{
	background-color: #000000;
	background-repeat:no-repeat;
	width:700px;
	height:453px;
	margin:0 auto;
	padding:0 auto;
	text-align: center;
	}
#instagram
{
	position:fixed;
	right:-150px;
	top:240px;
	transition:right 1s;
}
#instagram:hover
{
	right:-10px;
	transition:right 1s;	
}

#facebook:hover
{
	right:-10px;
	transition:right 1s;	
}

#facebook
{
	position:fixed;
	right:-150px;
	top:300px;
	transition:right 1s;
}
#facebook:hover
{
	right:-10px;
	transition:right 1s;	
}

#mail
{
	position:fixed;
	right:-150px;
	top:360px;
	transition:right 1s;
}
#mail:hover
{
	right:-10px;
	transition:right 1s;	
}
#boutiqueP
{
	position:fixed;
	right:-150px;
	top:420px;
	transition:right 1s;
}
#boutiqueP:hover
{
	right:-10px;
	transition:right 1s;	
}
	
#boutique
{
	position: fixed;
	top: 480px; left: 50%; 
	transform: translate(-50%, 140%);

}



.global
{
	width:100%;
	height:500px;
	padding-top:100px;
	background-color:#000000;
	padding-top: 10px;

}
