/* css file */
body
{
	background-color:gray;
	margin-left:20%;
	margin-right:20%;
	min-width: 500px;
	max-width: 1500px;
}

h1
{
    text-shadow: 2px 2px 5px green;
}

h1, h2, h3, h4, h5
{
	text-align:center;
}

h2
{
	/*color:lightgreen;*/
	color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;   
}



p
{
	/*color: royalblue;*/
	color: blue;
	font-family: verdana;
    font-size: 20px;
    text-indent: 50px;
}

a:hover
{
	/*text-align:center;*/
	/*margin:auto;*/
	color:yellow;
}

.centrageDesLiensMainPage
{
	border: 2px solid powderblue;
	margin:auto;
	/*text-align:center;*/
	border-radius: 5px;
}

.centrageDesLiens
{
	border: 2px solid powderblue;
	/*margin:auto;*/
	margin-top: 100px;
	text-align:center;
	border-radius: 5px;
	padding: 25px 50px;
}

.myConnectionForm /*myConnectionForm*/
{
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    
    /*width: 150px;*/
    /*width: 25%;*/
    max-width: 300px;
    /*min-width:50px;*/
    border-radius: 10px;
    border: 2px solid lightgreen; 
    
}

.myConnectionFormfiedSet
{
    
    border-radius: 10px;
    border: 2px solid lightblue;
}

.test1
{
    margin:auto;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 500px;
    border-radius: 10px;
    border: 2px solid black;
    /*text-align: center;*/
}



.buttonDeconnection:link, .buttonDeconnection:visited {
 background-color: green;
  color: white;
  border: 2px solid green;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  /*display: inline-block;*/
  display:block;
  width:200px;
  margin: auto;
  border-radius: 15px;
}

.buttonDeconnection:hover, .buttonDeconnection:active {
  /*background-color: yellow;*/
    background-color: white;
    color: black;
}

.essaiCentrage
{
    border: 2px solid red;   
}

table, th, td {
    margin: auto;
    border: 1px solid;
    text-align: center;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #04AA6D;
  color: white;
}

.losangeVert
{
    width: 50px;
    height: 50px;
    background-color: green;
    border: 1px solid black;
    transform: rotate(45deg);
    margin: auto;
}
