body{
	text-align : center;
	height: 100%;
	width: 100%;
	padding : 0;
	margin : 0 auto;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	 background: darkgray url('images/Errare_Humanum_Est.png') top center no-repeat fixed;
    background-color: #202020;
	background-size:cover;
	color: #1A1A1A;
}


#tout{
 	margin: auto;
    width: 95%;
	text-align : left;
}



header{
	height: 150px;
/* 	background: url('images/post_apocalyptic_metal_sign.png') no-repeat bottom left; */
/*     background: linear-gradient(darkgray, black);  */
	text-align: left;
    padding-right: 160px;
	position: relative;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    color: red;
    size: 3em;
    	border: solid;
	border-color: black;
	border-radius: 20px;
}

#visage{
	position:absolute;
	top:6px;
	right:6px;
    height: 160px;
}


#contenu{
	padding: 30px 0;
	width: 960px;
	min-height: 320px;
    background-color: silver;
}

div#haut {
	height: 100px;
/* 	background: linear-gradient(lightblue, lightgrey); */
	border: solid;
	border-color: white;
	border-radius: 10px;
}

@media screen and (min-width: 1025px) {
    div#gauche {
        float:left;
        margin-left: 150px;
        width:150Px;
        background-color: white;
        border: solid;
        border-color: black;
        border-radius: 10px;
            padding-left:0.1em;
    }
}
@media screen and (max-width: 1024px) {
    div#gauche {
/*         float:left; */
        width:150Px;
        background-color: white;
        border: solid;
        border-color: black;
        border-radius: 10px;
            padding-left:0.1em;
    }
}
#gauche  a:hover, #gauche :hover a, #gauche .selected a{
	color: FireBrick;
	background: white;
	text-shadow:1px 1px 1px black;
}

.boutonGauche {
    padding-top: 0.5em;
}


@media screen and (max-width: 2024px) {
    div#haut-dessous {
         float: left;
/*         margin-left:160px; */
        background-color: #F0F0F0;
        border: solid;
        border-color: white;
        border-radius: 10px;
    }
}
@media screen and (max-width: 2024px) {
    .haut-dessous .form-horizontal {
         float: left;
    }
}


@media screen and (max-width: 1024px) {
    div#centre {
/*         float: bottom; */
/*         margin-left:160px; */
        background-color: #F0F0F0;
        border: solid;
        border-color: white;
        border-radius: 10px;
    }
}
@media screen and (min-width: 1025px) {
    div#centre {
        margin-left:25%;
        width: 50%;
        background-color: #F0F0F0;
        border: solid;
        border-color: white;
        border-radius: 10px;
    }
}

@media screen and (max-width: 500px) {
    div#centreLarge {
        margin-left:10px;
        background-color: #F0F0F0;
    /*     width: 960px; */
        border: solid;
        border-color: white;
        border-radius: 10px;
    }
}
@media screen and (min-width: 500px) {
    div#centreLarge {
        margin-left:25%;
        background-color: #F0F0F0;
        width: 50%;
        border: solid;
        border-color: white;
        border-radius: 10px;
    }
}


h1 {
  font-size: 32px;
  text-shadow: -1px -1px #0c0, 1px 1px #0F0, -3px 0 4px #000;
  font-family:Arial, Helvetica, sans-serif;
  color: #090;
  padding-left:0.5em;
}
h2 {
  font-size: 15px;
  text-shadow: -1px -1px #0c0, 1px 1px #0F0, -1px 0 4px #000;
  font-family:Arial, Helvetica, sans-serif;
  color: #090;
  padding-left:0.5em;
}
h4 {
    line-height: 2em;
}

/* LISTES */
table {
        table-layout: fixed;
        width: 100%;
        /*word-break: break-all; */
}


.citation {
    font-style: italic;
    color: brown;
    padding-left: 80px;
    font-family:"Times New Roman", Times, serif;
}
.citationNoire {
    color: black;
    padding-left: 80px;
    font-family:"Times New Roman", Times, serif;
}

.bouton {
    background-color: lightgray;
    display: block;
    border-radius: 10px;
    border: solid 1px transparent;
    color: black;
    cursor: pointer;
    margin-bottom: 2px;
    text-align: left;
    width: 130px;
    transition: all 0.5s;
}
.bouton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.bouton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.bouton:hover span {
  padding-right: 25px;
    background-color: white;
}

.bouton:hover span:after {
  opacity: 1;
  right: 0;
}

tr {
  vertical-align: top;
}
tr:hover {
    background-color: lightyellow;
}
.helloAsso {
    font-style: italic;
    color: brown;
}
.courriel{
    color: blue;
}
.fedeGN {
    font-style: italic;
    color: teal;
}
.persoInActif {
    color: grey;
    text-decoration: line-through
}
.persoActif {
    /*color: blue;*/
}
.persoActif .persoActifNom  {
    font-weight: bold;
}

/* INFOBULLES */
.tooltip {
  position: relative;
  display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}
