/* supression des bordures des images liens */
a img
{
	border: 0px solid #000000;
}

/**
*	Fixe le problème de padding
*	et de border sur les boutons
*	dans firefox
*/
button::-moz-focus-inner
{
  padding: 0;
  border: none;
}
/**
*	Fixe le problème de padding
*	proportionel au contenu des boutons
*	dans Internet explorer
*/
button
{
  overflow: visible;
  width: auto;
}
/*
  Corrige le bug d'affichage de bordure et de
  décalage du contenu sous IE en mode XP
*/
button
{
  background-color: transparent;
}

/* DÉBUT - styles commun à tous les boutons */
.shadow_extensible_button,
.extensible_button,
.non_extensible_button
{
	-webkit-appearance: button-bevel;
	float: left;
	text-align: left;
	display: block;
	padding: 0;
	margin: 0;
	border: 0px solid #000000;
	text-decoration: none;
	cursor: pointer;
	background-color: transparent;
	text-align: left;
	white-space: nowrap;
}
.shadow_extensible_button:hover,
.extensible_button:hover,
.non_extensible_button:hover
{
	text-decoration: none;
}
/* FIN - styles commun à tous les boutons */

/* DÉBUT - styles générique à tous les boutons non extensible */
.non_extensible_button
{
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 0;
	background: none;
}

.non_extensible_button span
{
	text-decoration: none;
	display: block;
	float: left;
}
/* FIN - styles générique à tous les boutons non extensible */



/* DÉBUT - styles du bouton 01 */

.button_01 span
{
	height: 23px;
	padding: 0 0 0 5px;
	background: transparent url(button_01/border_left.png) no-repeat top left;
}
.button_01 span span
{
	padding: 0 5px 0 0;
	background: transparent url(button_01/border_right.png) right top no-repeat;
}

.button_01 span span span
{
	padding: 0px 7px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 23px;    /* Alignement vertical du texte */
	background: transparent url(button_01/bg.png) repeat-x top left;
}

.button_01 span span span.arrow
{
	padding-left: 0px;
}
.button_01 span span .arrow span
{
	padding: 0 0 0 23px;
	background: transparent url(pictos/blue_arrow.png) no-repeat 5px 50%;
}
/*
	FIN - styles du bouton 01
	début - style de layout
*/

.Container {
  width: 996px;
  text-align: left;
}
.spacer {
  clear: both;
  font-size: 0px;
  line-height: 0px;
}

.TemplateLogo
{
	width: 268px;
	padding: 25px 0px 7px;
	float: left;
}
.TemplateTopBanner
{
	width: 728px;
	float: left;
}
.TemplateMenu
{
	background-color: #62CCDC;
	width: 546px;
	float: left;	
}
.TemplateSearch
{
	background-color: #62CCDC;
	width: 450px;
	float: left;
}
.TemplateUserInfo
{
	float: left;
	padding: 0 12px;
	width: 229px;
	
}
.TemplateListBox
{
	float: left;
	width: 224px;
	background-color: #D4D0C8;
	margin-right: 23px;	
}
.TemplateList1
{
	
}
.TemplateList2
{
	float: left;
	
}
.TemplateList3
{
	float: left;
	
}
.TemplateBreadCrumb
{
	
}
.TemplateMain
{
	
}
.TemplateLeftMenu
{
    width: 228px;
	float: left;
}
.TemplateMainWithMenu
{
	float: left;
	padding: 0 0 0 64px;
    width: 704px;
}
.TemplateBanner1
{
	float: left;
}
.TemplateBanner1
{
	float: left;
}
.TemplateFooter
{
	width: 996px;
}

/* FIN - style de layout */
.menu_wrapper
{
	background-color: #62CCDC;
	padding: 9px 0;

}
.menu_entry,
.menu_entry:hover
{
	display: -moz-inline-box;
	display: inline-block;

	width: 118px;
	padding: 4px 0;
	font: normal 12px/15px Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-color: #56BDCD;
	position: relative;
	margin-left: 15px;
}

