/*  */
#page  .clear{
	clear:both;
}
#page {
	padding: 0px 10px
}

#page .center{
	display: block;
	margin: 0px auto;
}
#page .center_div{
	display: table;
	margin: 0px auto;
}
#page .underline {
	text-decoration: underline;
}
#page  {
	text-indent: 0;
	font-size: 12pt;
	color: black;
}
#page .photo{
	margin: 10px;
}
#page img{
	border-radius: 4px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);
	display: inline-block;
}
#page .rigth {
	display: block;
	float: right;
}
#page .titre_photo{
	font-variant: small-caps;
	font-style: italic;
	text-align: center;
	margin: 3px auto;
	display: table;
	font-size: 14px;
}

#page p, #page li{
	color: black;
	font-family: "Times", serif;
	text-align: justify;
	text-indent: 2em;
	margin: 10px 0px;
	font-size: 12pt;
	line-height: 1.2;
}

#page li.indent_none, #page p.indent_none {
	text-indent: 0px;
}

#page .num{
	font-size: 500%;
	vertical-align: middle;
	opacity: 0.5;
	font-family: 'Niconne', cursive;
}

#page .koko_page{
	margin:0px 10px -5px 0px;
	width: 200px;
	box-shadow: none;
}
#page .margin{
	margin:5px;
}
#page .margin_top{
	margin-top:40px;
}

td, th {
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

th {
	background: #EDE6A1;
}

td.empty, th.empty {
	border: none;
	background: transparent;
}

table {
	margin: 0px auto;
}

table.noborder, table.noborder > tbody > tr, table.noborder > tbody > tr > td {
	background: transparent;
	border: 0px;
}

#page .text-align {
	text-align: center;
}

/* Titre */

#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
	font-variant: small-caps;
	margin: 30px 0px 18px 0px;
	font-family: "Times", serif;

}
#page h1 {
	font-size: 50px;
	text-align: center;
}
#page h1:first-letter {
	font-family: 'Parisienne', cursive;
	font-size: 75px;
}
#page h1 span{
	font-size: 30px;
	text-decoration: none;
	font-style: italic;
	font-variant: normal;
}
#page h2 {
	font-size: 25px;
	margin: 40px 0px 20px 0px;
	border-bottom: 1px rgba(0,0,0,0.5) solid;
}

#page h2 a {
	font-size:12pt;
	position: relative;
	top: 10px;
}

#page h3 {
	font-size: 20px;
}
#page h4 {
	font-size: 17px;
}
#page h5{
	font-size: 15px;
}
#page h6{
	font-size :14px;
}

#page h1 + p::first-letter,
#page h2 + p::first-letter,
#page h3 + p::first-letter
{
	font-size: 200%;
	font-style: italic;
    font-weight: bold;
    font-family: 'Parisienne', cursive;
    line-height: 20px;
}

#page h2, #page h3, #page h4 {}

#page h2 a, #page h3 a, #page h4 a {
	text-decoration: none;
	color: inherit;
	text-shadow: 0px 0px 1px #000;
	font-style: italic;
	position: relative;
}

#page h2 a:hover, #page h3 a:hover, #page h4 a:hover {
	text-decoration: underline;
	color: inherit;
}

/* Intro Article */

#page #intro_article{
	margin: 30px 70px;
	font-style: italic;
}

/* Les Listes */

#page ul, #page ol{
	margin: 10px 0px;
}
#page li{
	margin: 5px 30px;
}
#page ul li{
	list-style-position: inside;
	list-style-type: disc;
	margin: 1em 15px;
}
#page .liste_tiret li:before{
	content: "- ";
}
#page .liste_tiret li{
	list-style: none;
	margin: 0 0;
}
#page ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#page .table_num , #page .table_num td, #page .table_num tr {
	margin: 0px 0px 0px 30px;
	padding: 0;
	border: 0;
	background: none;
}
#page .table_num + ul li{
	margin: 0px 45px 0px 75px;
}

#page .liste_none{
	list-style-type: none;
}

/* Séparateur */

#page span.etoile {
	text-align: center;
}

#page span.etoile:before {
	content: '****';
	text-align: center;
	font-size: 20px;
}

/* Citation, mise gras, strong, em... */

/*
q {
	font-style: italic;
	quotes: "“" "”";
}

em.guillemet:before, em.guillemet:after, strong.guillemet:before, strong.guillemet:after{
	content: "\"";
}
*/

em {
	font-weight: normal;
	font-style: italic;
}
strong {
	font-weight: bold;
}
q {
	font-style: italic;
}
#page .reference {
	color: black;
	font-family: "Times", serif;
	text-align: justify;
	margin: 10px 0px;
	font-size: 12pt;
	line-height: 1.2;
	display: block;
}

/* Cadre contact */

#page .contact{
	position: relative;
	float: right;
	right: -20px;
	width: 290px;
	padding: 15px;
	background: #f0e8d8;
	-moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(202, 188, 158, 0.8) inset, inset -5px 0px 5px -4px black;
	box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(202, 188, 158, 0.8) inset, inset -5px 0px 5px -4px black;
	border: 0.5px solid #d4bd8e;
	clear: right;
}

