HTML:lang(fr) {
	quotes: ' ' ' +';
}
/* =======  REGROUPEMENTS de STYLES          =========== */
/* TITRE                                   LIGNE         */
/* ----------------------------------------------------- */
/* BANDEAU ENTETE                          21            */
/* PRESENTATION PAGE INDEX                 69            */
/* BOITE DEUX COLONNES                    177            */
/* FICHE INDIVIDUELLE                     193            */
/* FORMULAIRE                             224            */
/* PAGE  STATISTIQUE                      397            */
/* PAGE  SCENE                            416            */
/* STYLES PARTICULIERS CERTAINES BALISES  451            */
/* MISE EN FORME DE TEXTES                608            */
/* ARBRES                                 629            */
/* BOITE MESSAGE, INFO BULLE              678            */
/* SOUS-MENU                              755            */
/*                                                       */
/*                                                       */
/*    DIVERS                              784            */
/* ===================================================== */
/**************************************************/
/*   BANDEAU ENTETE                               */
/**************************************************/
#entete {
	width: 100%;
}
#flot_tete_g {
	border-top: double 4px;
	border-bottom: double 4px;
	float: left;
	height: 51px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	width: 15%;
}
#flot_tete_d {
	border-top: double 4px;
	border-bottom: double 4px;
	float: right;
	height: 51px;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
	width: 15%;
}
#milieu_tete {
	border-top: double 4px;
	border-bottom: double 4px;
	height: 51px;
	margin: 0 0 0 15%;
	text-align: center;
	vertical-align: bottom;
	width: auto;
}
#alerte {
	background: #C0FFFF;  
/*	background: rgba(156,255,255,0.9);   */
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 10px solid #ff0000;
/*	color: #ffffff;     */
	position: absolute;
	padding: 5px 20px;
	right: auto;
	top: 20%;
}
/**************************************************/
/*        page  INDEX                             */
/**************************************************/
#home_haut {
	margin: 0 2em;
	overflow: hidden;
	padding: 0;
}
#home_haut .flotg {
	float: left;
	padding: 0;
	width: 45%;
}
#home_haut .bienvenue {
	background: #77C4FF;
	-webkit-border-radius: 20px;
	border-radius: 50px / 30px;
	border-top: 3px solid #276FA6;
	border-left: 3px solid #276FA6;
	border-right: 7px solid #276FA6;
	border-bottom: 7px solid #276FA6;
	padding: 1em;
}
#home_haut .bienvenue a {
	color: red;
}
#home_bas {
	margin: 0em 2em;
	overflow: hidden;
	padding: 0;
}
#home_bas .flotinfo {
	float: left;
	width: 47%;
}
#home_bas #scene {
	background: #FFBC62;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	border-color: #A6650F;
	border-width: 3px 1px 1px 3px;
	border-style: solid;
	margin-left: 47%;
}
#scene .flotg {
	float: left;
	width: 100px;
}
#scene .lien {
	margin-left: 100px;
}
#scene .lien p {
	margin: 1em;
	color: #0000FF;
	font-family: 'Comic Sams MS', cursive;
	font-size: 16px;
	font-stretch: normal;
	font-style: italic;
}
#cejour_haut {
	color: #0000FF;
	font-size: medium;
	font-style: normal;
	font-family: Garamond, serif;
	font-weight: 600;
	text-align: left;
}
#cejour_milieu {
	border-width: 0 0 0 medium;
	border-style: double;
	border-color: #09f;
	color: #090;
	font-size: 1em;
	margin-top: 5px;
}
#cejour_milieu ul {
   list-style: none outside none; 
	text-align: left;
}
#cejour_bas {
	color: #0000FF;
	font-size: medium;
	font-style: normal;
	font-family: Garamond, serif;
	font-weight: 600;
	margin: 0;
	text-align: right;
}
#cejour_note {
	background-color: inherit;
	border: 0;
	border-top-width: thin;
	border-style: dashed;
	color: #0000FF;
	font-style: italic;
	font-weight: 300;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	text-align: center;
}
/**************************************************/
/*      BOITE DEUX COLONNES                       */
/**************************************************/
#boxcol {
	background: rgb(31,196,224);
	border-color: rgb(192,192,192);
	border-width: 10px 0;
	border-style: double;
	text-align: center;
}
#boxcol > .col {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 23%;
}
#boxcol .col + .col {
	width: 76%;
}
/**************************************************/
/*        page  FICHE INDIVIDUELLE                 */
/**************************************************/
#fam {
	background-color: #ffd700;
	-webkit-border-radius: 8px 8px 16px 16px;
	border-radius: 8px 8px 16px 16px;
	border-style: inset;
	overflow: hidden;
}
#fam .group {
	float: left;
	min-width: 16%;
	max-width: 32%;
	margin: 2px 5px;
}
.group h3 {
	color: rgb(237,18,79);
	font-style: oblique;
	margin: 3px 0;
	padding: 0;
	text-decoration: underline;
}
.group p {
	color: rgb(0,128,128);
	font-weight: bold;
	margin: 0;
	padding: 0 3px;
}
/**************************************************/
/*   FORMULAIRE de SAISIE                        */
/**************************************************/
#login {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#login fieldset#pourordre {
	display: block;
}
#form_error {
	background-color: #000099;
	background-image: url(http://www.librairie.schouler.fr/images/icones/doigt.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-color: #ff0033;
	border-style: groove none;
	color: #ffffcc;
/*	font:  message-box;    */
	padding: 10px;
	text-align: center;
}
#form_err {
	background-color: #000099;
	border-color: #ff0033;
	border-style: groove none;
	color: #ffffcc;
	font: large 18px Trebuchet,serif;
	padding: 5px 20px 5px 20px;
	text-align: left;
}
#form_tit, #form_pied {
/*** Mise en forme du titre et du pied de formulaire ***/
	display: block;
	font: bold 1.1em arial, helvetica, serif;
	color:#FFFFFF;
