body {
    font-family: "Arial";
    text-align: center;
    background:rgb(0,0,0) 100%) no-repeat; 
	background-repeat: no-repeat;
	background-size: cover; 
}


#hautpage {
	width: 950px;
	height:124px;
	background-image: url(Entete2.gif);
	background-repeat: no-repeat;
	border-radius: 10px 10px 0px 0px;
	margin: auto;
	padding-bottom: 20px;

    align-items: center;
}

#menu {
	width: 950px;
	height:40px;
 	background-image: rgb(0,0,0);
    margin: auto;
    display: flex;
    align-items: center;
}


#baspage {
	width: 950px;
	height:40px;
 	background-image: rgb(0,0,0);
	text-align: center;;
    margin: auto;
	color :red;
	font-size: 24px;
	font-style : bold;
    align-items: center;
}




#rond{
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px 7px 0px 0px;
}



#introduction {
	    width: 900px;
		margin : auto;
		font-size: 20px;
		font-weight: 400;
		font-style : italic;
		text-align: justify;
		padding-top: 10px;
		margin-bottom:0px;
	}
	
#conteneur {
    width: 900px;
    margin: auto;
	background-color: white;
}


#liste {
	    width: 850px;
		margin : auto;
		border-left:10px solid rgba(52, 152, 219, 1);
		background-color: rgba(52, 152, 219, 0.1);
		padding-left: 20px;
		padding-right:20px;
}


#conteneur b {
	font-size: 24px;
	color : rgba(52, 152, 219, 1);
}



#padding{
	padding-bottom:30px;
	}

#login{
	padding-bottom:60px;
	}

	

th, td{
  border: 0px solid black;
  padding: 10px;
  font-size: 18px;
  vertical-align: top;
}


      .button {
  background: #279eee;
    border-radius: 5px;
        border: none;
        color: white;
        padding: 15px 40px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        margin: 4px 2px;
        cursor: pointer;
      }

#liste a{
	text-decoration: none;
	color :black;
}

#liste a:hover{
	text-decoration: none;
	color :red;
}

#listeformulaire {
	    width: 900px;
		height:180px;
		margin : auto;
		border-left:10px solid rgba(234, 91, 12, 0.3);
		background-color: rgba(234, 91, 12, 0.05);
		box-shadow: 8px 8px 12px #aaa;
		padding-left: 20px;
		padding-right:20px;
		font-style : bold;
		font-size: 15px;
		color :black;
		text-align: justify;
}



#textelogin {
	    width: 900px;
		margin : auto;
		font-size: 24px;
		font-weight: 400;
		font-style : italic;
		padding-top: 10px;
		margin-bottom:0px;
	}
#paddingpageconnexion{
	padding-bottom:50px;
	}



