/* So What stylesheet	
   Updated: 09.07.10
   Author:     So What - Juhel Alexandre (Webmestre Editorial)
   Summary: 
	GENERIC
 */


/* =GENERIC
   ----------------------------------------------------*/

*{
margin: 0;
padding:0;
}
   
body{
text-align:center;
font-size: 1em;
/*background-color:#ffffff;*/
background-image:url("bg.png");
font-family: Arial, Helvetica, sans-serif;
}

a img
{
border: none;
} 
   
#global { 
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 600px; 
  height: 500px; 
  margin-top: -250px; /* moitié de la hauteur */ 
  margin-left: -300px; /* moitié de la largeur */ 
}

p{
margin : 5px 0 5px 0;
}

