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

#search{
	position:absolute;
	right:10%;
	top:30px;}

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

#logo{
	margin:4px auto 10px 10px;
	}
	
a#logo{
	height:71px;
	width:350px;
	background: no-repeat 0 0;
	display:block;
	}
	
a#logo:hover, a#logo focus{
	background: no-repeat 0 -71px;
	}
	
#picto{
	position:fixed;
	bottom:25px;
	right: 20px;
	}

#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: ;
}


/*---------mainbox-----------*/
#mainbox{
	margin:0 auto;
	padding:0;
	width:752px;
	margin-top:40px;
	margin-bottom: 180px;
	list-style-type:none;
	font-size: 73%;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;	
	line-height: 20px;}
#mainbox img{
	border: solid 1px #444;
}
	
#mainbox p{
	margin-top:30px ;
}	
.small{
	width: 600px;
	margin: 0 auto;
}

.comment{
	border-top:#AAA dotted 1px;
	width:auto;
	margin:0 0 20px;
	padding: 8px;
	word-spacing: 1px;
}

h2{
	font-weight: 400;
	font-size:large;
	white-space: nowrap;
	}
.right{
	float: right;}
.center{
	text-align: center;
	margin: 0 auto;
}
.credits{
	clear: right;
	font-size: 95%;
	line-height: 1em;
	margin-top: 50px;
	border: dotted 1px #666;
	padding:10px;
}
.credits a, .comment a{
	color: #007bae;
	text-decoration: none;
}
.credits a:hover, .comment a:hover{
	text-decoration: underline;
	color: #000;
}
#back{
	float: left;
	margin:0 auto auto -80px;
}
#back a{
	color: #444;
	text-decoration: none;
	padding:0 6px;
	border: 1px solid #999;
}
#back a:hover, a:focus{
	color: white;
	background-color: #999;

}
/*h2 a{
	text-decoration:none;
	color: #004a7f;
}
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;
}*/


.large img{
	border: 1px solid #666;
}
