@charset "utf-8";
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:20px;
	background:url(../images/fond_3.jpg) #FFFFFF no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #355115;
}
h1 {
	color:#9EE1F0;
	
	font-size:20px;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #355115;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
} 
#header { 
	/*background: #71C7E8;*/
	width: 900px;
	height: 116px;
	
	border-bottom: 1px solid #9EE1F0;	/*Pour séparer chaque lien du menu...*/
}





#tier1 #featured
{
	height: 270px;
	border: none;
	padding: 0;
	margin-right: 1em;
}







#header h1 {			/*N'existe plus.*/
	font-family:Andalus;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 80px 40px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FF33;
	text-align:right;
	font-size:60px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #355115;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	margin:20px 40px 20px 0;
}
#sidebar1 a, #mainContent a {
	color:#9EE1F0;
	font-weight: bold;
}
#mainContent { 
	margin: 20px 280px 20px 40px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size:14px;
	
} 

#mainGrdContent { 
	margin: 20px 44px 20px 40px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.productPic {
	float:left;
	margin:0 20px 15px 0;
}
#footer { 
	height:90px;
	/*background:url(../images/footer.jpg) repeat-x left top;*/
	color: #6C832;
	
	border-top: 1px solid #71C7E8;	/*Pour séparer chaque lien du menu...*/
}
.rss {
	float:right;
	width:212px;
	margin:16px 0 0 20px;
}
#footer p {
	padding-top:28px;
	margin:0 0px 0 0;
	text-align:center;
	font-size:14px;
} 
.footerLink  {
	color:#979A4E;
	text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
#navcontainer {
	margin:auto 0;
	width:900px;
	text-align:center;
}


#navcontainer ul {
	padding: 0;
	margin: auto 0;
	/*background: url(../images/menuBackground.gif) repeat-x left top;*/
	float: left;
	width: 100%;
	margin-top:44px;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	color: #355115;
	text-decoration: none;
	float: left;
	/*border-right: 0px solid #71C7E8;	Pour séparer chaque lien du menu...*/
	font-size:18px;
	padding:11px 30px;
}
#navcontainer ul li a:hover {
	/*background: url(../images/menuBackgroundActive.gif) repeat-x left top;*/
	color: #9EE1F0;
}
#navcontainer ul li #current {
	/*background: url(../images/menuBackgroundActive.gif) repeat-x left top;*/
	color: #9EE1F0;
}
/*end main menu*/
/* begin border corners*/
.t {background:url(../images/dot.gif) 0 0 repeat-x;}
.b {background:url(../images/point.gif) 0 100% repeat-x}
.l {background:url(../images/point.gif) 0 0 repeat-y}
.r {background:url(../images/point.gif) 100% 0 repeat-y}
.bl {background:url(../images/bln.gif) 0 100% no-repeat}
.br {background:url(../images/brn.gif) 100% 100% no-repeat}
.tl {background:url(../images/tln.gif) 0 0 no-repeat}
.tr {background:url(../images/trn.gif) 100% 0 no-repeat; padding:1px 20px} 
.tr h1{color:#979A4E;
		font-size:22px;}
/* end border corners*/
/* begin news border corners*/
.n_t {background: #eeeeee url(../images/n_point.gif) 0 0 repeat-x;}
.n_b {background:url(../images/n_point.gif) 0 100% repeat-x}
.n_l {background:url(../images/n_point.gif) 0 0 repeat-y}
.n_r {background:url(../images/n_point.gif) 100% 0 repeat-y}
.n_bl {background:url(../images/n_bln.gif) 0 100% no-repeat}
.n_br {background:url(../images/n_brn.gif) 100% 100% no-repeat}
.n_tl {background:url(../images/n_tln.gif) 0 0 no-repeat}
.n_tr {background:url(../images/n_trn.gif) 100% 0 no-repeat; padding:1px 20px;
		color:#FF6600;}
.n_tr h1{color:#FF6600;
} 
.n_tr a{color:#FF6600;
} 
/* end news border corners*/