@charset "utf-8";
body {
font-family:Verdana, Geneva, sans-serif Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
background : #fff;
margin : 0;
padding : 0;
}
ul, ol, dl {
padding : 0;
margin : 0;
}
h1, h2, h3, h4, h5, h6, p {
margin-top : 0;
padding-right : 15px;
padding-left : 15px;
}
a img {
border : none;
}
a:link {
color : #42413c;
text-decoration : underline;
}
a:visited {
color : #666;
text-decoration : underline;
}
a:hover, a:active, a:focus {
text-decoration : none;
}
p {
	font-size: 0.7em;
	line-height:1.4em;
}
.header a:hover {
text-decoration : none;
background-color : #00f;
color : #fff;
}
.header {
	background : #fff;
	position : fixed;
	top : 0;
	width : 100%;
	height:40px;
	z-index : 10;
	border-bottom : 1px dotted #000;
}
#titre {
	
	position : fixed;
	top : 0px;
	background-image: url(img/logo-tf_40.png);
	background-repeat: no-repeat;
	background-position: left center;
	height:40px;
	width:100%;
}
#titre div {
	font-size : 0.7em;
	position:absolute;
	margin:13px 0 0 50px;
}
#titre div span {
	font-weight:bold;
	/*margin-right:10px;*/
}
.content {
text-align : center;
margin : 60px auto 30px auto;
}
#slides a:hover, a:active, a:focus {
text-decoration : none;
cursor: pointer;
}
#slides p a:hover {
text-decoration : none;
background-color : #00f;
color : #fff;
}
/* footer */
.footer {

background : #fff;
border-top : 1px dotted #000;
position : fixed;
bottom : 0;
width : 100%;
z-index:10;
height:30px;
}
.mentions {
	margin : 4px 0 0px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	text-align:left;
}
.prevnextbas {
	line-height:.1em;
	z-index:11;
	position : fixed;
bottom : -9px;
width:100%;
text-align:center;
}
.fltrt {
float : right;
margin-left : 8px;
}
.fltlft {
float : left;
margin-right : 8px;
}
.clearfloat {
clear : both;
height : 0;
font-size : 1px;
line-height : 0;
}

/* CSS du slider */
.hidden {
display: none;
}
.prevNext {
clear:both;
font:300% Arial,sans-serif;
color:#F0F;
}
.prevNext a:hover, a:active, a:focus {
	color:#000;
	cursor:pointer;
}
#slides img {
cursor:pointer;
}