@charset "UTF-8";
/* 090215 */
html, body{
	padding:0;
	margin: 0;
}
	
/*--------header-------*/

#search{display: none;}

#header{
	border-bottom:#807a7c 1px solid;
	width: 100%;
	padding: 0;
	top: 0;
	height: 102px;
	margin-bottom: 50px;
	}

#logo{
	margin:4px auto 10px auto;
	}
	
a#logo{
	height:71px;
	width:350px;
	background: no-repeat 0 0;
	display:block;
	}
	
#picto{display: none;
	}

#header a{
	text-decoration:none;
	color: white;
	}

/*-------menu------------*/


ul#menu {
	margin: 0 30px 0 30px;
	padding:0;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:small;
}
	
ul#menu li{
	float:left;
	list-style:none;
	line-height:20px;
	width: 9%;
	min-width: 60px;
	margin: 0;
}
	
ul#menu li a{
	border-top: 1px solid white;
	color: #555;
	text-decoration:none;
	text-align: center;
	display:block;
	margin: 0;
}

#menu a:hover, #menu a:focus {
	color: #000;
	border: #807a7c dashed 1px;
	background-color: #fff;
}
#menu a.active {
	border: solid 1px #807a7c;
	color: black;
	border-bottom:white 1px solid;
	background-color: ;
}


/*---------sommaire-----------*/
ul#sommaire{
	clear:both;
	margin:0 auto;
	padding:0;
	width:752px;
	margin-top:40px;
	list-style-type:none;
	font-size: 85%;
	font-family:"Times New Roman", Times, Georgia, serif;
	line-height: 20px;}
	
ul#sommaire li.small{
	border-bottom: 1px #666 dashed;
	margin-bottom: 32px;
	height: 181px;

}
	
a.fuck{
	display:block;
	width:180px;
	height:180px;
	background:no-repeat 0 0;
	text-decoration:none;
	color: #666;
	border:#999 1px solid;
	}
.fuck h2{ 
	float:left;
	margin:2px auto auto 200px;
	margin-left: 200px;
}
h2{
	font-weight: 400;
	font-size:150%;
	white-space: nowrap;
}
h2 a{
	text-decoration:none;
	color: #666;
}
h2 a:hover{
	color: #000;
}

.credits{
	font-size: 95%;
	float: right;
	width: 160px;
	line-height: 1em;
	margin-top: 22px;
}
.credits p{
	margin:8px auto 8px 0;
}
.credits a, .cartel a{
	color: #007bae;
	text-decoration: none;
}
.credits a:hover, .cartel a:hover{
	text-decoration: underline;
	color: #000;
}
.cartel{
	border-top:#AAA dotted 1px;
	float: right;
	width: 319px;
	margin-top: 33px;
	padding-top: 4px;
	margin-right: 70px;
	word-spacing: 1px;
}

/*-------medium-----------*/

.medium{
	border-bottom: 1px #666 dashed;
	margin-bottom: 36px;
}
.medium h2{
	color: black;
	float: left;
	margin-left: 500px;
}
.medium .cartel{
	width: 200px;
	float: right;
	margin-top: 60px;
	border-top:#AAA dotted 1px;
	;
}
.medium img{
	border: #888 solid 1px;
	border-bottom: none;}
	
/*-------large----------*/

.large{
	margin-bottom: 38px;
}
.large h2{
	margin-top: 0;
}
.large .cartel{
	width: 400px;
	float: left;
	margin-top: -50px;
}	
.large .credits{
float: right;
	width: 250px;
	margin: 20px auto 0 480px;
}
