/*
Author:     Julie Baribeau, judehbk31@hotmail.com
Content:	
*/

/********** Title page *************/

#content h1#cidre {
	width:237px;
	background:url(../images/Title_Cidre.gif) no-repeat 0 50%;
	}
#content h1#cidrerie {
	width:284px;
	background:url(../images/Title_Cidrerie.gif) no-repeat 0 50%;
	}
#content h1#contact {
	width:137px;	
	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 305px;
	}	
	
#main-nav ul li.cidrerie a {
	width:69px;
	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:69px;
		height:46px;
		background:url(../images/MainNav_LaCidrerie.gif) no-repeat 0 -46px;
		}		
#main-nav ul li.product a {
	width:84px;
	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:84px;
		height:46px;
		background:url(../images/MainNav_CidredeGlace.gif) no-repeat 0 -46px;
		}						
#main-nav ul li.contact a {
	width:99px;
	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:99px;
		height:46px;
		background:url(../images/MainNav_Contact.gif) no-repeat 0 -46px;
		}		
#main-nav ul li.presse a {
	width:103px;
	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:103px;
		height:46px;
		background:url(../images/MainNav_Press.gif) no-repeat 0 -46px;
		}				
/******* Exception for english : height smaller for cider page **********/
div.product {
	height:455px;
	}		