@charset "utf-8";
/* CSS Document */

body{
	background:#9cbcda;
	padding:0;
	margin:0;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#333333;
}

#main{
	position:absolute; 
	left:50%; 
	top:50%; 
	width:960px; 
	height:600px; 
	margin-top:-300px; 
	margin-left:-480px;
	background:url(../_img/general/sommaire-bg.gif) no-repeat;
}

#sommaire{
	position:relative;
	width:960px; 
	height:600px; 
}

#sommaire h1{
	background:url(../_img/general/sommaire-logo.gif) no-repeat left top;
	width:160px;
	height:163px;
	position:absolute;
	left:400px;
	top:387px;
	text-indent:-8000px;
	cursor:pointer;
	margin:0;
	padding:0;
}