/*
Author:     Julie Baribeau, judehbk31@hotmail.com
Content:	
*/

/********** Title page *************/

#content h1#cidre {
	width:334px;
	background:url(../images/Title_Cidre.gif) no-repeat 0 50%;
	}
#content h1#cidrerie {
	width:468px;
	background:url(../images/Title_Cidrerie.gif) no-repeat 0 50%;
	}
#content h1#contact {
	background:url(../images/Title_ContactUs.gif) no-repeat 0 50%;
	}
#content h1#presse {
	background:url(../images/Title_Presse.gif) no-repeat 0 50%;
	}

/********** Main navigation *************/
#main-nav ul li.cidrerie {
	padding:0 0 0 225px;
	}	
			
#main-nav ul li.cidrerie a {
	width:98px;
	height:46px;	
	background:url(../images/MainNav_LaCidrerie.gif) no-repeat 0 0;
	}
	#main-nav ul li.cidrerie a:hover {
		background:url(../images/MainNav_LaCidrerie.gif) no-repeat 0 -46px;
		}		
	#main-body #main-nav ul li.cidrerie a.selected {
		width:98px;
		height:46px;
		background:url(../images/MainNav_LaCidrerie.gif) no-repeat 0 -46px;
		}		
#main-nav ul li.product a {
	width:142px;
	height:46px;	
	background:url(../images/MainNav_CidredeGlace.gif) no-repeat 0 0;
	}
	#main-nav ul li.product a:hover {
		background:url(../images/MainNav_CidredeGlace.gif) no-repeat 0 -46px;
		}	
	#main-body #main-nav ul li.product a.selected {
		width:142px;
		height:46px;
		background:url(../images/MainNav_CidredeGlace.gif) no-repeat 0 -46px;
		}						
#main-nav ul li.contact a {
	width:136px;
	height:46px;	
	background:url(../images/MainNav_Contact.gif) no-repeat 0 0;
	}
	#main-nav ul li.contact a:hover {
		background:url(../images/MainNav_Contact.gif) no-repeat 0 -46px;
		}	
	#main-body #main-nav ul li.contact a.selected {
		width:136px;
		height:46px;
		background:url(../images/MainNav_Contact.gif) no-repeat 0 -46px;
		}	
#main-nav ul li.presse a {
	width:136px;
	height:46px;	
	background:url(../images/MainNav_Press.gif) no-repeat 0 0;
	}
	#main-nav ul li.presse a:hover {
		background:url(../images/MainNav_Press.gif) no-repeat 0 -46px;
		}	
	#main-body #main-nav ul li.presse a.selected {
		width:136px;
		height:46px;
		background:url(../images/MainNav_Press.gif) no-repeat 0 -46px;
		}	
		
/********** Main navigation : Specific for Product page *************/	

body#cidre #main-nav ul li.presse a {
	width:136px;
	height:46px;	
	background:url(../images/MainNav_Press_Specific.gif) no-repeat 0 0;
	}
	body#cidre #main-nav ul li.presse a:hover {
		background:url(../images/MainNav_Press_Specific.gif) no-repeat 0 -46px;
		}	
	body#cidre #main-body #main-nav ul li.presse a.selected {
		width:136px;
		height:46px;
		background:url(../images/MainNav_Press_Specific.gif) no-repeat 0 -46px;
		}		