/* DÉBUT - style pour les coins arrondis des éléments de menu */
.menu_entry .corner_tr,
.menu_entry .corner_tl,
.menu_entry .corner_bl,  
.menu_entry .corner_br
{
	position: absolute;
	width: 5px;
	height: 5px;

	line-height: 0px;
	font-size: 0px;
}
.menu_entry .corner_tr
{
	top: 0px;
	right: 0px;
	*right: expression(((this.parentNode.offsetWidth % 2) ==0)?'0px':'-1px');
	background: transparent url(menu/corner_tr.gif) no-repeat right top;
}
.menu_entry .corner_tl
{
	top: 0px;
	left: 0px;
	width: 4px;
	background: transparent url(menu/corner_tl.gif) no-repeat left top;
}
.menu_entry .corner_bl
{
	bottom: 0px;
	*bottom: expression(((this.parentNode.offsetHeight % 2) ==0)?'0px':'-1px');
	left: 0px;
	background: transparent url(menu/corner_bl.gif) no-repeat left bottom;
}
.menu_entry .corner_br
{
	bottom: 0px;
	*bottom: expression(((this.parentNode.offsetHeight % 2) ==0)?'0px':'-1px');
	right: 0px;
	*right: expression(((this.parentNode.offsetWidth % 2) ==0)?'0px':'-1px');
	background: transparent url(menu/corner_br.gif) no-repeat right bottom;
}
/* FIN - style pour les coins arrondis des éléments de menu */
  

.input_text_01
{
	display: -moz-inline-box;
	display: inline-block;
	float: left;
	vertical-align: middle;
}
.input_text_01 span
{
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	border: 0;
	height: 23px;
	padding: 0 0 0 5px;
	background: transparent url(input_text_01/input_bl.png) no-repeat left top;
}
.input_text_01 span span
{
	display: block;
	float: left;
	padding: 0 5px 0 0;
	background: transparent url(input_text_01/input_br.png) no-repeat 100% top;
}

.input_text_01 span input
{
	display: block;
	border: 0px solid #FFFFFF;
	float: left;
	width: 270px;
	padding: 0 3px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	height: 23px;
	line-height: 23px;    /* Alignement vertical du texte */
	background: transparent url(input_text_01/input_bg.png) repeat-x left top;
}
  
.search_wrapper
{
	padding: 16px 0 0 0;
	height: 40px;
	*height: 56px;
	background-color: #62CCDC;
}

.search_wrapper .input_text_01
{
	margin-left: 35px;
}
.search_wrapper .button_01
{
	padding: 0 10px;
	margin: 0;
}
/* début - styles pour les éléments du menu des catégories */
.CategoryMenu,
.CategoryMenu td
{
	padding: 0;
	margin: 0;
	list-style: none none;
}
.CategoryMenu td
{
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #E7E7E7;
}
.CategoryMenu td a
{
	display: -moz-inline-box;
	display: inline-block;
	width: 194px;
	padding: 10px 17px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #606261;
	background-color: #FFFFFF;
	text-decoration: none;
}
.CategoryMenu td a.selected,
.CategoryMenu td a:hover
{
	color: #FFFFFF;
	background-color: #6ED6E3;
	text-decoration: none;
}
/* FIN - styles pour les éléments du menu des catégories */

/* début - styles pour le pager des coupons */
.details_pager,
.details_pager li
{
	margin: 0px;
	text-align: center;
	padding: 0px;
	list-style: none none;
}
.details_pager li
{
	display: inline;
}
/* FIN - styles pour le pager des coupons */


/* début - styles pour les éléments du footer */
.footer_links
{
  padding: 10px 0 20px;
  overflow: visible;
  border-top: 1px solid #c9caca;
}

.footer_links .quick_links 
{
	float: left;
	width: 855px;
}
.footer_links .logo 
{
	float: left;
	width: 141px;
}
.quick_links ul
{
	padding: 0px;
	margin: 0px;
}
.quick_links li
{
  display: inline;
  padding: 0 0 0 20px;
}
.quick_links li,
.quick_links li a,
.quick_links li a:hover
{
  font: 11px Arial, Helvetica, sans-serif;
  color: #A1A1A1;
  text-decoration: none;
}

.quick_links li a:hover
{
  text-decoration: underline;
}
/* FIN - styles pour les éléments du footer */
