HTML:lang(fr) {
	quotes: ' ' ' +';
}
/**************************************************/
/*      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%;
}
/**************************************************/
/*   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: #666666;
	background: transparent;
	margin: 0;
	padding: 0;
}
#form_corps legend {
/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #009900;
	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 #FF0000;
}
#form .textAlerte {
	display: block;
	background-image: url(http://www.librairie.schouler.fr/images/doigt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FF0000;
	font-weight: bold;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
}
#form_pied input {
	background-position: left;
	background-repeat: no-repeat;
	border-color: #AAAAAA;
	border-radius: 10px;
	border-style: inset outset;
	border-width: 3px;
	color: #EFE3E3;
	cursor: pointer;
	font-weight: bold;
	margin-left: 1em;
	height: 22px;
	max-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 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 #00FF00;
	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: #3914AF;
	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;
}
/**************************************************/
/*      MISE EN FORME DE TEXTES                   */
/**************************************************/
.rougeombre {
	color: red;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(0,0,0,1);
}
/**************************************************/
/*   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;
}
/**************************************************/
/*              DIVERS                            */
/**************************************************/
/*************************** CSS3  ***************************/
* {
/*  le padding et la bordure n'augmentent pas la largeur */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#ours {
	clear: both;
}
#ours p {
	color: #008800;
	font-size: 1em;
	text-align: center;
}
/**************************** Images ***************************/
img.error {
	float: left;
	margin: 0 20px;
}
/**************************** Divers ***************************/
.ombre {
	-webkit-box-shadow: 6px 6px 10px #aaa;
	box-shadow: 6px 6px 10px #555;
}
.btnlien {
	background: #888888;
	border: 1px solid #000088;
	border-color: #FF0000;
	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: #FF0000;
}
.bleu {
	margin-left: 1em;
	text-align: left;
	background-color: inherit;
	color: #0000FF;
}
.cell1 {
	vertical-align: top;
	text-align: left;
	padding: 1em 1em;
}
.cell2 {
	color: #888888;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	padding: 0 10px;
}
/**************************************************/
/*                                                */
/**************************************************/
.barreblanche {
	background-color: #FFFFFF;
	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;
}
/* ===============================================*/
/*   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;
}
/*************** 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                          */
/**************************************************/
.ln_menu {
	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: 2em;
	overflow: hidden;
	padding: 1em 2em;
	text-align: center;
}
.ln_menu a {
	background-color: #7CE700;
	border-radius: 10px;
	color: #00495D;
	display: inline-block;
	margin: 5px 15px;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 110px;
}
.ln_menu a:hover {
	background-color: #33ffff;
	color: #ff00ff;
	text-decoration: underline;
}
.ln_menu ul {
	background-color: inherit;
	color: green;
	font-weight: bold;
	list-style-type: disc;
}
.ln_menu [title="Page courante !"] {
	color: red;
}
/**************************************************/
/*                 POSITIONNEMENT                 */
/*  commun: pour toutes les pages du site         */
/*                                                */
/**************************************************/
#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;
}
/**************************************************/
/*            FLEXBOX                             */
/**************************************************/
	@mini-ecran: 480px;
	@petit-ecran: 768px;
	@moyen-ecran: 1024px;
	@grand-ecran: 1280px;
/* touts les "class" container seront des boîtes flexibles  */
/*  ses enfants seronrt des flex-item                        */
.textlane {
	background: #9CE6F4;
	display: flex;
	flex-direction: row;
	fles-wrap: wrap
}
.navig {
	display: flex;
}
/**************************************************/
/*      FENETRE MODALE                            */
/**************************************************/
.popup_block{
    background: #fff;
    padding: 20px;
    border: 20px solid #ddd;
    position: relative;
    margin: 10% auto;
    width: 40%;
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
}
img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}

#overlay6{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#modalCheck6{
    display: none;
}
#modalCheck6:checked + #overlay6{
    display: block;
}

