body, html{
	margin:0; padding:0;
	background-color:#000000;
	width:100%; height:100%;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}
a{
color:#000000;
}

a:hover{
color:#7e250d;
}
#header{
	width:980px;
	height:308px;
	background-image:url(../images/background_top_banner.jpg);
	background-repeat:repeat-x;
}

.whiteTop{
 width:887px; height:200px;
 background-color:#FFFFFF;
}



#menu .menuItem{
	background-image:url(../images/bg_button.gif);
	background-repeat:no-repeat;
	background-position:center center;
	height:47px;
	vertical-align:middle; text-align:center;
	padding-bottom:10px;
	font-weight:bold; font-size:95%;
	width:17%;
}

#menu .selected{
	background-image:url(../images/bg_buttonON.gif); color:#FFFFFF;

}

#menu .menuItem a{
color:#000000;
text-decoration:none;
opacity:1;
}

#menu .menuItem a:hover{
color:#7e250d;
text-decoration:none;
opacity:1;
}
#menu .selected a {
 color:#FFFFFF;
}

#menu .selected a:hover {
 color:#FFFFFF;
 cursor:default;
 text-decoration:none;
}

#footer{
	width:980px;
	height:68px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF; font-weight:bold; font-size:80%;
}

.bloc_col_gauche{
	background-color:#FFFFFF;
	margin:14px 7px 7px 0px;
	width:202px;
		border:#ffffff;
	 padding:6px;
-moz-border-radius:10px;
-webkit-border-radius:10px;


}

.bloc_centre{
	background-color:#FFFFFF;
	border:#ffffff;
	margin:7px 7px 7px 7px;
	width:500px;
		background:#fff;
	padding:8px 10px 8px 10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
position:relative;


}

.content_block{
	background-color:#FFFFFF;
	border:#ffffff;
	margin:7px 7px 7px 7px;
	width:500px;
		background:#fff;
	padding:8px 10px 8px 10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;


}

.bloc_col_droite{
	background-color:#FFFFFF;
	margin:14px 7px 7px 7px;
	width:202px;
		border:#ffffff;
	 padding:6px;
-moz-border-radius:10px;
-webkit-border-radius:10px;

}

.boutique .itemImg{
	width:105px;
}

/*************** inc/calendrier.php ******************/
.cal tr.h {
	color: #000000;
	font-size: 10px;
	background-color:#ffffff;
}
	#calendrier{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		width: 185px;
		background-color: #ffffff;
		margin:0 auto;
		border:0; padding:0;
	}
	#calImg{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		width: 178px;
		background-color: #ebebeb;
		margin:0 auto;
		border:0; padding:0 0 10px 0;
	}
	#calendrier_header, #calendrier_header a{
		padding:3px; margin:0; border:0;
		font-size:100%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#000000;
		background-color:#ebebeb;
		text-align:center;
	}
	#calendrier_header a{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		text-decoration:none;
		color: #000000;
	}
	#calendrier_header a:hover{color:#6b301e;}
	#cal tr{
		border:0; padding:0; margin:0;
		color:#000000;
		background-color:#ffffff;
	}
	#cal {
		font-family: Arial, Helvetica, sans-serif;
		width: 100%;
		background-color:#ffffff; border:0;
		margin:0; padding:0;
		font-size: 92%;
	}
	#cal td{
		vertical-align:middle;
		text-align:center;
		background-color:#ebebeb;
			color:#01142e;
		border: 1px solid #ffffff;
		padding:1px;
		font-weight:normal;
	}
	
	#cal td.first_date{
		background-color: #ebebeb;
	}
	#cal td.today {
		color: #6b301e;
	background-color:#0093d8;
		font-weight:bold;
	}
	#cal td a {
		color: #6b301e;
		background-color: #718442;
		font-weight:bold;
	}
	#cal td a:hover {
		color: #78a558;
		background-color: #000000;
	}
	#cal th {
		border:0; padding:0; margin:0;
		color:#ffffff;
		background-color:#363636;
		text-align:center;
		font-weight:bold;
	}
	#cal .d a{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		text-decoration:none;
		color: #000000;
	}
	#cal .d a:hover{
		color:#2b2b2b;
		font-weight: bold;
		font-size: 10px;
		text-decoration:none;
		background-color:#c9dcea;
	}
	#cal a{
		display:block;
		height:100%;
		width:100%;
		color: #ffffff;
		background-color:#5e0203;
		text-decoration:none;
	}
	#cal a:hover{
		text-decoration:none;
		color: #000000;
		background-color:#c4c4c4;
	}
	.hidden {
		margin:0;
		padding:0;
		font-size: 0;
		display:none;
	}
	
