/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {font-size: 95%; }
body {
	margin: 0;
	padding: 0; 
	font-size: 75%; 
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.25; 
	color: #3333;
	/*background-color:  #85909A;*/
}
/* Titres margin: .1em 0 .3em 0;*/
h1, h2, h3, h4, h5, h6 { margin: .1em 0 .3em 0;}
h1 {
	font-weight: normal;
	font-size: 1.9em;
    color: #626B72;
	font-style: italic;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {font-size: 11px; font-style: italic; color: #5A3A12; font-weight: normal;  
font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 a, a:link {
  color:#1B1BA3;
  text-decoration: underline;
}
h2 a:hover, a:focus {
  color: #926B0E; 
  text-decoration:none;
}

h3 { 
font-size: 0.9em; 
padding:4px;
text-indent:3px;
font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
border:1px solid #747474;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
behavior:url(border-radius.htc);
}

h4 {font-size: 16px;  font-weight: normal; text-align:justify; 
font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;

/*font-family: Trebuchet MS, Verdana, "Bitstream Vera Serif",  Norasi, serif;*/}
h4 a, a:link {
  color: #1B1BA3;
  text-decoration: underline;
}
h4 a:hover, a:focus {
  color:#926B0E; 
  text-decoration:none;

}

h5 {
font-size: 0.9em;   
font-style: italic; 
padding:2px;
text-indent:5px;
/*background-image:url("http://www.livresphotos.com/css/accordiontab0.gif");
background-repeat:repeat-x; 
background-color: #E2E6E9;
border:1px solid #747474;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
behavior:url(border-radius.htc);*/
font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h6 { 
font-size: 1.2em; 
font-weight: normal; 
text-align:justify; 
padding:2px;
font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color:#000;
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; 
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
	font-weight:normal;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}
.nettoyeur 
	{ 
	clear: both; 
	margin: 0;
	padding: 0; 
	border: none; 
	height: 0; 
	line-height: 1px; 
	font-size: 1px; 
	}
hr {
	
	visibility: hidden;
}
/* LINK #A47401*/
a {
	color:#1B1BA3;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a img {
	border: none; 
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
	color: #484747;
}
strong {
	font-weight: bold;
	color: #5A3A12;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
}

.bg-center
{ background:url('http://www.livresphotos.com/icones/hr-bg.png') repeat-x right; height: 2px;}

/* --- STYLES DIVERS --- */

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
/* fin base */