.tooltip .tooltiptext2 {
  visibility: hidden;
  width: 400px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 10%;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip:hover .tooltiptext2 {
  visibility: visible;
}





/* Admin */
.estAdmin {
    color: red;
}

.rouge {
    color: red;
}
.gris {
    color: gray;
    font-style: italic;
}
.resultatEnregistrement {
    color: green;
}

.actif0 {   /* est INACTIF */
    color: DarkGray
}
.actif0nom {
    color: DarkGray
}
.actif1 {  /* est ACTIF */
    color: Black
}
.actif1nom {
    color: Black;
    text-decoration: none;
}
.actif2 {
    color: DarkOrange
}

.actif2nom {
    color: DarkOrange
}

/* afficher formulaire aligné */
.parent-grille {
    display: grid;
    padding-left: 10px;
}
.zonePrenom1 {
        grid-row:1;
        grid-column: 1;
}
.zonePrenom2 {
        grid-row:1;
        grid-column: 2;
}
.zoneNom1 {
    grid-row:2;
    grid-column: 1;
}
.zoneNom2 {
    grid-row:2;
    grid-column: 2;
    }
.zoneNaissance1 {
    grid-row:3;
    grid-column: 1;
}
.zoneNaissance2 {
    grid-row:3;
    grid-column: 2;
}
.zoneLogin1 {
    grid-row:4;
    grid-column: 1;
}
.zoneLogin2 {
    grid-row:4;
    grid-column: 2;
}
.zoneGroupe1 {
    grid-row:5;
    grid-column: 1;
}
.zoneGroupe2 {
    grid-row:5;
    grid-column: 2;
}
.zoneMdp1 {
    grid-row:6;
    grid-column: 1;
}
.zoneMdp2 {
    grid-row:6;
    grid-column: 2;
}
.zoneMdp3 {
    grid-row:7;
    grid-column: 1;
}
.zoneMdp4 {
    grid-row:7;
    grid-column: 2;
}
.zoneAdresse1 {
    grid-row:8;
    grid-column: 1;

}
.zoneAdresse2 {
    grid-row:8;
    grid-column: 2;
}
.zoneTel1 {
    grid-row:9;
    grid-column: 1;
}
.zoneTel2 {
    grid-row:9;
    grid-column: 2;
}
.zoneTel1b {
    grid-row:10;
    grid-column: 1;
}
.zoneTel2b {
    grid-row:10;
    grid-column: 2;
}
.zoneMail1 {
    grid-row:11;
    grid-column: 1;
}
.zoneMail2 {
    grid-row:11;
    grid-column: 2;
}
.zoneHello1 {
    grid-row:12;
    grid-column: 1;
}
.zoneHello2 {
    grid-row:12;
    grid-column: 2;
}
.zoneFede1 {
    grid-row:13;
    grid-column: 1;
}
.zoneFede2 {
    grid-row:13;
    grid-column: 2;
}
.zoneAllergie1 {
    grid-row:14;
    grid-column: 1;
}
.zoneAllergie2 {
    grid-row:14;
    grid-column: 2;
}
.zoneCaptcha1 {
    grid-row:15;
    grid-column: 1;
}
.zoneCaptcha2 {
    grid-row:15;
    grid-column: 2;
}
.zoneSubmit {
    grid-row:16;
    grid-column: 2;
}
.zoneSubmit2 {
    grid-row:16;
    grid-column: 3;
}


.infoPJ {
    color: black;
    font-weight: bold;
    font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}
.obligatoire {
    color: red;
    font-weight: bold;
}
.captchaErreur {
    color: red;
    font-size:20px;
    background-color: yellow;
}
.texteErreur {
    color: red;
}

/* formulaires */
input:invalid {
  border: 2px dashed red;
}

input:valid {
  border: 1px solid green;
}


.exportResultat { /* afficher la zone sql */
    background-color: white;
    font-family: "Courier New", serif;
    font-size: 0.8em;
}

.NomPersoActif {
    /*color: red; */
    font-weight: bold
    font-family: Georgia, serif;
    font-size: 1.2em;
    font-variant: small-caps slashed-zero;
}
.NomPerso {
    color: darkgray;
    font-family: Georgia, serif;
    font-size: 1.2em;
    font-variant: small-caps slashed-zero;
}
.InfoPersoActif {
    font-family: Georgia, serif;
}
.InfoPerso {
    color: darkgray;
    font-family: Georgia, serif;
}

/* page admin Serveur */
.zoneSauvegarde {
    grid-row:1;
    grid-column: 1;
}
.zoneTelecharg {
    grid-row:1;
    grid-column: 2;
}
.zoneInfos {
    grid-row:1;
    grid-column: 4;
    }
    
/* PERSONNAGES */
.persoDetails {
    font-family: Arial, sans-serif;
    line-height: 2em;
    
}
.persoDetails .persoNom {
    font-size: 1.2em;
    font-variant: small-caps slashed-zero;
}
.persoDetails .persoPoints {
    font-variant:  slashed-zero;
    
    
}
.persoDetails .persoGroupe {
}
.attention {
    color: red;
}
.noPrerequis {
    color: grey;
    font-size: 0.8em;
}
.typecompetence {
}
.typeequipement {
    color: brown;
}
.compN1 {
    font-weight: bold;
}
.texteExplicatif {
    font-size: 0.8em;
}

.datenaissance {
    font-size: 0.8em;
    /*color: darkgrey;*/
}
