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

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#logo_pastoralequebec {
	display: block;
	margin: auto;
}
h1 {
	color: #09C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 160%;
}


h2 {
	padding-top: 3em;
	font-weight: normal;
	color: #09C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}
#telechargements ul li ul { padding: 0px; }
#telechargements ul li ul li {
	display: inline;
	padding-right: 2em;
	font-size: 90%;
	color: #666;
}


#logo_pastoralequebec {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menuprincipal {
	margin: 0px;
	background-color: #00B5E1;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bolder;
	background-image: url(img/menu_fond.png);
	background-repeat: repeat-x;
	background-position: top;
}
#menuprincipal li {
	list-style-type: none;
	display: inline;
}
#menuprincipal li a {
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00586F;
	border-left-color: #C4F3FF;
	color: #FFF;
	text-decoration: none;
	width: 25px;
}
#menuprincipal li a:hover { background-color: #008BAE; }

#menuprincipal .actif   {
	background-color: #FFF;
	color: #333;
}

#menuprincipal .actif:hover   {
	background-color: #FFF;
	color: #333;
	cursor: text;
}

#contenu {
	margin: auto;
	width: 700px;
	padding: 2em;
}
.livres li {
	padding-bottom: .5em;
}
.livres li ul {
	margin: 0px;
	padding: 0px;
}
.livres li ul li {
	list-style-type: none;
	font-size: 90%;
	color: #999;
}
.livre_content {
	margin: auto;
	width: 700px;
	padding: 2em;
	background-color: #FFF;
}
.livre_content .infos {
	color: #666;
}
.livre_content .livre-img {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}
.livre_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.livre_content .auteur {
	font-size: 90%;
	color: #333;
	font-style: italic;
}

