@charset "UTF-8";
/* CSS Document */

body {
	background-position:top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	line-height: 140%;
	color:#383f99;
	background-color:#d0e4f5;
	margin: 0 auto 0 auto;
	}
	
p {
	padding:0 20px 0 20px;
}

a {
	color: #3b3a97;
	}
	
a:visited {
	text-decoration:none;
}
	
h1 {
	font-weight:normal;
	font-size:2.5em;
}

h3 {
	padding-top:10px;
}

img {
	border:0;
}

.align-left	{
	float: left;
	padding: 0 10px 10px 0;
	}
	
.align-right {
	float: right;
	padding: 3px;
	margin: 5px 15px 15px 15px;
	border: solid 2px #fbe575;
	}
	
.breadcrumbs {
	width:650px;
	text-align:right;
	padding-right: 10px;
}
	
#catalogue{
	position:relative;
	top:30px;
	width:630px;
	margin:30px 0 0 15px;
	clear:both;
}

.comment h2 {
	width:650px;
	height:27px;
	background-image:url(images/comment-bar.png);
	background-repeat:no-repeat;
	padding:5px 0 0 35px;
	line-height:100%;
}

.comment p {
	padding:0 80px 20px 40px;
}

#content{
	position:relative;
 	left:0;
 	margin: 0 auto 0 auto;
	padding: 0 20px 60px 20px;
 	width: 690px;
 	background-color: #fff;
	background-image:url(images/background.png);
	background-color:#d0e4f5;
	background-repeat:repeat-y;
	min-height: 100%;
}

#footer {
	position: absolute;
	bottom: 0;
	font-size:9px;
	padding: 10px 0 10px 20px;
	text-align:center;
	left: 21px;
}

	
#header{
	position:relative;
 	left:0;
 	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
 	width: 690px;
	height:169px;
	background-image:url(images/header-2.jpg);
	background-repeat:no-repeat;
}

#header h1{
	position:absolute;
	top:1px;
	left:27px;
	line-height:100%;
	width: 481px;
	height: 137px;
	padding:30px 0 0 180px;
}

#header h1 a{
	text-decoration:none;
}

#intro {
	float:right;
	position:relative;
	top:10px;
	left: -50px;
	width:460px;
	background-image:url(images/intro-middle.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#fff8b0;
	}
	
#intro p {
	padding:0 15px 0 15px;
	}
	
.livre {
	height:275px;
	line-height:100%;
	background-image:url(images/livre-background.png);
	background-repeat:no-repeat;
	}
	
.livre img{
	float:left;
	border:solid 1px #383f99;
	margin:12px 15px 0 15px;
}

.livre p {
	margin: 0 5px 0 15px;
	}
	
.paragraph {
	padding:10px 20px 0 20px;
}
	
#terms {
	height:123px;
	line-height:100%;
	background-image:url(images/terms-background.png);
	background-repeat:no-repeat;
	}
	
#terms img{
	float:left;
	margin:10px 15px 0 15px;
}

#terms p {
	padding: 15px;
	}
	
 /* start nav */

#nav {
	width: 150px;
	height: auto;
	float: left;
	margin:0 0 0 12px;
	overflow: hidden;
	background-color: transparent;
}
	
#nav ul {
	margin: 20px 0 20px 0;
	padding: 0;
	background-color: transparent;
	border-bottom:1px solid #383f99;
	}
	
#nav ul li {
	list-style:none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #e6f1fa;
	height: auto;
	width: 150px;
	border-top:1px solid #383f99;
	}
	
#nav ul li a {
	margin:0;
	display: block;
	text-decoration: none;
	text-align:center;
	font-size:.75em;
	background-position: left top;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
	background-color: transparent;
	}

#nav ul li a:hover {
	color:#fedc1b;
	}
	
html>body #nav ul li a {
	width: 150px; /* ie5win fudge ends */
	}

#nav ul li a.button {
	padding: 5px 0px 5px 0px;
	width: 150px;
	}

 /* end nav */
