
/*-----------------------------HEADER-------------------------------*/
.header{
	margin-top:10px;
	width:997px;
	height:111px;
	text-align: left;
	margin:auto;
	margin-bottom:0px;
	padding:0px;
	background-image: url(images/header/fond.jpg);
	
}
.header .accroche{
	margin-left:200px;
	font-size:23px;
	color:#4c0f0e;
}
.header .accroche span{
	font-weight:bold;
}
.header-lien{
	margin-top:-14px;
	margin-right:36px;
	float:right;
	width:356px;
	color:#FFFFFF;
}
.header-lien-compte{
	height:19px;
	width:103px;
	background-image: url(images/header/compte.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:5px;
	padding-right:5px;
	background-color:#00CCFF;
	float:right;
}
.header-lien-panier a{
	color:#FFFFFF;
	height:19px;
	background-image: url(images/header/panier.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #612e2a;
	float:right;
	padding-left:10px;
	padding-right:15px;
	font-size:14px;
}

.header-lien-compte a{
	color:#FFFFFF;
	text-decoration:none;
	background:none;
	font-size:14px;
	font-weight:normal;
}

/*----------------------------Fin header-----------------------------*/
