body{
	margin: auto;
	width: 100%;
	height: auto;
}
div.en-tete{
	padding: 0px;
	background-color: #154360;
}
.logo{
	width: 6%;
	height: 6%;
	margin-left: 45%;
	padding-top: 1%;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #154360;
}
li{
	float: right;
}
.li1{
	float: left;
}
li a{
	display: block;
	color:white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: sans-serif;
}
li a: hover{
background-color: #111;
}
div.part-index{
	background-color: silver;
	padding-top:125px;
	opacity: 0.5;
	margin-top: -15%;

}
input[type=email],[type=password]{
width: 50%;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
margin-left: 25%;
background-color: white;
background-image: url(images/user.png);
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
margin-bottom: 1%;
-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input[type=password]{
width: 50%;

box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
margin-left: 25%;
background-color: white;
background-image: url(images/log.png);
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
margin-bottom: 1%;
-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input[type=submit]{
width: 50%;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
margin-left: 25%;
background-color: #454545;
color:white;
font-style: bold;
background-image: url(picture/profile.png);
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
margin-bottom: 1%;
-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
select{
	width: 50%;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
margin-left: 25%;
background-color: white;
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 2px 40px;
margin-bottom: 1%;
-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input[type=text]{
width: 50%;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
margin-left: 25%;
background-color: white;
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 2px 40px;
margin-bottom: 1%;
-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input[type=search]{
width: 44.7%;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
margin-left: 25%;
background-color: white;
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 2px 40px;
margin-bottom: 1%;
-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
button{
width: 5%;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
color:white;
margin-left: 0%;
background-color: white;
background-image: url(Image/search.png);
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 2px 40px;
margin-bottom: 1%;
-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
form{
	padding: 10px;
}
table{
	border-collapse: collapse;
	margin-left: 8%;
	padding-top: 10%;
}
td, th{
	border: 1px solid silver;
}
h2{
	text-align: center;
	color:gray;
	font-size: 2em;
}
th{
	background-color: #454545;
	color:white;
}
#sous-menu{
	padding:0;
  margin:0;
  list-style:none;
  text-align: center;
  width: 180px;
}
#sous-menu ul{
	padding:0;
  margin:0;
  list-style:none;
  text-align: center;
  margin-right: -10px;
}
#sous-menu li{
    margin-bottom:2px;
    border:solid 1px #333A40
}
#sous-menu ul li a{
	display:block;
  text-decoration: none;
  color: #fff;
  padding: 8px 0;
  font-family: verdana;
  font-size:1.2em
}
#sous-menu{
	font-size:1em
}
#sous-menu li a: hover{
background: #729EBF
}
