/* CSS Document */

#footer {
	background-image:url(/img/footer/bgdFooterDegrade.png);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#000000;
	overflow:hidden;
}

#footerMargin {
	width:990px;
	margin:auto;
	padding-top:15px;
	
}

#footerPrincipauxPartenaires {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	margin-left:20px;
}

#footerPrincipauxPartenaires strong {
	color:#e7e7e7;
}

#footerPrincipauxPartenaires span {
	font-size:11px;
	color:#fea202;
}

#footerPrincipauxPartenaires a {
	text-decoration:none;
	color:#FFFFFF;
}

#footerPrincipauxPartenaires a:hover {
	color:#fea202;
}

#footerPlanDuSite {
	width:345px;;
	float:left;
	margin-left:20px;
}

#footerPlanDuSite p {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:3px;
}

	#footerLiensLeft {
		float:left;
		width:125px;
	}
	
	#footerLiensLeft li {
		list-style:none;
	}
	
	#footerLiensLeft a {
		font-size:11px;
		font-weight:bold;
		color:#fea202;
		text-decoration:none;
		display:block;
		width:125px;
		height:14px;
	}
	
	#footerLiensLeft a:hover {
		background-image:url(/img/index/flecheHoverFooter.png);
		background-repeat:no-repeat;
		background-position:right;
	}
	
	
	#footerLiensRightHome {
		position:relative;
		top:-5px;
	}
	
	#footerLiensRightCMNTV {
		position:relative;
		top:-8px;
	}
	
	#footerLiensRight {
		float:left;
		margin-left:15px;
		position:relative;
		bottom:2px;
	}
	
	#footerLiensRight li {
		list-style:none;
	}
	
	#footerLiensRight li a {
		text-decoration:none;
		color:#666666;
		font-size:11px;
	}
	
	#footerLiensRightShop {
		position:relative;
		top:-17px;
	}

	#footerColonne1 {
		float:left;
		width:142px;
		float:left;
		padding-left:25px;
		border-left:1px solid #666666;
		margin-top:16px;
	}
	
	#footerColonne1 li {
		list-style:none;
		font-size:11px;
	}
	
	#footerColonne1 li a {
		text-decoration:none;
		color:#fea202;
		font-weight:bold;
	}
	
	#footerColonne1 li a:hover {
		color:#999999;
	}
	
	#footerColonne2 {
		float:left;
		width:150px;
		float:left;
		padding-left:25px;
		border-left:1px solid #666666;
		margin-top:16px;
	}
	
	#footerColonne2 li {
		list-style:none;
		font-size:11px;
	}
	
	#footerColonne2 li a {
		text-decoration:none;
		color:#fea202;
		font-weight:bold;
	}
	
	#footerColonne2 li a:hover {
		color:#999999;
	}
	
	#footerTousLesPartenaires {
		width:730px;
		text-align:center;
		font-size:11px;
		color:#666666;
		clear:both;
		margin-top:20px;
	}
	
	#footerTousLesPartenaires strong {
		color:#FFFFFF;
	}
	
	#footerTousLesPartenaires a {
		text-decoration:none;
		color:#666666;
	}
	
	#footerTousLesPartenaires a:hover {
		color:#CCCCCC;
	}

/* formulaire */	
#footerForm {
	height:90px;
	width:258px;
	background-image:url(/img/footer/bgdFooterBarreGrise.png);
	background-repeat:repeat-y;
	float:left;
	margin-top:11px;
}

#footerFormContenu {
	position:relative;
	top:30px;
	left:20px;
}

#footerFormBorder {
	width:200px;
	height:20px;
	border:1px solid #fea202;
	float:left;
	background-color:#FFFFFF;
	background-image:url(/img/footer/footerBgdForm.png);
	background-repeat:repeat-x;
	padding:3px;
}

#footerInputText {
	float:left;
}

#footerInputText input {
	width:104px;
	padding-left:4px;
	padding-top:3px;
	color:#999999;
	font-size:12px;
}

#footerSelect {
	float:right;
}

#footerSelect select {
	width:81px;
	display:block;
	padding:2px; 
}

#footerSelect option {
	display:block;
	margin-left:3px;
}



#footerBtnLoupe {
	float:left;
	position:relative;
	top:3px;
	left:4px;
}

/* copyright */
#footerCopyright {
	margin-top:20px;
	height:70px;
}

#footerCopyrightLogo {
	width:38px;
	height:48px;
	float:left;
}

#footerCopyrightText {
	font-size:12px;
	color:#FFFFFF;
	position:relative;
	left:5px;
	top:15px;
}

#footerCopyrightText strong {
	color:#e7e7e7;
	margin-left:8px;
	margin-right:8px;
}

#footerCopyrightText span {
	color:#fea202;
}

#footerCopyrightText em {
	font-size:12px;
	font-style:normal;
	color:#666666;
	margin-right:-8px
}

#footerCopyrightText a {
	text-decoration:none;
}

