@charset "UTF-8";
/* CSS Document */
body{
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;}

p{}

#corps{
	width:850px;
	height:500px;
	margin:20px auto;
	/*border:1px solid #666;*/}
	
#menu{
	width:180px;
	height:300px;
	font-size: 73%;}
	
#menu a{
	color:#000}

#menu a:hover{
	color:#06F}

	
	ul#sommaire{
	float:right;
	padding:0;
	width:600px;
	margin-bottom: 180px;
	list-style-type:none;
	font-size: 73%;
	line-height: 150%;}
	
ul#sommaire li.small{
	/*border: 1px #999 solid;*/
	margin-bottom: 52px;
	height: 91px;
}
	
a.fuck{
	display:block;
	width:90px;
	height:90px;
	background:no-repeat 0 0;
	text-decoration:none;
	color: #585a5f;
	border:#999 1px solid;
	}
a:hover.fuck{
	background: no-repeat 0 -90px;
	color: #000;
	cursor: pointer;}
	
.fuck h2{ position:absolute;
	margin:2px auto auto 200px;
	margin-left: 120px;
	}
	
h1{font-size:180%;}
	
h2{font-size: 160%;
	font-weight: 400;
	white-space: nowrap;
	
}
h2 a{
	text-decoration:none;
	color: #585a5f;
}
h2 a:hover{
	color: #000;}
	
.cartel{
	border-top:#AAA dotted 1px;
	float: right;
	width: 339px;
	margin-top: 27px;
	padding-top: 4px;
	margin-right: 40px;
}
.credits{
	font-size: 95%;
	float: right;
	width: 100px;
	line-height: 113%;
	margin-top: 22px;
}
.credits p{
	margin:8px auto 8px 0;
}
.credits a, .cartel a{
	color: #005b97;
	text-decoration: none;
}
.credits a:hover, .cartel a:hover{
	text-decoration: underline;
	color: #000;
}
	
	
