body
{
padding: 0px;

background: #273b69;
height: 100%;
}

.barre
{
position: absolute;
top: 0px;
left: -1px;
height: 15px;
width: 100%;
background: white;
 

}

.centre
{
width: 100px;
	height: 100px;
	text-align: center;
	
	

	position: absolute;
	left: 40%;
	top: 40%;
	margin-left: -50px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -50px; 
	/* Half the height of the DIV tag which is also 50 pixels */

	}
	.centre .stick
	{
	
	position: absolute;
  left: 200px;
  }
  .stick:hover
  {
  
  -webkit-opacity:1.1; -moz-opacity:1.1;
	-webkit-transform:scale(1) rotate(13deg) translate(0px, 0px) skew(0deg, 0deg); -moz-transform:scale(1) rotate(13deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transition:all .6s ease-in-out; -moz-transition:all .6s ease-in-out;
  
  }

 .centre .sticke
	{
	
	position: absolute;
  left: 50px;
  }
  .sticke:hover
  {
  
  -webkit-opacity:1.1; -moz-opacity:1.1;
	-webkit-transform:scale(1) rotate(13deg) translate(0px, 0px) skew(0deg, 0deg); -moz-transform:scale(1) rotate(13deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transition:all .6s ease-in-out; -moz-transition:all .6s ease-in-out;
  
  }
  a img
  {
  border: none;
  }
  
  .footer
  
  {
  position: absolute;
  bottom: 6%;
  	left: 40%;
	margin-left: -50px; 
	/* Half the width of the DIV tag which is 50 pixels */
	
	/* Half the height of the DIV tag which is also 50 pixels */
  }
  