/*	background: rgb(31,196,224);   */
	background: #1FC4E0;
	padding: .5em;
}
#form_corps {
	border: 1px solid #003366;
	color: #003366;
	background: #efefef;
	margin: 0;
	padding: 1em;
}
#form_corps .legende {
/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
}
#form_corps legend {
/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #090;
	background: transparent;
}
#form_corps p {
/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#form_corps fieldset#coordonnees label {
/*** Mise en forme des intitulés de champs ***/
	float: left;
/*** Très important, ne pas suprimer ! ***/
	width: 40%;
/*** Les intitulés prennent 40% de la largeur totale du formulaire... ***/
	text-align: right;
/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
/*** ... et centrés verticalement. ***/
}
#form_corps fieldset#group2 label {
/*** Mise en forme des intitulés de champs ***/
	float: left;
/*** Très important, ne pas suprimer ! ***/
	width: 15%;
/*** Les intitulés prennent 15% de la largeur totale du formulaire... ***/
	text-align: right;
/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
/*** ... et centrés verticalement. ***/
}
#form_corps label:hover, #piedform input {
	cursor: pointer;
/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
#form_corps label.oblig {
	font-weight: bold;
/*** Mise en évidence des champs obligatoires ***/
}
#form_corps a.aide {
/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#form_corps a.aide img {
/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}
#form_corps a.aide:hover {
/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}
#form_corps .focus {
/*** Mise en avant des champs en cours d'utilisation ***/
	background: #cfc97a;
	color: #003366;
}
#form_corps .normal {
/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: #003366;
}
#form_pied {
	text-align: center;
}
#form .alerte {
	border: 1px solid #f00;
}
#form .textAlerte {
	display: block;
	background-image: url(http://www.librairie.schouler.fr/images/doigt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #f00;
	font-weight: bold;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
}
#form_pied input {
	background-position: left;
	background-repeat: no-repeat;
	border-color: #aaa;
	border-radius: 10px;
	border-style: inset outset;
	border-width: 3px;
	color: #EFE3E3;
	cursor: pointer;
	font-weight: bold;
	margin-left: 1em;
	height: 22px;
	width: 200px;
}
#form_pied input:hover {
	color: #000000;
}
#form_pied input.OK {
	background-image: url(http://www.librairie.schouler.fr/images/icones/rondV.gif);
	background-color: #267702;
}
#form_pied input.annul {
	background-image: url(http://www.librairie.schouler.fr/images/icones/rondR.gif);
	background-color: #A62300;
}
#form_pied input.modif {
	background-image: url(http://www.librairie.schouler.fr/images/icones/rondJ.gif);
	background-color: #EF611E;
}
/**************************************************/
/*              PAGE STATISTIQUES                 */
/**************************************************/
#parcours {
	color: inherit;
	background-color: rgb(255,183,0);
	border-collapse: collapse;
	border-style: inset;
	width: 100%;
}
#parcours td {
	width: 33%;
	vertical-align: text-top;
}
#parcours th {
	color: #0000FF;
	font: oblique 13pt Garamond, serif;
}
/**************************************************/
/*                 Page SCENE                     */
/**************************************************/
#cadre_scene {
	background: #ffd700;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	border-top: 3px solid #897048;
	border-left: 3px solid #897048;
	border-right: 1px solid #897048;
	border-bottom: 1px solid #897048;
	margin: 0em 2em;
	overflow: hidden;
	padding: 0;
}
#cadre_scene .flottant {
	background-color: #ffd700;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	float: left;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 15%;
}
/**************************************************/
/*   STYLES PARTICULIERS A CERTAINES BALISES      */
/**************************************************/
h3.mod1 {
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	background: #0000FF;
	color: #fff;
	font-style: normal;
	font-variant: small-caps;
	font-size: medium;
	margin-top: 0;
	text-align: center;
}
h3.mod2 {
	background-color: inherit;
	border-top: ridge green;
	color: #0000FF;
	font-family: Arial, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
h3.runin {
	color: rgb(255,0,0);
	display: run-in;
	font-family: 'Comic Sams MS', cursive;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}
h3.runin +p {
	color: rgb(0,0,255);
	font-family: 'Comic Sams MS', cursive;
	font-size: 13px;
	font-style: italic;
	margin: 0;
}
h3.mod4 {
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	background: #0000FF;
	color: #fff;
	font-style: normal;
	font-variant: small-caps;
	font-size: medium;
	margin-top: 0;
	text-align: center;
}
p.para1 {
	display: block;
	margin: 0 3em;
	color: #0000FF;
	font-family: 'Comic Sams MS', cursive;
	font-size: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}
p.para2 {
	color: rgb(251,11,71);
	font-family: 'Comic Sams MS', cursive;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 3px 5px;
	text-indent: 8px;
}
p.para3 {
	background-color: inherit;
	color: navy;
	font-family: Arial, serif;
	font-style: oblique;
	font-size: 10pt;
	text-indent: 50px;
	text-align: justify;
	white-space: normal;
}
p.para4 {
	color: #0000FF;
	font-size: medium;
	font-style: italic;
}
p.para5 {
	background-color: inherit;
	color: #0000FF;
	font: oblique 13pt Garamond, sans-serif;
	margin-top: 3px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}
p.para6 {
	background: #77C4FF;
	color: #0000FF;
	font-family: 'Comic Sams MS', cursive;
	font-size: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 5px 0;
	padding: 1em;
}
.bord14 {
	border-left: double #0000ff;
	border-top: double #0000ff;
	-webkit-border-radius: 50px 0 0 10px / 30px 0 0 10px;
	-moz-border-radius: 50px 0 0 10px / 30px 0 0 10px;
	border-radius:   50px 0 0 10px / 30px 0 0 10px;
}
.para7 {
	background: #77C4FF;
	color: #0000FF;
	font-family: 'Comic Sams MS', cursive;
	font-size: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 5px 0;
	padding: 1em;
}
.bord34 {
	border-bottom: double #0000ff;
	border-left: double #0000ff;
	-webkit-border-radius: 0 0 0 50px / 10px 0 0 30px;
	-moz-border-radius: 0 0 0 50px /10px 0 0 30px;
	border-radius: 10px 0 0 50px /10px 0 0 30px;
}
#lacune {
	background: rgb(31,196,224);
	border-color: red;
	border-width: 10px 0;
	border-style: double;
	text-align: justify;
}
#lacune > .col {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 23%;
}
#lacune .col + .col {
	padding: 40px 0 0 0;
	text-align: center;
	width: 500px;
}
ul.mod1 {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	width: 180px;
}
ul.mod1 li {
	background: rgb(22,39,192);
	border: 1px solid #600;
	margin-bottom: 1px;
}
ul.mod1 li a {
	background: rgb(22,39,192);
	color: rgb(255,249,17);
	display: block;
	font: small-caps 1em "Trebuchet MS", Arial, sans-serif 1em;
	text-align: center;
	text-decoration: none;
	padding: 4px 0;
}
ul.mod1 li a:hover, ul.mod1 li a:focus, ul.mod1 li a:active {
	background: #900;
	text-decoration: underline;
}
/**************************************************/
/*      MISE EN FORME DE TEXTES                   */
/**************************************************/
.nom {
	background-color: inherit;
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 1em;
	padding: 5px;
	text-align: left;
	text-indent: 20px;
}
.nom[title=F] {
	color: #f00;
	background-image: url(http://www.librairie.schouler.fr/images/icones/f.gif);
}
.nom[title=M] {
	color: #0000FF;
	background-image: url(http://www.librairie.schouler.fr/images/icones/h.gif);
}
.mots1 {
	color: #ff0000;
	font-family: Verdana,  "Times New Roman", sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
.mots1[title="centre"] {
	text-align: center;
}
.mots1[title="gauche"] {
	text-align: left;
}
.sup {
	vertical-align: super;
}
.spacer {
	clear: both;
	visibility: hidden;
}
.rougeombre {
	color: red;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(0,0,0,1);
}
/**************************************************/
/*   ARBRES Ascendance et descendance              */
/**************************************************/
.arbre {
	page-break-before: avoid;
	color: inherit;
	border-style: inset;
	background-color: #ffd700;
	width: 100%
}
.arbre td.haut {
	background-color: #f5f577;
	border-left: double #f00;
	border-bottom: thin solid #0f0;
	border-top: thin solid  #f00;
	border-right: double #0f0;
}
.arbre td.milieu {
	background-color: #f5f577;
	border-left: double #f00;
	border-top: thin solid #0f0;
	border-right: double #0f0;
	border-bottom: thin solid #0f0;
}
.arbre td.milieuvide {
	border-left: double #f00;
	border-top: none;
	border-right: none;
	border-bottom: none;
	color: #f5f577;
}
.arbre td.bas {
	background-color: #f5f577;
	border-left: double #f00;
	border-bottom: thin solid #f00;
	border-top: thin solid  #0f0;
	border-right: double  #0f0;
}
.arbre td.unique {
	background-color: #f5f577;
	border-left: double  #f00;
	border-right: double  #0f0;
	border-top: thin solid  #f00;
	border-bottom: thin solid #f00;
}
.arbre td.vide {
	border: none;
	color: #ddddff;
}
/**************************************************/
/*   Boite de messages, info bulle                */
/**************************************************/
.messN {
	background-color: #dff2ff;
	box-shadow: 0 0 40px  rgba(255,0,0,0.9);
	color: #05260B;
	font-family: "Segoe UI", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	margin: 40px 0 20px;
	padding: 5px;
	text-align: center;
	text-shadow: 1px 1px 3px #0CF2C8;
}
.mess {
	position: relative;
	top: 35px;
	left: 15%;
	right: auto;
	width: 60%;
	bottom: auto;
	z-index: 2;
	background-color: #ffff80;
	background-image: url(http://www.librairie.schouler.fr/images/icones/doigt.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border: 8px ridge #f00;
	color: #f00;
	font-weight: bold;
	padding: 15px;
	text-align: center;
}
.boitemess {
	width: 80%;
	margin-left: 50px;
	background-color: #ffff80;
	background-image: url(http://www.librairie.schouler.fr/images/icones/doigt.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border: 8px ridge #f00;
	color: #f00;
	font-weight: bold;
	padding: 10px;
	text-indent: 40px;
	text-align: center;
}
.info
/* Affichage dans une bulle */
 {
	text-decoration: underline;
	color: inherit;
	background-color: #FFFF00;
}
/**************************************************/
/*              SOUS MENU                         */
/**************************************************/
.sousmenu {
	border-bottom: solid medium #fff;
	list-style: none;
	text-align: left;
	padding: 4px;
	width: 90%;
	margin: 0 auto;
}
.sousmenu li {
	color: #ffffff;
	display: inline;
	margin-right: 1px;
	width: 50px;
}
.sousmenu li a {
	background: #80ff80;
	
/*	border: 1px solid #600;*/
   border-top: 1px solid #600;
	border-left: 1px solid #600;
	border-right: 1px solid #600; 
	border-bottom: solid #00ccff;
	border-radius: 13px 13px 0 0 / 13px 13px 0 0;
	-webkit-border-radius: 13px 13px 0 0 / 13px 13px 0 0;
	color: #00e;
	font: 1.25em "Trebuchet MS", Arial, sans-serif ;
	padding: 4px 6px;
	text-align: center;
	text-decoration: none;
}
.sousmenu li a:hover, .sousmenu li a:focus {
	background: #00cc00;
}
.sousmenu li [title="courant"] {
	background: #006600;
	color: #fff;
	border-bottom: solid #006600;
}
/**************************************************/
/*              DIVERS                            */
/**************************************************/
/*************************** CSS3  ***************************/
.clearfix {
/* harmonise hauter image/conteneur */
	overflow: auto;
}
#ours {
	clear: both;
}
#ours p {
	color: green;
	font-size: 1em;
	text-align: center;
}
/**************************** Images ***************************/
img.error {
	float: left;
	margin: 0 20px;
}
/**************************** Tables ***************************/
table.simple {
/* utilisé gabarits gf_adm, admin et info_fic */
	background-color: #ffd700;
	border: medium double #f00;
	border-collapse: collapse;
	color: #0000ff;
	font-family: Verdana, "Times New Roman", serif;
	margin: 2px 0 0 50px;
	padding: 2px;
	word-spacing: 1px;
}
/**************************** Divers ***************************/
.ombre {
	-webkit-box-shadow: 6px 6px 10px #aaa;
	box-shadow: 6px 6px 10px #555;
}
.btnlien {
	background: #888888;
	border: 1px solid navy;
	border-color: red;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	font-style: normal;
	font-variant: small-caps;
	padding: 0;
	text-transform: uppercase;
}
.histo {
/* utilisé gabarit  balade et bld_simp */
	text-indent: 1em;
	font-family: Verdana, "Times New Roman", serif;
}
.rouge {
	margin-left: 1em;
	text-align: left;
	background-color: inherit;
	color: #f00;
}
.bleu {
	margin-left: 1em;
	text-align: left;
	background-color: inherit;
	color: #0000FF;
}
.cell1 {
	vertical-align: top;
	text-align: left;
	padding: 1em 1em;
}
.cell2 {
	color: #888;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	padding: 0 10px;
}
/**************************************************/
/*                                                */
/**************************************************/
.barreblanche {
	background-color: white;
	background-position: center;
	height: 5px;
	margin-left: 10%;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80%;
}
/**************************************************/
/*   AFFICHAGE d'une INFO PERSONNELLE             */
/**************************************************/
div.une_info a:hover {
	visibility: hidden;
}
/**************************************************/
/*   MISE A JOUR: AVEC DEUX PERSONNES             */
/**************************************************/
#tabdoub {
	display: table;
	width: 100%;
	border: 1px solid black;
}
#tabdoub_rng_tt {
	display: table-row;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	color: #f00;
	font-size: x-large;
	background: #efefef;
	border-bottom: 1px solid green;
}
#tabdoub_cell {
	border-left: 1px solid green;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	border-bottom: 1px solid green;
}
#tabdoub_parcours {
	display: table-row;
	color: inherit;
	background-color: #ffd700;
}
#tabdoub_hist {
	display: table-cell;
	border-left: 1px solid green;
	border-top: 1px solid green;
}
/* ===============================================*/
/*   UTILISE PAR LES GABARITS                     */
/* ===============================================*/
/**************************************************/
/*   CE JOUR ANNIVERSAIRES                        */
/**************************************************/
/*************** Boite jaune, message ************************/
.boite {
	background: url(http://www.librairie.schouler.fr/images/fonds/fond1.gif) repeat;
	padding: 5px;
}
/**************************************************/
/*   NAVIGATEUR Recherche                         */
/**************************************************/
#navig {
	background: #e0e0e0;
	margin-left: 10px;
	margin-right: 10px;
	width: 98%;
}
#navig tr {
	border-collapse: separate;
	height: auto;
}
#navig .gauche {
	border: 1px solid #897048;
	padding: 5px 0;
	width: 30%;
}
#navig .droite {
	border: 1px solid #897048;
	padding: 5px 0;
	width: 70%;
}
/*************** Gabarit balade double ************************/
.bld1 {
	border-collapse: separate;
	width: 100%;
}
.bld1 tr {
	background: #e0e0e0;
	height: auto;
	text-align: center;
	vertical-align: middle;
}
.bld1 tr > td:first-child {
	width: 30%;
	word-spacing: 8px;
}
tr.bld2 {
	background: #efefef;
	border: thin solid green;
	color: #f00;
	font-size: x-large;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
#bldhisto {
	display: table;
	background: #e0e0e0;
	width: 100%;
}
#bldhisto .cell {
	background-color: #ffd700;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #897048;
	padding-top: 0;
	padding-bottom: 5px;
}
#bldhisto .cell[name="O"] {
	width: 67%;
}
#bldhisto .note {
	background-color: #ddccb5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #897048;
	vertical-align: top;
}
.bld3 {
	width: 100%;
	background-color: #efefef;
	border-collapse: separate;
}
.bld3 tr {
	border: thin solid green
}
.bld3 tr > td:first-child {
	width: 67%;
	vertical-align: top;
	padding: 0.5em;
}
div.bld4 {
	text-align: center;
	color: #0000FF;
	text-decoration: underline;
	font: oblique 13pt Garamond, serif;
}
/* modelarb pour ordre (print)   */
#modelarb {
	background-color: #ffc500;
	border-bottom-width: 2px;
	border-bottom-style: outset;
	text-align: center;
	word-spacing: 12px;
}
/*************** Gabarit boite alerte ************************/
.note {
	font-style: italic;
}
.gras {
	font-weight: bold;
}
#alert {
	background-image: url(http://www.librairie.schouler.fr/images/icones/gris.gif);
	background-repeat: repeat;
	border: thin solid;
	color: #313131;
	display: block;
	font-family: sans-serif;
	font-size: 1.2em;
	height: 85%;
	left: 2%;
	position: absolute;
	right: 2%;
	top: 55px;
}
#alert .boite {
	background: #f00;
	margin: 300px auto;
	width: 90%;
	border: medium solid #090;
}
#alert .boite p {
	text-align: center;
}
/**************************************************/
/*                 GLOBAL                         */
/*  Feuille de style global.css                   */
/**************************************************/
body {
	background: url(http://www.librairie.schouler.fr/images/fonds/arbres-y.jpg);
	color: #000;
	font: 12px Trebuchet, serif;
	margin: 0 0 50px 0;
}
/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
/* Rapproche le titre du texte.*/
	line-height: 1.2;
	font-weight: bold;
/* Valeur par défaut. */
	font-style: normal;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1em;
}
address {
	margin: .75em 0;
	font-style: normal;
}
/* Divers éléments de type en-ligne (ce sont les valeurs par défaut) */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/**************************************************/
/*                 LIENS                          */
/**************************************************/
a:hover {
	color: #ff00ff;
	text-decoration: underline;
	background-color: #33ffff;
}
a {
	font-weight: bold;
	background-color: inherit;
	color: #00495D;
	text-decoration: none;
}
ul {
	background-color: inherit;
	color: green;
	font-weight: bold;
	list-style-type: disc;
}
/**************************************************/
/*                 POSITIONNEMENT                 */
/*  commun: pour toutes les pages du site         */
/*  page: fond pour colonnes factices             */
/**************************************************/
#commun {
	background-color: #B4DFFF;
	border: solid #0000FF 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 700px;
	padding: 0 5px;
	position: relative;
}
#page {
	background: url(http://www.librairie.schouler.fr/images/fonds/idt.png) repeat-y;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#pagebis {
	background: url(http://www.librairie.schouler.fr/images/fonds/fnd1.png) repeat-y;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#pageter {
	background-image: url(http://www.librairie.schouler.fr/images/fonds/fond_tete.png);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;
	width: 100%;
}
/**************************************************/
/*                 SVG                            */
/*  CSS spécifique aux images SVG                 */
/**************************************************/
#PyrFm {
	opacity: 0.9;
	fill: #ff4500;
}
#PyrHm {
	opacity: 0.9;
	fill: #4169e1;
}
#PyrHm:hover {
	opacity: 1;
}
#PyrFm:hover {
	opacity: 1;
}
#PyrGraph {
	fill: paleturquoise;
	stroke: red;
	stroke-width: 2px;
}
#symbM line {
	fill: none;
	stroke: #4169e1;
	stroke-width: 4px;
}
#symbM circle {
	fill: white;
	stroke: #4169e1;
	stroke-width: 4px;
}
#symbM polygon {
	fill: #4169e1;
}
#symbF line {
	fill: none;
	stroke: #ff4500;
	stroke-width: 4px;
}
#symbF circle {
	fill: white;
	stroke: #ff4500;
	stroke-width: 4px;
}
#PyrTxt {
	fill: firebrick;
	stroke: #000000;
	stroke-width: 0.5px;
	font-style: italic;
	font-size: 25px;
	font-family: Verdana, "Times New Roman", Monospace, Sans-Serif;
	text-decoration: underline overline;
}
#PyrAge {
	fill: #0000FF;
	font-style: italic;
	font-size: 9px;
	font-family: Verdana, "Times New Roman", Monospace, Sans-Serif;
	text-anchor: middle;
}
#PyrLegende {
	fill: #0000FF;
	font-style: italic;
	font-size: 12px;
	font-family: Verdana, "Times New Roman", Monospace, Sans-Serif;
}