/*
									License:
 ==============================================================================
 Copyright 2013 Fabrice SEVERIN  (email : 3m3@3m3.fr) Please find help at http://www.3m3.fr/plugins_wordpress/chapters

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
*/ 

.chapitres_conteneur_sommaire
{
	background-color:#EFEFEF;
	color: #464646;
}
	/***** INFORMATIONS SUR LE LIVRE *****/
.chapitres_infos_livre
{
	text-align:center;
	border-bottom-color: #DFDFDF;
    box-shadow: 0 1px 0 #FFFFFF;
    text-shadow: 0 1px 0 #FFFFFF;
	border:2px solid white;
	background: linear-gradient(to top, #ECECEC, #F9F9F9) repeat scroll 0 0 #F1F1F1;
	padding:5px;
	font-size: 15px;
	
}
.chapitres_titre_livre
{
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	border-bottom: 2px solid #DFDFDF;
	margin:5px;
	margin-left:50px;
	margin-right:50px;
}
.chapitres_resume_livre
{
	font-style:italic;
	font-weight:normal;
	font-size: 11px;
	margin:0;
}
	/***** SOMMAIRE *****/
.chapitres_sommaire_livre
{
	padding:5px;
	border:2px solid white;
	background: linear-gradient(to top, #ECECEC, #F9F9F9) repeat scroll 0 0 #F1F1F1;
	box-shadow: 1px 1px 5px 0 #FFFFFF;
	text-align:center;
}
.chapitres_sommaire_livre ul
{
	
}
.chapitres_sommaire_livre ol
{
}
.chapitres_sommaire_livre ul li
{
	list-style-type:none;
}
	/***** LISTES PERSONNALISEES / CUSTOM LISTS *****/
/*#chapitres_sommaire_livre1 ol li
{
	list-style-type:katakana;
}
#chapitres_sommaire_livre2 ul li:before {
    content: "→ "; 
}*/
.chapitres_sommaire_livre ul li a,.chapitres_sommaire_livre ol li a
{
	font-family:Sans-serif;
}
.chapitres_sommaire_livre ul li a:hover,.chapitres_sommaire_livre ol li a:hover
{
	
}
.chapitres_sommaire_livre ul li a:visited,.chapitres_sommaire_livre ol li a:visited
{
	color:orange;
}