/* CSS Document */

/* ********************* css de tous les headers ********************* */

img, div { behavior: url(/img/png/iepngfix.htc) }

#header {
	background-image:url(/img/header/bgdHeader.png);
	background-repeat:repeat-x;
	min-width : 1020px;
	height:197px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#headerContent {
	width:1020px;
	height:197px;
	margin:auto;
	position:relative;
	right:15px;
	background-image:url(/img/header/bgdHeaderContent.png);
	background-repeat:no-repeat;
}

#leftHeader {
	float:left;
	margin-left:30px;
	margin-top:8px;
}

#rightHeader {
	float:right;
}

	#headerInscriptionConnection p {
		text-align:right;
		font-size:11px;
		color:#000000;
		font-weight:400;
		margin-top:7px;

	}

	#headerInscriptionConnection a {
		color:#000000;
		text-decoration:none;

	}

	#headerRecherche {
		position:absolute;
		bottom:141px;
		right:0px;
	}

	#headerBannerPub {
		width:468px;
		height:60px;
		border:0px solid #e29713;
		position:absolute;
		bottom:72px;
		right:0px;

	}

	#headerBannerPubShopContour {
		border:0px solid #e29713;
		float:left;
	}

	#headerBannerPubShop {
		width:610px;
		height:58px;
		position:absolute;
		bottom:72px;
		right:0px;
	}

	#headerBannerPubShop p{
		float: left;
		margin-right : 62px;
	}

	#headerLiens ul {
		position:absolute;
		right:0px;
		bottom:25px;
	}

	#headerLiens li {
	display:inline;
	}

	#headerLiens li p {
		background-image:url(/img/header/homeCoinGaucheLong.png);
		background-repeat:no-repeat;
		background-position:left top;
		float:left;
		padding-left:0px;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
	}

	#headerLiens li p span {
		background-image:url(/img/header/homeCoinDroit.png);
		background-position:right top;
		background-repeat:no-repeat;
		display:block;
		padding-right:18px;
		padding-bottom:10px;
		padding-top:5px;
	}

	#headerLiens a {
		background-image:url(/img/header/lienCoinGaucheLong.png);
		background-position:left top;
		float:left;
		padding-left:0px;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		display:block;
		position:relative;
		top:4px;
	}

	#headerLiens span {
		background-image:url(/img/header/lienCoinDroit.png);
		background-position:right top;
		background-repeat:no-repeat;
		display:block;
		padding-right:18px;
		padding-left:15px;
		padding-bottom:6px;
		padding-top:5px;
	}

	#headerLiens a:hover {
		position:relative;
		top:0px;
	}

	#headerLiens span:hover {
		padding-bottom:10px;
		position:relative;
		top:0px;
	}

	#headerBandeNoire p {
		font-size:11px;
		color:#666666;
		position:absolute;
		bottom:5px;
		left:30px;
		font-weight:400;
	}

	#headerBandeNoire strong {
		font-weight:bold;
		color:#e7e7e7;
	}

	#headerBandeNoire span {
		color:#ffa600;
	}

	#headerBandeNoire a {
		color:#FFFFFF;
		text-decoration:none;
	}
