/*------------------------
//--Site internet temple
//------------------------
//--File name:espace_membre.js
//------------------------
//--Date:20/06/2019
//--Revision:v1.0*/
html,body{margin:0px;padding:0px;outline:0px;height:100%;min-width:800px;min-height:300px;background-color:white;font-size:20px;font-family:serif,sans-serif;cursor:auto;}
table{border:none;}
table tr td{padding:5px;}
hr{width:50%;height:2px;background-color:white;border:none;border-radius:1px;}
#PAGE1{height:100%;width:100%;position:fixed;top:0;margin:0;padding:0;z-index:10;color:white;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;background:url(i_intro.jpg) no-repeat center fixed; -webkit-background-size:cover;background-size:cover;}
#MENU{height:auto;width:auto;position:fixed;top:0;right:0;z-index:5;background:rgba( 55,38,40,0.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#37262880,endColorstr=#37262880);color:white;border-radius:0px 0px 0px 5px;padding:0px 10px 0px 10px;}
.item_menu{padding:1px 5px 1px 5px;text-align:center;}
.item_menu:hover{background:white;color:#372628;font-weight:bold;border:0px 5px 5px 0px;border-radius:5px 4px 5px 5px;cursor:pointer;}
#PAGE_ACCUEIL{height:100%;width:100%;position:relative;z-index:1;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;color:white;background:url(i_fond_violet.png) no-repeat center fixed; -webkit-background-size:cover;background-size:cover;}
#PAGE_LOGE{height:100%;width:100%;position:relative;z-index:1;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;color:white;background:url(i_fond_bleu.png) no-repeat center fixed; -webkit-background-size:cover;background-size:cover;}
#PAGE_TP{height:100%;width:100%;position:relative;z-index:1;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;color:white;background:url(i_fond_rose.png) no-repeat center fixed; -webkit-background-size:cover;background-size:cover;}
#PAGE_TPIO{height:100%;width:100%;position:relative;z-index:1;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;color:white;background:url(i_fond_vert.png) no-repeat center fixed;-webkit-background-size:cover;background-size:cover;}
#PAGE_AT{height:100%;width:100%;position:relative;z-index:1;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;color:white;background:url(i_fond_jaune.png) no-repeat center fixed;-webkit-background-size:cover;background-size:cover;}
#PAGE_CONTACT{height:100%;width:100%;position:relative;z-index:1;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;color:white;background:url(i_fond_rouge.png) no-repeat center fixed;-webkit-background-size:cover;background-size:cover;}
#PAGE_MEMBRE{height:100%;width:100%;position:relative;z-index:1;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;color:white;background:white;background:url(i_mur.jpg) no-repeat center fixed;}
#PAGE_LEGAL{height:100%;width:100%;position:fixed;top:0;margin:0;padding:0;z-index:5;color:white;display:flex;background:rgba( 0,0,0,0.0);flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;}
#PAGE_BAS_PAGE{height:auto;width:100%;position:fixed;bottom:0;margin:0;padding:5px;z-index:2;color:white;text-shadow:0 0 3px black;cursor:pointer;font-size:12px;}
.conteneur_page_main{height:80%;width:80%;color:black;background:rgba(255,255,255,0.7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF',endColorstr='#FFFFFF');border-radius:10px;overflow:auto;box-shadow:1px 1px 0 rgba( 0,0,0,0.6);display:flex;flex-direction:column;flex-wrap:nonwrap;justify-content:top;align-items:center;padding:20px;}
.conteneur_page_legal{height:80%;width:80%;color:black;background:white;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF',endColorstr='#FFFFFF');border-radius:10px;overflow:auto;box-shadow:1px 1px 0 rgba( 0,0,0,0.6);display:flex;flex-direction:column;flex-wrap:nonwrap;justify-content:top;align-items:center;padding:20px;}
input[type=text],input[type=password],input[type=email]{color:black;background:white;border-radius:5px;padding:5px;margin:5px;border:none;border-bottom:dotted 1px white;}
input[type=button]{color:#1A4366;font-weight:bold;letter-spacing:1px;background:white;border:solid 1px #1A4366;border-radius:4px;padding:5px 20px 5px 20px;margin-top:5px;margin-bottom:5px;cursor:pointer;}
input[type=text]:hover,input[type=password]:hover,input[type=email]:hover,input[type=button]:hover{text-shadow:1px 1px 0px rgba(0,0,0,0.2);box-shadow:1px 1px 0 rgba( 0,0,0,0.6);}
::-webkit-scrollbar{width:20px;}
::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px;}
::-webkit-scrollbar-thumb{background:white;border:solid 1px black;border-radius:10px;}