@charset "utf-8";
/* CSS Site Studio-mag index
   création Beeplugged 2008 */
   
body{
 	background:url(background_tile.jpg) repeat-x top #dbdcde;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
 
#centrale{
	width:585px;
	height:501px;
	margin-top:-250px;
	margin-left:-292px;
	top:50%;
	left:50%;
	position:absolute;
	text-align:center; 
}

#logo{
	background:url(logo.png) no-repeat;
	width:204px;
	height:168px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-indent:-10000px;}
	
#texte{
	margin-top:40px;}

#texte h1{
	font-size:24px;}

#texte p{
	font-size:14px;}
	
noscript{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;}
	
.bouton{
	width:219px;
	height:77px;
	margin:0;
	padding:0;
	cursor:pointer;
	text-indent:-10000px;}
	
.bouton a{
	width:219px;
	height:77px;
	display:block;}
	
#entrer_mess{
	float:left;}
	
#entrer_mess a{
	background:url(mess.png) no-repeat center;}
#entrer_mess a:hover, #entrer_mess a:focus{
	background:url(mess_hover.png) no-repeat center;}
	
#entrer_studio{
	float:right;}

#entrer_studio a{
	background:url(studio.png) no-repeat center;}
#entrer_studio a:hover, #entrer_studio a:focus{
	background:url(studio_hover.png) no-repeat center;}
	
#footer{
	width:585px;
	font-size:10px;
	font-weight:bold;
	margin-top:115px;
	position:relative;
	clear:both;
	text-align:center;}
#footer a{
	color:#009BC2;
	text-decoration:none;}
	
#ie6{
	visibility:hidden;
	display:none;
}
#cache{
	display:none;
	visibility:hidden;}
