#barre_fixe
{
position: absolute;
padding:0px 0;
top: 0px;
width: 100%;
height: 50px; 
      margin: 0;
      z-index: 99; 
      background-color: #444444;
      }

      .navbar{
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 2px;
	top: -1px;
	width: 1293px;
      }
      .navbar li{
      height: auto;
      width: 160px; 
      float: left;  
      text-align: center; 
      list-style: none;  
      font: normal bold 11px/1em Arial, Verdana, Helvetica;  
      padding: 0;
      margin: 0;
      background-color: #444444;
      }
      .navbar a{							
      padding: 18px 0;  
      border-left: 1px solid #ccc9c9;
      text-decoration: none; 
      color: white; 
      display: block;
      }
      .navbar li:hover, a:hover {
      background-color: #444444;
      } 
      .navbar li ul{
      display: none;
      height: auto;									
      margin: 0; 
      padding: 0; 
      }				
      .navbar li:hover ul{
      display: block;
      }
      .navbar li ul li {
      background-color: #444444;
      } 
      .navbar li ul li a{
      border-left: 1px solid #444444; 
      border-right: 1px solid #444444; 
      border-top: 1px solid #c9d4d8; 
      border-bottom: 1px solid #444444; 
      }
      .navbar li ul li a:hover{
      background-color: #a3a1a1;
      }
	  .active {
    background-color: #4CAF50;
	}  
	  li {
    float: left;
    border-right:1px solid #bbb;
}
	   .active {
    background-color: #4CAF50;
	}
#piedDePage{
	background-color:#444444;
	padding:50px 0;
	width: 100%;
	text-align:center;
	 font: normal bold 11px/1em Arial, Verdana, Helvetica;  
	font-size:12px;
	height:50px;
	padding-top:20px;
	color: white; 
	
}	
	
input, textarea, select, option {
 background-color:#FFF3F3;
 }
input, textarea, select {
 padding:3px;
 border:1px solid #F5C5C5;
 border-radius:5px;
 width:200px;
 box-shadow:1px 1px 2px #C0C0C0 inset;
 }
select {
 margin-top:0px;
 }
input[type=radio] {
 background-color:transparent;
 border:none;
 width:10px;
 }
input[type=submit], input[type=reset] {
 width:100px;
 margin-left:5px;
 box-shadow:1px 1px 1px #D83F3D;
 cursor:pointer;
 }
 input:focus, textarea:focus {
 background-color:white;
 }
input[type=submit]:focus, input[type=reset]:focus {
 background-color:#FFF3F3;
}
input[type=submit]:hover, input[type=reset]:hover {
 background-color:#FCDEDE;
 }
input[type=submit]:active, input[type=reset]:active {
 background-color:#FCDEDE;
 box-shadow:1px 1px 1px #D83F3D inset;
}


a:hover {
color:white;
text-decoration:none;
background-color:blue;
}
