html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
* { outline:hidden;}
:focus{
	outline: 0;
}
ol,ul,li{
	list-style: none;
}
table{
	border-collapse: separate;
	border-spacing: 0;
}
caption,th,td{
	font-weight: normal;
	text-align: left;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: "";
}
blockquote,q{
	quotes: "" "";
}
img,input,select,option{
	vertical-align: middle;
}
legend{
    display:none;
}
/**********************************************/
/* Reusable class                             */
/**********************************************/
.overflow-hidden {
	overflow:hidden;	
}
.clear:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clear{
	display: inline-table;
}
.clear{
	height:0;
	clear: both;
	display:block
}
.inline{
    display:inline-block !important;
}
strong, .bold {
    font-weight:bold;
}
.floatright {
    float:right;
}
.floatleft {
    float:left;
}
.hidden {
    display:none;
}
.indent{
    text-indent: -9999px;
    line-height:0;
}
.indent img{
    display:block;
}
.no-margin{
    margin:0 !important;
}
address{
    font-style:normal;
    line-height:16px;
    white-space:nowrap;
}
.block{
    display:block;
}
#footer img, #logo img, #header img, #menu img, #slogan img{
	vertical-align: top;
}
.validator {
	color:red;
	display:none;
}
.aligncenter { text-align:center !important;}
.alignleft { text-align:left !important;}
.alignright { text-align:right !important;}
/**********************************************/
/* SITE PAGE                                  */
/**********************************************/
body {
	background-image: url('../images/bg.gif');	
}
#wrapper {
	background-color: #d7d8d9;	
	background-image: url('../images/bg-wrapper.gif');	
    margin:0 auto;
	margin-top:20px;
	padding-left:1px;
	position:relative;	
	width:985px;
	overflow:hidden;	
}
#logo {
	float:left;
}
/**********************************************/
/* HEADER                                     */
/**********************************************/
#header {
	background-image: url('../images/header.jpg');
	float:left;	
	position:relative;	
	width:757px;
	height:219px;
}
#basket-nav {
	color:#000;
	position:absolute;
	text-align:right;
	top:5px;
	right:5px;
}
#basket-nav p {
	margin:5px 0;
}
#basket-nav a {
	/*color:#C4121E;*/
	color:#000;
}
/* Menu Gauche ********************************/
#menu-gauche {
	background-color:#0069b5;
	padding-top:10px;
	width:222px;
}
#pensee {
	background-color:#0069b5;
	color:#b8d4e9;
	/*height:50px;*/
	padding:15px 10px 15px 10px;
	font-style: italic;
	font-size:11px;		
	text-align:center;
	width:202px;
}
/* Menu Centre ********************************/
#menu-centre {
	left:20px;
	top:10px;
	position:absolute;	
	z-index:50;
}
#menu-centre li {
	background-image: url('../images/bg-menu-centre.gif');
	background-position:left;	
	background-repeat:no-repeat;
	height:18px;
	padding-top:2px;
}
#menu-centre a{
	color:#ffffff;
	font-family:myriad pro;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
}
#menu-centre a:hover{
	color:#c4121e;
	text-decoration: none;
}
#menu-centre a.mchover {
	color:#c4121e;
	text-decoration: none;
}
/* Menu Droit ********************************/
#menu-droit {
	position:absolute;
	right:1px;
	bottom:10px;
	text-align:right;
	margin-right:10px;		
}
#menu-droit li {
	padding-top:2px;
}
#menu-droit a{
	background-image: url('../images/bg-menu-droit.gif');
	background-position:left;	
	background-repeat:no-repeat;	
	color:#c4121e;
	font-family:myriad pro;
	font-weight:600;
	height:17px;	
	text-transform:uppercase;
	padding-top:2px;	
	letter-spacing:1px;
}
#menu-droit a:hover{
	color:#ffffff;
	text-decoration: none;
}
/* Menu  *************************************/