#page .contact_adress {
	text-indent: 0px;
	text-align: center;
	box-shadow: 0px 0px 15px grey;
	border-radius: 5px;
	padding: 10px;
	width: 41%;
	margin: auto;
	background-color: #FFE4B5;
	border: 0.5px solid #d4bd8e;
}

#page .curved-hz-2::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 10px;
	-moz-border-radius-topright: 300px 20px;
	-moz-border-radius-bottomright: 250px 20px;
	border-top-right-radius: 300px 20px;
	border-bottom-right-radius: 250px 20px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
}

#page .contact::before, #page .contact::after {
	content: "";
	position: absolute;
	z-index: -20;
}
/* Cadre extrait, Encart */

#page .extrait{
	position: relative;
	width: 600px;
	padding: 15px;
	background: #f0e8d8;
	-moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(202, 188, 158, 0.8) inset;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(202, 188, 158, 0.8) inset;
	border: 0.5px solid #d4bd8e;
	clear: both;
	margin-top: 10px;
	margin-bottom: 30px;
}
.curved-vt-2::before {
top: 10px;
bottom: 10px;
left: 0;
right: 0;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
box-shadow: 0 0 15px rgba(0,0,0,0.6);
-moz-border-radius: 10px / 100px;
border-radius: 10px / 100px;
}

#page .extrait::before, #page .extrait::after {
	content: "";
	position: absolute;
	z-index: -20;
}
#page .encart{
	margin: 30px 70px;
	font-style: italic;
}

/* Liste Article */

#page .article{
	margin: 0px 30px;
}
#page .article dt{
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px rgba(0,0,0,0.5) solid;
	margin: 20px 0px 10px 0px;
}
#page .article ol{
	list-style: decimal inside;
	margin-bottom: 20px;
}
#page .article li{
	text-indent: 10px;
	margin: 10px 30px;
}
#page .article dd ol li ol li{
	list-style: lower-latin inside;
}

/*
#page li q {
	text-indent: 10px;
}
*/

/* Sommaire */

#page .num_sommaire{
	width: 50px;
	text-align: right;
	margin-right: 10px;
	font-family: 'Niconne', cursive;
	font-size: 20pt;
}

#page #sommaire{
	width: 703px;
	position: relative;
	left: -20px;
	top: -20px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-radius: 10px 10px 0px 0px ;
	border-bottom-right-radius: 250px 20px;
	background-color: #edd4a9;
	box-shadow: inset 0px 0px 5px 0px black;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
#page #sommaire:hover{
	background-color: #ede3c5;
	border-radius: 10px 10px 0px 0px ;
}

#page #sommaire .titre{
	text-align:center;
	list-style:none;
	text-indent:0px;
	width: 703px;
	font-size: 40pt;
	font-family: 'Parisienne', cursive;
	color:#4A00BC;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
}

#page #sommaire a{
	color:#6C3A00;
	text-decoration:none;
}

#page #sommaire a:hover{
	text-decoration:underline;
}

#page #sommaire li ul li {
	list-style:none;
	text-align:left;
	margin-left:30px;
}

#page #sommaire li  {
	list-style:none;
	text-align:left;
	margin: 5px 30px;
	line-height:16pt;
	text-indent:0px;
}


/* Fin Articles */

#page .fin_article{
	width: 683px;
	position: relative;
	display: inline-block;
	left: -20px;
	top: 10px;
	padding: 10px;
	border-radius: 0px 0px 10px 10px;
	background-color: #edd4a9;
	box-shadow: inset 0px 0px 5px 0px black;
}
#page .fin_article .redige{
	text-align: center;
	margin: 0px 0px 8px 0px;
	font-family: 'Parisienne', cursive;
	font-size: 25px;
	color: black;
}
#page .fin_article .auteur{
	float: left;
	text-align: right;
	line-height: 20px;
	margin: 10px 0px;
	font-size: 13pt;
	color: black;
}

/* Livre et perspective */

#page .page_livre_right{
	box-shadow: 0px 0px 5px #000;
	border-radius: 5px;
	margin:10px 10px 15px 10px;
	float: right;
	width: 170px;
	height: 260px;
	z-index: -20;
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.9, transparent), to(white));
	-webkit-transform: rotateY(-20deg);
	-o-transform: rotateY(-20deg);
	-moz-transform: rotateY(-20deg);
	-ms-transform: rotateY(-20deg);
}

#page .page_livre_left{
	box-shadow: 0px 0px 5px #000;
	border-radius: 5px;
	margin:10px 10px 15px 10px;
	float: left;
	width: 170px;
	height: 260px;
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.9, transparent), to(white));
	-webkit-transform: rotateY(20deg);
	-moz-transform: rotateY(20deg);
	-o-transform: rotateY(20deg);
	-ms-transform: rotateY(20deg);
}

#page .perspective {
	perspective: 1000px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
}
