/*
		Design by Stephane Douville
		http://www.sogi.com
		819-379-3446
		Date: Dec 10, 2009
		© 2009 copyright, all rights reserved
		
		CSS Sticky Footer, Footer Stick to Bottom of Page
		Thanks to Ryan Fait
		http://ryanfait.com/
		Copyright © 2009 Ryan Fait

*/

/*	TYPO BODY SETUP
		================================================= 
*/

body{
	font: 12px	Arial, Helvetica, sans-serif;
	}
	
.txt_bold{
	font-weight: bold;
	}
	
h1{
	font: bold 24px/1.2em Arial, Helvetica, sans-serif;
	}	

h2{
	font: bold 16px/1.2em Arial, Helvetica, sans-serif;
	}
	
a{
	color: inherit;
	text-decoration: none;
	}	

a:hover{
	text-decoration: none;
	}

.floatleft{ float: left;}

/*	COLOR SETUP
		================================================= 
*/

.bck-lblue{background-color: #b9e5fb;}
.bck-mblue{background-color: #45cbf5;}
.bck-blue{background-color: #137a9a;}
.bck-dblue{background-color: #075167;}

.bck-lgreen{background-color: #e9f2cb;}
.bck-mgreen{background-color: #bed95b;}
.bck-green{background-color: #2e930e;}
.bck-dgreen{background-color: #1b6006;}

.txt-lblue{color: #b9e5fb;}
.txt-mblue{color: #45cbf5;}
.txt-blue{color: #137a9a;}
.txt-dblue{color: #075167;}

.txt-lgreen{color: #e9f2cb;}
.txt-mgreen{color: #bed95b;}
.txt-green{color: #2e930e;}
.txt-dgreen{color: #1b6006;}

.txt-white{color: #fff;}
.txt-black{color: #000;}

.red{ color: #F00;}

/*	MENU ICONES - SET IMAGE
		================================================= 
*/
span.ico_bluepoint
{
	background: #fff url(../images/bluepoint-icon.png) no-repeat scroll left bottom;
}

span.ico_nouveau
{
	background: #fff url(../images/nouveau-icon.png) no-repeat scroll left bottom;
}

span.ico_star
{
	background: #fff url(../images/star-icon.png) no-repeat scroll left bottom;
}

span.ico_favoris
{
	background: #fff url(../images/favoris-icon.png) no-repeat scroll left center;
}

span.ico_vegetarien
{
	background: #fff url(../images/vegetarien-icon.png) no-repeat scroll left bottom;
}

.pdficon{
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	}

.pdficon:hover{
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	}

/*	LAYOUT - SET WIDTH
		================================================= 
*/
#wrapper {
	margin: 0 auto -65px; /* FIX the bottom margin is the negative value of the footer's height - Sticky Footer solution */
	}

#wrap, #footer{
	width: 980px;			/* set the size of the customer web page */
	margin: 0 auto;		/* Center in Navigator */
	}


/*	HEADER SETUP
		================================================= 
*/

#header{
	width: auto;
	height: 165px;
	margin: 10px auto 0 auto;
	position: relative;
	border-bottom: solid thin #ccc;
	}

.slogan{
	top: 20px;
	width: 705px;
	}


#footer, .push {
	height: 60px;			/* .push must be the same height as .footer */
	}

.three_c{
	width: 31%;
	padding: 1%;
	}

.two_cl{
	width: 62%;
	padding: 1%;
	}

.two_cr{
	width: 32%;
	padding: 1%;
	}

.largebold{
	font-weight: bold;
	font-size: 1.1em;
	}

.large{
	font-size: 1.1em;
	}

.small{
	font-size: 0.85em;
	}

.nav {
	width: 280px;
	height: 30px;
	overflow: hidden;
	margin:5px 0;
}

.title {
	background:transparent url(../images/title.png) no-repeat scroll left top;
	float:left;
	height:30px;
	width:220px;
	}

/*	FOOTER SETUP
		================================================= 
*/
#footer{
	background: url(../images/slogan-traiteur.png) no-repeat scroll right top;
	margin: 50px auto 0;	}

#footer p{
	position:relative;
	top: 60px;
	font-size:10px;
	color:#000;
	text-align:right;
}

#footer a{
	font-size:10px;
	color:#000;
	text-decoration:none;
	}


/*	SET Background images of the site
		================================================= 
*/

/* TOP and BOTTOM background image class */
.sandwich{	background: url(../photos-background/sandwich.png) no-repeat scroll left bottom;}
.olives{	background: url(../photos-background/olives.jpg) no-repeat scroll left bottom;}
.bruschetta{	background: url(../photos-background/bruschetta.jpg) no-repeat scroll left bottom;}
.dominic01{	background: url(../photos-background/dominic_01.jpg) no-repeat scroll left bottom;}
.dominic02{ background: url(../photos-background/dominic_02.jpg) no-repeat scroll left bottom;}
.dominic03{ background: url(../photos-background/dominic_03.jpg) no-repeat scroll right bottom;}
.dominic04{ background: url(../photos-background/dominic_03.jpg) no-repeat scroll left bottom;}
.basilic{ background: url(../photos-background/basilic.png) no-repeat scroll right top;}
.thyme{ background: url(../photos-background/thymes.png) no-repeat scroll right top;}
.aneth{ background: url(../photos-background/aneth.png) no-repeat scroll right top;}
.coriander{	background: url(../photos-background/coriander.png) no-repeat scroll right top;}
.chives{ background: url(../photos-background/chives.png) no-repeat scroll right top;}

/*	ROUND CORNER COLOR SETUP
		================================================= 
*/


/*	NAVIGATION SETUP
		================================================= 
*/

#menu_Horizon{
	background-color: #b0d136;
}

#menu_Horizon ul{
	height: 26px;
	background-color: #b0d136;
	color: #FFF;
	font: normal 16px arial, helvetica, sans-serif;
	padding: 5px 0 0 0;
}

#menu_Horizon ul li a{
	background-color: #b0d136;
	color: #FFF;
	border-right: 1px solid #fff;
	}

#menu_Horizon ul li a:hover, #menu_top ul li a#current{
	background-color: #70a142;
	color: #fff;
	}

#menu_Horizon ul li a{
	text-decoration: none;
	padding: 1px 10px;
	}
	
/*	RIGHT BOX SETUP
		================================================= 
*/

.address{
	width: 310px;
	font-size: 1em;
	line-height: 1.4em;
}
	
.promo_right{
	margin-bottom: 10px;
	}

.commentaires{
	width: 420px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: #b0d136 solid thin;
	background: #FFF;
}

#biogo{
	width: auto;
	height: auto;
	margin-top: 20px;
	float: right;
	position: relative;
}

/*	ROTATING BANNER SETUP
		================================================= 
*/
