
#header{
	/*background:#fff url('../Medias/Images/Decor/header_1190.jpg') top left no-repeat;
	/*width:1271px !important;
	height:144px;*/
	position:fixed;
	z-index:9999;
	top: 0;
}

#home{
	position:absolute;
	top:30px;
	left:35px;
	width:410px;
	height:110px;
}
#version_indexation{
	position:absolute;
	top:30px;
	left:32%;
	width:450px;
	height:110px;
	font-size: 17px;
}

#accueil{
	position: relative;
	top: 77px;
	width: 30px;
	height: 30px;
	font-size: 13pt;

	left: 550px;/* 750 pour bouton header marketing */ /*550px; pour centrer*/
	background: url('../Medias/Images/Decor/home.jpg') no-repeat;
	background-size: 25px 25px;
	padding-left: 35px;
	color: #7981c0;
}

#historique{
	position: relative;
	top: 83px;
	width: 210px;
	left: 700px;/* 885 pour bouton header marketing */ /*700px; pour centrer*/
}
#historique_commande{
	position: relative;
	width: 250px;
	height: 35px;
	font-size: 13pt;

	background: url('../Medias/Images/Decor/historique.jpg') no-repeat;
	background-size: 35px 33px;
	padding-left: 35px;
	padding-top: 7px;
	color: #689ff2;
}

#bloc_infos_clients{
	/*
	position:absolute;
	right:0px;
	*/
	position: relative;
	float: right;
	width:700px;
}

#nom_client, #pack, #connecte, #logout, #fermer{
	position:relative;
	float:right;
	top:28px;
}
#nom_client, #pack, #connecte, #logout, #fermer, #mini_panier, #solde{
	height:31px;
	font-size:16px;
	text-transform:uppercase;
	padding-left: 35px;
	padding-top: 7px;
	margin-right: 10px;
	font-family: "Open Sans";
	font-weight: 700;
}
#nom_client{
	background:url('../Medias/Images/Decor/avatar.jpg') top left no-repeat;
	color:#7981c0;
	cursor:pointer;
}
#pack{
	background:url('../Medias/Images/Decor/pack.jpg') top left no-repeat;
	color:#e5aa00;
}
#connecte, .connecte{
	background:url('../Medias/Images/Decor/Pictos/Online.svg') top left no-repeat;
	color:#05ac01;
}
#deconnecte{
	background:url('../Medias/Images/Decor/Pictos/Offline.gif') top left no-repeat;
	color:#05ac01;
	height: 50px;
	padding-left: 72px;
}
.deconnecte{
	background:url('../Medias/Images/Decor/Pictos/Offline.svg') top left no-repeat;
	color:#05ac01;
}

#logout, #fermer{
	width:12px;
	background:url('../Medias/Images/Decor/fermer.png') top left no-repeat;
	cursor:pointer;

	margin-right: 0px;
	margin-left: 20px;
}

#solde{
	position:absolute;
	width:31px;
	background:url('../Medias/Images/Decor/solde.jpg') top left no-repeat;
	top:65px;
	right: 115px;
	cursor:pointer;
	color:#7781bf;
}

#liste_magasins select{
	width:400px;
	background: url(../Medias/Images/Decor/select.png) no-repeat 100% #fff;
}

#mini_panier{
	position:absolute;
	width:31px;
	background:url('../Medias/Images/Decor/panier.jpg') top left no-repeat;
	top:105px;
	right: 115px;/* 0px pour bouton header marketing */ /*115px; pour centrer*/
	cursor:pointer;
	color:#2d3450;
}
#notice{
	position:absolute;
	width:76px;
	background:url('../Medias/Images/Decor/picto-notice.svg') top left no-repeat;
	top:105px;
	right: 0px;/* 0px pour bouton header marketing */ /*115px; pour centrer*/
	cursor:pointer;
	color:#7981c0;
	height: 20px;
	padding-left: 43px;
	padding-top: 8px;
	font-size: 10pt;
	font-weight: bold;
}

#titre_page{
	position:absolute;
	/*top:144px;*/
	width:1190px;
	height:50px;
}

#titre_page h1{
	position:relative;
	/* page statistiques */top:-4px; /* quid autre page -8px; */
	text-align:center;
}
