/* ==============================
   Feuille de style microlinux.fr
	 Niki Kovacs, 2009
	 Inspiration: Alsacréations
	 ==============================

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

/* Page */

/* --> Normalement inutile. Sert à contourner un bug dans IE */
html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 10px 20px; 
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .9em;
	line-height: 1.25;
	color: #292929;
	background: white;
}

/* Titres */

/* --> On diminue la marge du bas pour rapprocher le titre du contenu qu'il
       introduit. */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
}

h1 {
	font-size: 2.2em;
	letter-spacing: -2px;
	color: #eaf1fb;
}

h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

dt {
	font-size: 1em;
	font-weight: bold;
	color: #6a93d4;
	margin-top: 10px;
}

dd {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	margin-top: 5px;
}

caption {
	font-size: small;
	font-weight: bold;
	caption-side: top;
	padding-bottom: 5px;
}

/* Listes */

ul, ol {
	margin: .75em 0 .75em 24px;
}

ul {
	list-style: url(images/puce.gif);
}

li {
	margin: 0;
	padding: 0;
}

.sommaire ul {
	margin: 0 0 0 0;
}

/* Tableaux */
table {
	border-collapse: collapse;
}

td, th {
	padding: 7px;
}

th {
	border-bottom: solid 2px;
}

/* Paragraphes */

p {
	margin: .75em 0;
}

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;
}

/* Liens */

a {
	color: #3232cc;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #dc143c;
}

a img {
	border: none;
}

/* Divers éléments de type en-ligne */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #696969;
}

/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */

pre, code {
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace, fixed;
	border-left: solid 5px #c0c0c0;
	padding-left: 10px;
}

pre strong {
	font-weight: bold;
	color: black;
}

tt
{
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace, fixed;
	font-weight: bold;
	color: #003333;
}

#pied_de_page {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #6a93d4;
}

#pied_de_page a {
	color: #447bd4;
	text-decoration: none;
}

#pied_de_page a:hover, #pied_de_page a:focus {
	text-decoration: underline;
}

/* Renvoi vers une note de bas de paragraphe */
.renvoi_note {
	font-size: .7em;
	vertical-align: super;
}

/* Note de bas de paragraphe */
.note {
	font-size: .8em;
}

/* --- COULEURS --- */

body {
	background-color: #204c8d;
}

h2 {
	color: #292929;
}

h3, h4 {
	color: #6a93d4;
}

#navigation {
	background-image: url(images/fond_redhat.png);
	border: 4px solid #eaf1fb;
}

#navigation a:hover, #navigation a:focus {
	color: #eaf1fb;
	background-color: #6a93d4;
}

#contenu {
	background-color: white; 
	border: 4px solid #eaf1fb;
}

/* --- POSITIONNEMENT --- */

/* En-tête */

#entete {
	padding: 20px 0;
}

#entete h1 {
	margin: 0;
}

#entete h2 {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 4px 0 15px 0;
	color: #6a93d4;
}

/* Menu de navigation */

#navigation {
	width: 20%;
	float: left;
}

#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}

#navigation a {
	display: block;
	height: 1%;
	padding: 2px 2px 2px 2px;
	line-height: 1.3;
	font-size: .85em;
	letter-spacing: -1px;
	font-weight: bold;
	color: #204c8d;
	text-decoration: none;
}

#navigation #en_cours {
	color: orange;
}

.pagination ul, .pagination li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 33%;
}

.clear {
	clear: both;
}

.flottant-gauche {
	float: left;
	margin: 0 20px 0 0;
}

.flottant-droite {
	float: right;
	margin: 0 0 0 8px;
}

.centrer {
	text-align: center;
}

.droite {
	text-align: right;
}

.prix {
	text-align: right;
}

.total {
	border-top: solid 2px;
	font-weight: bold;
}

.embleme {
	vertical-align: middle;
	margin-right: 10px;
}

.extraits li {
	list-style: url("images/pdf.png");
}

.article {
	border: solid 1px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
}


/* Contenu */

#contenu {
	margin-left: 22%;
	margin-bottom: 20px;
	padding: 10px 20px;
}

#contenu > :first-child {
	margin-top: 10px;
}

#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */

#pied_de_page {
	margin-left: 20%;
}

.exergue
{
	text-align: left;
	width: 55%;
}

.exergue_source
{
	text-align: right;
}

.remarque
{
  border: solid 1px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 8px;
}

.remarque2
{
  border: solid 1px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 8px;
  background-color: #e0e0e0;
}

.notes
{
  font-size: small;
}

h4 .majuscules
{
  font-variant: small-caps;
}

.suite
{
  text-align: right;
}

.key
{
  font-weight: bold;
  font-variant: small-caps;
  font-style: italic;
  color: #003333;
}

.menu
{
  color: #003333;
	font-weight: bold;
	font-style: italic;
}

.illustration
{
  text-align: center;
  font-size: small;
  font-weight: bold;
}

#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
}

#copyright a {
	text-decoration: none;
}

#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}