#menu {
	float:left;	
}
#content {
	background-image: url('../images/bg-text.gif');		
	float:left;
	width:740px;	
}
#text {
	background-image: url('../images/bg-blog.gif');
	background-repeat:repeat-x;
	margin:20px;
	padding:10px;
	width:690px;
}
#footer {
	height:8px;
    margin:0 auto;
	width:986px;		
}
/**********************************************/
/* DIRECTEURS                                 */
/**********************************************/
#directeurs {
	margin:25px 0 5px 35px;
	width:660px;
	vertical-align:top;
}
#directeurs img{
	margin: 5px 5px 5px 5px;
	padding:10px 10px 10px 10px;		
	background-color:#ffffff;
}
/**********************************************/
/* BLOG		                                  */
/**********************************************/
.blog {
	background-image: url('../images/bg-blog.gif');
	background-repeat:repeat-x;
	margin:20px;
	padding-left:20px;
	width:690px;
}
.blogimage {
	float:left; 
	margin-right:10px;
	margin-top:75px;
	padding:10px;
	width:210px;
}
.blogcontent {
	float:left;
	width:445px;
}
.blogcontent p, .commentaires p, .blog p{
	margin:0px;
	margin-bottom:10px;	
}
.commentaires {
	margin-top:15px;	
	width:690px;
}
.blogcomments-separator {
	background-color:#005fa4;
	height:1px;
	margin-left:40px;	
	margin-bottom:10px;
	width:690px;
}
/************************************/
/* ARTICLES PROMOTIONNELS           */
/************************************/
#content ul#promo-nav {
	list-style:none;
	padding:0;
	margin:0 0 0 21px;
}
#content ul#promo-nav li {
	display:inline;
	padding-right:3px;
}
#content ul#promo-nav li a {
	color:#0075BD;
}
#content ul#promo-nav li a:hover {
	color:#C4121E;
}
.promo-list li {
	width:200px;
 	float:left; 
 	text-align:center; 
 	list-style:none !important;
}
.promo-list img {
	border: 1px solid #fff;
}
#text ul.promo-list-2 {
	margin:0;
	padding:0;
}
#text ul.promo-list-2 li{
	width:150px;
	height:250px;
	margin:10px;
	list-style:none outside none;
	border: 1px solid #fff;	
	float:left;
	position:relative;
	background: url('/images/fr/promo-item-bg.png') no-repeat 0 120px;
}
.promo-item-container {
	padding:3px;
}
.promo-item-title {
	font-size:12px;
}
.promo-item-ref {
	text-decoration:italic;
	font-size:9px;
	margin-left:3px;
	text-align:left;
	position:absolute;
	bottom:0px;
	left:0;
}
.promo-item-desc {
	font-size:10px;
	color:#234956;
}
.promo-item-price {
	text-align:right;
	text-decoration:bold;
	font-size:12px;
	margin-right:3px;
	position:absolute;
	bottom:0px;
	right:0;
}
.promo-item-addtocart {
	position:absolute;
	bottom:17px;
	right:3px;
	font-style:italic;
	color:#C4121E;	
}

.togglecomments a {
    color:#005fa4;
}
.blogfnom, .blogfcourriel {
	border-color:#93bddb; 
	border-width:1px;
	border-style:solid; 
	height:20px; 
	padding:3px;
	width:200px;  
}
.blogfcommentaire {
	border-color:#93bddb; 
	border-width:1px;
	border-style:solid; 
	height:100px; 
	padding:3px;
	width:400px;  	 
}
/**********************************************/
/* ADMIN **************************************/
/**********************************************/
#deconnexion {
	margin:20px;
	text-align:center;
    width:900px;
	padding-left:250px;
}
#deconnexion a {
	font-size:14px;
}


/************************************************
* INFOLETTRE
***********************************************/
#infolettre-insc {background-color:#0069B5; padding:0 10px 20px 10px; width:202px;}
#infolettre-insc ul { width:172px; margin:0 auto 0; position:relative;}
#infolettre-insc li { width:162px; height:39px; background:url(../images/newsletter/infolettre-bg-cell.gif) repeat-x;text-align:left; padding:5px;}
#infolettre-insc li.last { width:162px; height:28px; background:url(../images/newsletter/infolettre-bg-cell-bot.gif) repeat-x;}

#infolettre-insc span.title { font-size:18px; color:#c4121e; font-style:italic; text-align:center; line-height:18px;}
#infolettre-insc span.fieldname { font-size:13px; color:#014474; font-style:italic; float:left; clear:right;}
#infolettre-insc input.txtfield { border:0; width:160px; height:20px; background:#FFF;}
#infolettre-insc li input { background:#c4121e; border:0; width:102px; height:23px; color:#fff; font-size:18px; line-height:23px; margin: 5px 0 0 0; cursor:pointer;}
#infolettre-insc li a.bouton { background:#c4121e; border:0; width:102px; height:23px; color:#fff; font-size:18px; line-height:23px; margin: 5px 0 0 0; cursor:pointer; display:block; float:right; text-align:center;}
#infolettre-insc li a:hover {text-decoration:none;}


/**************************************************
* PANIER / COMMANDE
**************************************************/

#panier-wrapper { position:absolute; right:20px; bottom:-50px;}

#panier-lien { color:green; }

div.order-info { width: 300px; }
div.order-info label { width:150px; margin:0 0 5px 0; }
div.order-info input { width:275px; margin:0 0 5px 0; }
p.order-submit-notes { padding:0 78px 0 75px; font-style:italic; margin:0 0 5px 0;}
#order-taxes-info {margin:5px 25px 0 0; font-style:italic;}
#order-comments {width:575px; height:75px; }
#order-head { margin:20px 20px 20px 75px; width: 680px; height:auto; }
#ordersubmit { margin:0px 0 0 0; background:#C4121E; color:#fff; cursor:pointer; }
#printorder { margin:20px 0 0 0; background:#C4121E; color:#fff; cursor:pointer; }
#cancelorder { background:#C4121E; color:#fff; cursor:pointer; position:absolute; top:292px; left:791px; width:150px;}
#continueshopping { background:#C4121E; color:#fff; cursor:pointer; position:absolute; top:292px; left:633px; width:150px;}
#updateorder { float:left; margin:0px 0 0 20px; background:#C4121E; color:#fff; cursor:pointer; }
#orderitems {margin-bottom:20px;}
#tblpanier input.order-banner { width:440px; float:right; text-align:left; }
#order-province {margin-bottom:7px;}
#panier-footer { float: right; margin: 20px 0; }
#panier-footer a { font-size:14px; }