.boutique .itemImg{
	width:105px;
}



.table_cart{
	border:1px solid #000000;
	width:500px;
	font-size:12px;
}

.table_cart td,th{
	padding:7px;
}

.table_cart th{
	border-bottom:1px solid #000000;
}

.tr_title{
	background-color:#afafaf;
	border-bottom:1px solid #000000;
	color:#ffffff;
}

.cart_total{
	border:1px solid #000000;
	background-color:#afafaf;
	font-size:12px;
}
/*******************************************************/
.error{
		background-color:#ffffff;
		color:#ff0000;
		border:1px solid #ff0000;
		text-align:left;
		font-size:90%;
		padding:10px;
		margin:0 0 10px 0;
		width:95%;
	}
	.message{
		background-color:#01142e;
		color:#ffffff;
		border:1px solid #ffffff;
		text-align:left;
		padding:10px;
		margin:0 0 10px 0;
		width:95%;
	}
	.message a{color:#f9ea15; text-decoration:none; }
	.message a:hover{color:#ffffff; text-decoration:underline;}
.note{
	width:480px;
	background-color:#006600;
	color:#ffffff;
	border:1px solid #ff0000;
	text-align:left;
	padding:10px;
	margin:0;
}
.red{color:#ff0000;}
blockquote{
	text-align:left;
	font-style:normal;
	padding:2px 10px 2px 10px;
	background-color:#FFFFFF;
	border:2px #68361f solid;
}

.news{
	margin:0; padding:0;
	width:174px;
	background-color:#FFFFFF;
	border:#444444 solid 1px;
}

#boutique{
	background-color:#fff;
	
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	padding-top:5px;
	text-align:left;
	color:#000;
	font-size:100%;
	font-weight:bold;
}
#temoignage_fr{
	background-color:#68361f;
	background-image:url(../images/temoignage_fr.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:160px;
	padding-top:25px;
	text-align:center;
	color:white;
	font-size:100%;
	font-weight:bold;
}
#temoignage_en{
	background-color:#68361f;
	background-image:url(../images/temoignage_en.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:160px;
	padding-top:25px;
	text-align:center;
	color:white;
	font-size:100%;
	font-weight:bold;
}

#temoignage_fr a{
	color:white;
}
#temoignage_en a{
	color:white;
}


#newsletter_en{
	background-color:#68361f;
	background-image:url(../images/headNewsletter_en.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:160px;
	padding-top:25px;
	text-align:center;
	color:white;
	font-size:100%;
	font-weight:bold;
}

#newsletter_fr{
	background-color:#68361f;
	background-image:url(../images/headNewsletter_fr.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:160px;
	padding-top:25px;
	text-align:center;
	color:white;
	font-size:100%;
	font-weight:bold;
}
#newsletter_en div{
	font-weight:bold;
	font-size:90%;
	text-align:left;
	width:140px;
	padding:0 10px;
}

#newsletter_fr div{
	font-weight:bold;
	font-size:90%;
	text-align:left;
	width:140px;
	padding:0 10px;
}
.titre{
	font-weight:bold;
	font-size:120%;
}
#boutique a{
	font-weight:bold;
	color:#000000;
	font-size:90%;
	text-decoration:none;
}

#boutique a:hover{
	color:#7e250d;

}


#newsletter_en a{
	font-weight:bold;
	color:white;
	font-size:100%;
	text-decoration:none;
}

#newsletter_fr a{
	font-weight:bold;
	color:white;
	font-size:100%;
	text-decoration:none;
}


.titleAll{
	background-image:url(../images/bgtitle.gif);
	background-repeat:repeat-x;
	width:100%;
}

.bread a{
color:#FFFFFF;
}

.bread a:hover{
color:#FFFFFF;
}
