body
{
 background-color: rgb(0,0,0);
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 background-position: center center;
 width: 100%;
  max-width: 1060px;
  min-width: 500px;
  margin: auto;
 
}

nav /*horloge*/
{
position: absolute;
right: 300px;
top:100px;

}

p1
{
position: absolute;
left:0px;
top:0px;
right:0px;
}


section /*corps bis du site*/
{
position: absolute;
left: 0px;
right: 0px;
top: 200px;
width: 100%;
  max-width: 1060px;
  min-width: 500px;
  margin: auto;
}


h1
{
top: 350px;
color: orange;
font-size:12px;
font-family: arial;
left: 0px;
right: 0px;
position: absolute;
width: 100%;
  max-width: 1060px;
  min-width: 500px;
  margin: auto;

}

h3 /*formulaire*/
{
font-size:14px;
font-family: arial;
left: 0px;
right:0px;
text-align:center;
position: absolute;
top: 150px;
color: green;
width: 100%;
  max-width: 1060px;
  min-width: 500px;
  margin: auto;


}

.error-message
{
font-size: 11px;
font-family: arial;
color: red;
}


.texte_sous_le_password
{


color:red;
}

h4
{
position:absolute;
top: 300px;
left: 0px;
right:0px;
font-family: arial;
text-align :center;
width: 100%;
  max-width: 1060px;
  min-width: 500px;
  margin: auto;
}

h5
{
position:absolute;
top: 150px;
left: 0px;
right:0px;
text-align:center;
font-family: arial;
font-size: 14px;
width: 100%;
  max-width: 1060px;
  min-width: 500px;
  margin: auto;
}

h6
{
position:absolute;
text-align : center;
left: ;
right: ;
top:0px;
color: white;
}


h7/*message maintenance*/
{
position:absolute;
left:20px;
top:120px;
font-family: arial;
font-size: 15px;
color: orange;
text-align:justify;
width: 100%;
  max-width: 250px;
  min-width: 250px;
  margin: auto;
}

h8/*message infos utilsateurs inscrits*/
{
position:absolute;
right:20px;
top:120px;
font-family: arial;
font-size: 15px;
color: orange;
text-align:justify;
width: 100%;
  max-width: 250px;
  min-width: 250px;
  margin: auto;
}

.titre
{
color:red;
font-size: 17px;
}

p
{
top: 450px;
text-align: center;
color: orange;
font-size:25px;
font-family: Arial;
left: ;
right: ;
position: absolute;
width: 100%;
  max-width: 1060px;
  min-width: 500px;
  margin: auto;
}
div
{
display: flex ;
justify-content: center;
align-items: center;
}