html, body {
	background:#ffe1be;
	text-align:center;
	font: 13px/125% Garamond,"Times New Roman",Times,serif;
	color:#000;
}

a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

#pied a:hover {
	background:#666;
	color:#fff;
}



a:visited {

	/*color:#999;*/

}

#intro {
	width:800px;
	margin:0 auto;
	position:relative;
}

h1 a {
	background:transparent url(../images/style/txtlogo_intro.jpg) no-repeat scroll 0 0;
	display:block;
	width:291px;
	height:68px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	left:254px;
	top:-10px;
	
}

h2 {
	background:transparent url(../images/style/sous_titre_intro.jpg) no-repeat scroll 0 0;
	display:block;
	width:266px;
	height:107px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	left:267px;
	top:100px
}
blockquote p a {
	background:transparent url(../images/style/citation_intro.jpg) no-repeat scroll 0 0;
	display:block;
	width:470px;
	height:187px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	left:165px;
	top:200px
	
}

a img{
	margin-top:280px;
}


ul#auteurs{
	width:520px;
	margin:120px auto 80px;
	text-align:center;
}

#auteurs li {
	margin:0 .4em;
	line-height:1.3em;
	display:inline;
}

#pied {
	clear:both;
	text-align:center;
}

#pied ul {
	margin-top:2px;
	text-align:center;
}
#pied ul li {
	border-color:#666;
	border-style:solid;
	border-width:0 0 0 1px;
	display:inline;
	padding:4px 20px;
}
#pied ul li.last {
	border-width:0 1px;
}
#pied ul li a {
	font-size:13px;
	font-weight:bold;
	line-height:25px;
}




