@import url(http://fonts.googleapis.com/css?family=Raleway|Merriweather:300);

html {
	font-family: 'Raleway',	"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', Garamond, Georgia, "Times New Roman", Times, serif;
}
h1 {	
	padding-bottom: 10px;
	padding-right: 35px;
	border-bottom: 1px solid #bdbdbd;
	-webkit-border-bottom-right-radius: 70px;
	-moz-border-radius-bottomright: 70px;
	border-bottom-right-radius: 70px;
}
h2, h3, h4, h5, h6 {
	text-align: center;
}
h3, h4, h5, h6 {
	font-style:oblique;
}
p {
	padding: 8px 15px;	
}

/* MISE EN FORME DE LA PAGE DE LECTURE */

.back_to_previous {
	text-align: center;
	padding-top: 20px;
}
.back_to_previous a {
	padding: 10px;
	text-decoration: none;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #bdbdbd;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.back_to_previous a:hover {
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.article_date, .book_date {
	font-style: italic;
	font-size: 80%;	
	color: #444;
	text-align: right;
}

#library_list_topics {
	text-align: center;
	padding-top: 20px;
	font-size: 150%;
	font-variant: small-caps;
}
#library_list_topics li {
	list-style: none;
	margin: 20px;
}
#library_list_topics a {
	padding: 10px;
	display: block;
	margin: auto;
	width: 70%;
	text-decoration: none;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #bdbdbd;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
#library_list_topics a:hover {
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}	

/* SPECIFICITES LITURGICAL */

.liturgical_day {
	text-align: right;
	font-size: 130%;
}
.liturgical_reference {
	font-variant: small-caps;
	font-style: italic;
	font-size: 80%;	
	color: #666;
	white-space: nowrap;
}

/* MISE EN FORME DES TABLEAUX PAR DEFAUTS */

table {
	border: 1px solid #d8d9da;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-collapse: collapse;
}
table td {
	vertical-align: top;
}
table.col50pc td {
	width: 50%;
}
table.col50pc {
	width: 100%;
}
.minTable {
	width: auto;
	margin: 10px auto;
}
.minTable td {
	width: auto;
}
.minTable td {
	vertical-align: middle;
}
.minTable td {
	padding: 5px;
}
.largeTable {
	width: 100%;
}
.largeTable td {
	vertical-align: middle;
}
.largeTable td {
	padding: 5px;
}
.largeTable .inputText, .largeTable .inputSubmit, .largeTable select, .largeTable textarea {
	width: 100%;
	height: 100%;
}

/* MISE EN FORME DU TABLEAU DE GESTION DES ALBUMS ET DES EDITORIAUX */

.tree_album , .tree_liturgical {
	background: #fff;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;;
	margin: 2px 0px;
	padding: 1px 5px;
}
.tree_album p, .tree_liturgical p {
	padding: 5px;
}
.tree_album .tree_album_title , .tree_liturgical .tree_liturgical_title  {
	font-weight: bold;
}
.tree_album .tree_album_title_hide {
	text-decoration: line-through;
}
.tree_album .form_album, .tree_liturgical  table {
	display: none;
	margin-bottom: 5px;
}
.tree_album_title em {
	font-weight: normal;
}
#tree_album_fixed .tree_album {
	margin: 0px;
	margin-bottom: -1px;
}
.tree_liturgical .tree_liturgical_title {
	cursor: pointer;
}
.tree_liturgical .tree_liturgical_year {
	font-weight: bold; 
	text-align: center; 
	background: #f6f6f6;
}
.tree_liturgical .tree_liturgical_article, .tree_temporal .tree_temporal_article  {
	transition: background linear 1s;
	-webkit-transition: background linear 1s;
	background: #fff;
}
.tree_liturgical .tree_liturgical_article:hover, .tree_temporal .tree_temporal_article:hover  {
	transition: background linear 0.2s;
	-webkit-transition: background linear 0.2s;
	background: #efefef;
}

/* MISE EN FORME SPECIFIQUES POUR LES LIVRES */

#book_gallery {
	text-align: justify;
	padding: 15px 0px;
}
#book_gallery img {
	margin-top: 8px;
}

.book_covers {
	text-align: center;
}
.book_covers img {
	width: 40%;
	margin: 15px;
}
img.book {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	transition: box-shadow 1s, transform 1s;
}
a:hover img.book {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	transform: scale(1.10);
}

.book_buy_links, .book_download_attachment {
	text-align:center;
}
.buy_button, .download_button  {
	display: inline-block;
	padding: 3px 13px;
	text-decoration: none;
}
.buy_button img, .download_button img {
	vertical-align: middle;
}