/* Global settings */
* {
    color: #999999;
    font-family: Georgia, serif;
    font-size: 14px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 0.3px;
}
html {
	overflow-y: scroll;
}

/* form */
fieldset input,
fieldset textarea {
    margin: 5px 0 5px 0;
    font-family: Georgia, serif;
    font-size: 14px;
    padding: 2px;
    border: 1px solid #000;
}


/* Layout */
#container {
	margin: auto;
	width : 960px;
	position: relative;
	margin-bottom: 50px;
}
#header {
	position: relative;
	top : 0px;
	height: 100px;	
}
h1 a {
	position: absolute;
	top: 40px;
	left: 0;
	color: #0d476b;
	font-size: 22px;
	font-weight: normal;
}
h1 a:hover {
	color: #F101BB;
}
h2 {
	display: none;
}
h3 {
	display: none;
}
.path {
	display: none;
}


/* Menu */
#menu {
	position: absolute;
	left: 145px;
	top: 40px;
}
#menu li {
	display: inline;
}
#menu li a {
	font-size: 22px;
	background: url(../img/point.png) no-repeat 5px 9px;
	padding-left: 20px;
}
#menu li a.selected {
	color: #F101BB;	
}
#menu li a:hover {
    color: #F101BB;	
}


/* Accueil */
#bio {
	position: relative;
	width: 960px;
	top: 10px;
	font-size: 16px;
	color: #666666;
	padding-left: 80px;
	background: url(../img/point.png) no-repeat 65px 7px;
}


/* Series */
#filter_results {
	position: absolute;
	width: 960px;
	top: 55px;
}
.name a.tooltip span {
	padding:2px 3px;
	margin-left:10px;
	width:150px;
}
.name a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #f101bb;
}
#index li {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

	
/* Media */
#media {
	width: 960px;
	height: 600px;
	overflow: hidden;
	text-align: center;
}
#nav {
	width: 100%;
	text-align: center;
	line-height: 50px;
}

/* Contact */
#contact {
	position: absolute;
	right: 0px;
	top: 40px;
}
#contact li a {
	font-size: 22px;
	background: url(../img/point.png) no-repeat 5px 9px;
	padding-left: 20px;
}
#contact li a.selected {
	color: #F101BB;	
}
#contact li a:hover {
    color: #F101BB;	
}
#contact_text {
	width: 485px;
	color: #999999;
	line-height: 20px;
}
#contact_form {
	position: absolute;
	top: 100px;
	right: 0px;
	width: 380px;	
}
#contact_form p{
	margin-bottom: 10px;
}
#contact_form p input{
	padding-left: 5px;
}

#contact_form label{
	text-transform: uppercase;
	color: #999999;
}
#contact_form input{
	border: 1px solid #DDDDDD;
	height: 27px;
	width: 372px;
}
#contact_form textarea{
	border: 1px solid #DDDDDD;
	height: 170px;
	width: 377px;
}
#contact_form p button{
	margin-top: 20px;
	background: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
}


/* blog */
#blog h3 {
	display: block;
}
#blog ul li {
	padding-bottom: 25px;
}
#blog ul li .file {
	padding-top: 10px;
	padding-bottom: 10px;
}


/* links */
#page_header {
	padding-bottom: 25px;
}
#links h3 {
	display: block;
}
#links h3 a:hover {
	color: #F101BB;
}
#links li {
	display: block;
	padding-bottom: 20px;
}

/* tooltip */
#tooltip {
	position: absolute;
	width: auto;
    padding:10px;
    text-align: left;
    background-color: #f101bb; 
    border: 0;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-family: Georgia, serif; 
    font-size: 12px;
    font-weight: normal;
}
#tooltip h3 {
	color:#FFF;
    font-weight: bold;
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
