/* définition des styles généraux */
body, html {
	background-color:#fff;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body, td, div, span, p {
	font: 11px/175% verdana;
	color: #666;
}
a {
	color:#636363;
	text-decoration:none;
}	

a:hover {
	color:#6dabb8;
	text-decoration:none;
}

img, table {
	border:none;
}

#webjob {
	z-index:5000; 
	position:fixed;
	_position:absolute; 
	bottom:5px; 
	right:5px;
	width:24px;
	height:16px;
}
#add_this {
	z-index:5000; 
	position:fixed;
	_position:absolute; 
	bottom:5px; 
	left:5px;
}
#add_this a {
	text-decoration:none;
	color:#666666;
}
#add_this img {
	vertical-align:middle;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
.mbf-item { display:none; }
/* eof définition des styles généraux */

/* définition des styles des tables */
#fullheight {
	background:#fff url(../images/bg.jpg) bottom center repeat-x;
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}

#content_table {
	width:900px;
	height:100%;
}
.prevnext {
	padding-top:130px;
}
/* styles de la page d'accueil */
#fullheight_index {
	background:#fff;
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}
#also {
	position:absolute;
	z-index:1400;
	top:0px;
	right:0px;
	width:180px;
	height:150px;
}
#container {
	position:relative;
	overflow:hidden;
	margin:0;
	border:0;
}
#wrapper {
	position:relative;
	overflow:hidden;
	margin:0;
	border:0;
}
#slider {
	background:url(../images/bg_slide.jpg) top left repeat-x;
	width:46000px;
	height:721px;
	position: relative;
	margin:0;
	border:0;
	left: 0;
}
#slider div {
	position:absolute;
}
#splash {
	left:0px;
	top:0px;
}
#loader {
	height:70px;
	width:70px;
	left:415px;
	top:230px;
}
#index_title {
	z-index:19;
	position:absolute;
	bottom:105px;
	right:0px;
	width:577px;
	height:107px;
}
#slide-left {
	z-index:18;
	position:absolute;
	top:0px;
	left:0px;
	width:149px;
	height:721px;
	background:url(../images/mask_left.png) top left repeat-y;
}
#slide-right {
	z-index:17;
	position:absolute;
	top:0px;
	right:0px;
	width:149px;
	height:721px;
	background:url(../images/mask_right.png) top right repeat-y;
}
#slide-right div.inactive, #slide-left div.inactive {
	background:none;
}
#slowerLeft {
	background:url(../images/arrow_left_sml.gif) center no-repeat;
}
#normalLeft {
	background:url(../images/arrow_left_single.gif) center no-repeat;
}
#fasterLeft {
	background:url(../images/arrow_left_double.gif) center no-repeat;
}
#slowerRight {
	background:url(../images/arrow_right_sml.gif) center no-repeat;
}
#normalRight {
	background:url(../images/arrow_right_single.gif) center no-repeat;
}
#fasterRight {
	background:url(../images/arrow_right_double.gif) center no-repeat;
}
/* styles de la page de textes */
#text_container {
	padding:10px;
	text-align:justify;
	width:560px;
	height:400px;
}
.title_element {
	font: 18px verdana;
	text-align:left;
}
.date_element {
	font: 10px verdana;
	text-align:left;
	color:#6dabb8;
	padding-bottom:10px;
}
td.date_element {
	border-bottom:#000 solid 1px;
}
.interview-left {
	background:url(../images/interview-left.png) top left no-repeat;
	text-align:left;
	padding:0px 150px 25px 0px;
}
.interview-right {
	background:url(../images/interview-right.png) top right no-repeat;
	text-align:right;
	padding:0px 0px 25px 150px;
}
.interview-left div, .interview-right div {
	background:url(../images/bg.png);
	padding:5px;
	margin:15px 5px 0px 5px;
	text-align:justify;
}
.credits {
	font: 10px/150% verdana;
	color:#999;
	font-style:italic;
	text-align:left;
	padding-bottom:10px;
}
/* biography */
.main_title {
	font-size:24px;
	padding-bottom:10px;
}
.content {
	padding:10px;
	line-height:18px;
}
.year {
	font-size:18px;
}
.bio a {
	color:#999;
	text-decoration:none;
}	

.bio a:hover {
	color:#666;
	text-decoration:none;
}

/* tooltips */
.tool {
	color: #fff;
	width: 156px;
	z-index: 13000;
} 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tip-text {
	font: 10px/150% verdana;
	color:#f6f6f6;
	padding:4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

#keyfooter {
	z-index:0;
	top:0;
	left:0;
	position:fixed;
}