#entete {
    position:relative;
    top:433px;
    width:900px;
    height:200px;
    background-color:black;
	opacity:0.9;
	float: right;
}

#navigation {
	width: 900px;
	height: 30px;
   background-color:#3c3d3e;
	opacity: 0.9;
	position: relative;
	top: 433px;
}

#logo {
    	position:relative;
		margin-right: 7px;
		margin-top: 7px;
		float:right;
		width:300px;
		height:60px;
		margin:0;
		padding-right:13px;
}

#logo img {
    border:0;
}

.formMonCompte, .formValider, .formMonComptePwd, .formMaRecherche, .menuMonCompte, .compteConnecte {
	display:inline;
	border:0;
	float:left;
}

.formValider {
	display: inline;
	border: 0;
	float: left;
	margin-top: 8px;
	font-weight: bold;
}

.formMonCompte  input{
	border: 1px solid black;
	/*background: #303132;*/
	background: black;
	color: white;
	width: 145px;
	height: 15px;
	margin-top:5px;
	margin-left: 8px;
	margin-right: 2px;
	padding-left: 3px;
}

.formMonComptePwd  input{
	border: 1px solid black;
	/*background: #303132;*/
	background: black;
	color: white;
	width: 85px;
	height: 15px;
	margin-top:5px;
	margin-right: 3px;
	padding-left: 3px;
}

.formMaRecherche input{
	border: 1px solid black;
	/*background: #303132;*/
	background: black;
	color: white;
	width: 100px;
	height: 15px;
	margin-top:5px;
	margin-left: 7px;
	margin-right: 3px;
	padding-left: 3px;
}

.compteConnecte, .compteConnecte a, .menuMonCompte, .menuMonCompte a{
	font-size:12px;
	color:white;
	text-decoration:none;
	line-height:22px;
}

.menuMonCompte{
	margin-left:10px;
	margin-top: 5px;
}

.compteConnecte a:hover, .menuMonCompte a:hover{
	text-decoration:underline;
}

.compteConnecte{
	width:100%;
}

.client{
	float:left;
	margin-left:10px;
	margin-top:5px;
	color:white;
}

.recherche{
	float: right;
	margin-right: 15px;
}

.panier{
	display:inline;
	border:0;
	float: left;
	margin-left: 3px;
	margin-top: 7px;
	color : white;
	Font-family: "Trebuchet MS";
	/*font-variant: normal;
	font-weight: bold;
	font-size: 11px;*/
}

.panier a:hover{
	text-decoration:underline;
}

.panier_img {
	float: left;
	margin-left:90px;
	margin-top:5px;
}

.panier a {
	text-decoration:none;
}

.panierConnecte{
	display:inline;
	border:0;
	float: right;
	margin-left: 3px;
	margin-right:80px;
	margin-top: 5px;
	color : white;
	Font-family: "Trebuchet MS";
	/*font-variant: normal;
	font-weight: bold;
	font-size: 11px;*/
}

.panierConnecte a:hover{
	text-decoration:underline;
}

.panierConnecte_img {
	float: right;
	margin-top:5px;
}