/* ***** BEGIN LICENSE BLOCK *****
 * This is minisuisse-book. 
 * Copyright (c) 2005 Laurence Jacquet and contributors. All rights
 * reserved.
 *
 * DotClear 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.
 * 
 * DotClear 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 DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 */
body {
	background: white;
	font-size: 13px;
}

#contenu a:link, #contenu a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#page {
	width: auto;
	border: 0;
	margin: 0.5%;
	padding: 0;
	color: black;
	background: transparent none;
}

#navigation, #recherche{
	display: none;
}



.desc{
	font-style: italic;

	font-size: 12px;
	color: #000;
}

h1 {
	
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
h1 a, h2 a, h3 a, h4 a{
	color: #000;
	text-decoration:none;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

h4 {
	font-size: 16px;
	
	font-weight: bold;
	color: #000;
}

#contenu {
	margin: 15px 0 50px 0;
	text-align: justify;
	width:100%;
}

#footer {
	display: none;
}

img {
	border: none;
}
abbr[title]:before, acronym[title]:before {
	content: attr(title) " (";
}

abbr[title]:after, acronym[title]:after {
	content: ") ";
}
