﻿* {
	font-family: "Lucida Grande","Arial Unicode MS","Verdana",Sans ;
}

a:focus {
	outline:0;
}

p {
	margin:0;
	padding:0;
}

img.center, object.center,embed.center {
	display:table;
	margin:0 auto;
}


body { 
	margin:0;
	background-color:white;
	background-attachment:fixed;
	font-size:12px;
	font-family:"Lucida Grande",Verdana,sans-serif;
	text-align:center;
}

#wrapper { 
	width: 980px;
	margin:0 auto;
	padding:10px;
	text-align:left;
	border: 3px solid #efefef;
}

#footer { 
	text-align:center;
	margin-top:50px;
	font-size:10px;
	color:grey;
}
#footer a { 
	text-decoration:none;
	color:black;
}
#footer a:hover { 
	text-decoration:underline;
	
}


/* les series */
.serie {
	position:relative;
	background-color:#fff;
	margin:2px 0 10px 0;
	text-align:left;
	
}
.serie .info{
	 float:left;
	 width:600px;
	 margin:0 10px;
	 border:0px solid red;
}
.serie .photoPilot{
	float:left;
	border:0px solid red;
	text-indent:-1000em;
}
.serie .info a.slideshow{
	color:black;
	display:block;
	float:left;
	background:transparent url(images/diaporama_butn.png) no-repeat scroll -22px 0px;
	height:22px;
	overflow:hidden;
	text-indent:-2000em;
	width:22px;
}
.serie .info a.contactsheet{
	color:black;
	display:block;
	float:left;
	background:transparent url(images/contactsheet_butn.png) no-repeat scroll -22px 0px;
	height:22px;
	overflow:hidden;
	text-indent:-1000em;
	width:22px;
}


.serie .info div.caption{
	margin-top:5px;
}

.serie .info .title{
	float:left;
	font-weight:bold;
	margin:0 10px;
}
.serie .info .title a{
	color:black;
	height:22px;
	text-decoration:none;
}
.serie .info .title a:hover{
	text-decoration:underline;
}

.serie .info .author{
	margin:0 10px;
	float:left;
	color:grey;
}
