h1, h2 {
	font-size: 24px;
}

/********************************/
/*	 PROCESS MENU DEROULANT		*/
/********************************/
#leftmenu {
	text-align: left;
}

#leftmenu img {
	vertical-align: middle;
}

.clear {
	clear: both;
}

abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
}

.link-no-hand {
	cursor: default;
}

.link-no-hand:focus {
	outline: none
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

/* MESSAGE D'ERREUR */
#MessageContent, #CGVError {
	border: 1px solid #dd0000;
	background-color: #ffbbbb;
	padding: 10px;
	margin: 20px auto;
	color: black;
}

/*                                */
/* Calendar style sheet           */
/* Feuille de style du calendrier */
/*                                */

/* Style de la table principale contenant le calendrier */
/* Style de la table principale contenant le calendrier */
table.calendar_main {
	font-family: Arial, Times, serif;
	font-size: 10px;
}

/* Style for the calendar header (<< month year >>) */
/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
	color: #000000;
	text-align: center;
}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {
	text-align: left;
}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
	text-align: right;
}

/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
.calendar_table {
	border: none;
	border-collapse: collapse;
	font-size: 10px;
}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
.calendar_table td {
	border: 1px solid #99A9B6;
	text-align: center;
	width: 20px;
}

/* Style of the table header cells that contains the days                   */
/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendar_table th {
	border: 1px solid #99A9B6;
	background-color: #99A9B6;
	font-weight: normal;
	text-align: center;
}

/* Style of the calendar cells the contains the week-end days (saturday and */
/* sunday)                                                                  */
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.calendar_weekend {
	background-color: #cccccc;
}

/* Style of the table cells that contains the days that are not part of the */
/* monthly currently displayed                                              */
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.calendar_other_month {
	color: #999999;
}

/* Style for the links of days not part of the month currently displayed */
/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.calendar_other_month_clickable {
	display:block;
	color: #999999;
	text-decoration: none;
}

/* Style for today's day (non-clickable)                  */
/* Style du jour (non cliquable) representant aujourd'hui */
.calendar_today {
	color: #ff0000;
}

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
	display:block;
	color: #ff0000 !important;
	text-decoration: underline !important;
}

.calendar_selected_today_clickable {
	display:block;
	color: #ff0000 !important;
	text-decoration: underline !important;
	background-color: #dedede;
}

/* Style of day's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.calendar_selected_day_clickable {
	display:block;
	/*color: #01a763 !important;*/
	background-color: #dedede;
	text-decoration: none;
}

/* Style for the links of days part of the month currently displayed     */
/* Style des liens des jours faisant partie du mois en cours d'affichage */
.calendar_day_clickable {
	display:block;
	text-decoration: none;
}


/* FORMULAIRES */
.form .inputEditLegend, .form .inputEditLabel {
	border: none;
	/*border-bottom: 1px dotted black;*/
	background: transparent;
}

.form .inputEditExplain {
	background-color: transparent;
	border: 1px dotted black;
	width: 100%;
	height: 100px;
}

.form .inputEditTitle {
	border: none;
	border-bottom: 1px dotted black;
	background: transparent;
	font-size: 1.17em;
	color: navy;
	margin: 0.5em 0;
	font-weight: bold;
}

.form .inputEditSubmit {
	border: none;
	background: transparent;
	border: 2px dashed black;
	text-align: center;
	font-weight: bold;
}

.form {
	background-color: #f4f4f4;
	border: 1px solid black;
	margin: 0.5em 0 20px 0;
	padding: 0 10px;
}

.form legend {
	margin-top: -7px;
}

.form h3 {
	font-size: 1.17em;
	color: navy;
	margin: 0.5em 0;
	font-weight: bold;
}

.form .Button {
	
}

/*.form input:focus, .form textarea:focus, .form select:focus {
	background: #ffd;
}*/

label.required {
	font-weight: bold;
}

.inputError {
	border: 1px solid red;
	background-color: #ffa3a3;
}

.titleError {
	border-bottom: 1px dotted red;
}

/*.form label.required:after {
	content: '*';
	color: red;
}*/

.form label {
	display: inline-block;
	min-width: 150px;
	border-bottom: 1px dotted black;
}

.form legend, .form .inputEditLegend {
	border: 1px solid black;
	background-color: #b5b5b5;
	color: white;
	font-variant: small-caps;
	letter-spacing: 0.1ex;
	font-weight: bold;
	padding: 0 0.2em;
}

.form p, .form li {
	/*position: relative;
	height: 1.4em;*/
}

.form p {
	margin: 0 0 0.6em 0;
}

.form input {
	padding: 0 0.2ex;
}


/* ANNONCES */
	/* Catégorie*/
	.AdCategory {
		width: 45%;
		margin-right: 10px;
		float: left;
		height: 115px;
		border: 2px solid #cccccc;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-border-radius: 3px;
		padding: 5px;
		margin-bottom: 5px;
	}

	.AdCategory img {
		max-width: 70px;
		max-height: 70px;
		_width: 70px; _height: 53px; /* IE6 */
		float: left;
		margin-right: 10px;
		border: none;
	}

	.AdNavigation, .AdSnapshotNavigation {
		margin-top: 10px;
		display: block;
		text-align: right;
		clear: both;
	}

	.AdCategoryTitle, .AdSnapshotTitle {
		font-weight: bold;
		font-size: 110%;
		display: block;
	}
	
	.AdCategoryDescription {
		font-size: 12px;
	}


	/* Apercu */
	.AdSnapshots {
		list-style-image: none;
		list-style-type: none;
	}
	
	.AdSnaphsots li {
		float: left;
	}
	
	.AdSnapshot {
		float: left;
		width: 150px;
		height: 270px;
		border: 2px solid #cccccc;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-border-radius: 3px;
		margin-right: 5px;
		padding: 3px;
		margin-bottom: 15px;
	}

	.AdSnapshot img {
		border: none;
		max-width: 150px;
		max-height: 113px;
		_width: 150px; _height: 113px; /* IE6 */
	}

	.AdSnapshotImage {
		text-align: center;
		height: 113px;
		display: table-cell;
		vertical-align: middle;
		#display: block;			/* IE */
	}

	/* Detail */
	.AdMainImage {
		float: left;
		width: 210px;
		background-color: white;
		border: 2px solid #ccc;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		-border-radius: 6px;
		padding: 5px;
		margin-right: 10px;
		text-align: center;
		display: block;
	}
	
	.AdMainImage img {
		border: none;
		max-width: 200px;
		max-height: 200px;
		_width: 200px; _height: 200px; /* IE6 */
		border: none;
	}

	.AdAttributs {
		clear: both;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.AdAttributName {
		font-weight: bold;
	}

	.AdImage {
		display: block;
		float: left;
		border: 1px solid #ccc;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		-border-radius: 6px;
		width: 100px;
		height: 100px;
		padding: 2px;
		text-align: center;
		margin-right: 7px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.AdImage img {
		border: none;
		max-width: 100px;
		max-height: 100px;
		_width: 100px; _height: 100px; /* IE6 */
	}


/************/
/* PRODUITS */
/************/

	/* snapshot */
	.widgetElements {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.widgetElements li {
		float: left;
		width: 150px;
		height: 270px;
		border: 2px solid #ccc;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		-border-radius: 6px;
		margin-right: 5px;
		padding: 3px;
		margin-bottom: 15px;
		background-color: white;
	}

	.widgetElements .snapshotImage {
	}

	.widgetElements .snapshotImage td {
		vertical-align: middle;
		text-align: center;
		width: 150px;
		height: 150px;
	}

	.widgetElements .snapshotImage td a {
		display: block;
		width: 150px;
	}

	.widgetElements img {
		border: none;
		max-width: 140px;
		max-height: 140px;
		margin: auto;
		_width: 140px; _height: 140px; /* IE6 */
	}

	.widgetElements .snapshotName{
		text-align: center;
		margin: 5px 0 15px 0;
		font-weight: bold;
	}

	.widgetElements .snapshotDesc{
		display: none;
	}

	.widgetElements .snapshotPrice, .widgetElements .snapshotCartButton {
		text-align: right;
	}

	.widgetElements .otherPrices {
		display: none;
	}

	/* Liste */
	.browseProductsList {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.browseElements {
		width: 100%;
		margin-bottom: 10px;
	}

	.browseProductsList .browseProductImage {
		background-color: white;
		border: 4px solid #ccc;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		-border-radius: 6px;
		width: 200px;
		height: 200px;
	}

	.browseProductsList .browseProductImage td {
		vertical-align: middle;
		text-align: center;
	}

	.browseProductsList .browseProductImage td a {
		vertical-align: middle;
		text-align: center;
		display: block;
		width: 190px;
	}
	
	.browseProductsList .browseProductImage img {
		max-width: 190px;
		max-height: 190px;
		border: none;
		_width: 190px; _height: 190px; /* IE6 */
	}

	.browseProductsList .odd .browseProductImage {
		float: left;
		margin-right: 20px;
	}

	.browseProductsList .odd {
		text-align: left;
	}

	.browseProductsList .pair .browseProductImage {
		float: right;
		margin-left: 20px;
	}

	.browseProductsList .pair {
		text-align: right;
	}

	.browseChildsCategorys {
		list-style-image: none;
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
	}

	.browseChildsCategorys a {
		text-decoration: none;
	}


	.browseChildsCategorys img {
		max-width: 150px;
		max-height: 150px;
		_width: 150px; _height: 150px; /* IE6 */
		clear: both;
		border: none;
	}

	.browseCategoryImage {
		width: 155px; height: 155px;
	}

	.browseCategoryImage td {
		vertical-align: middle;
	}

	.browseCategoryImage td a {
		display: block;
		width: 150px;
	}

	.browseChildCategory {
		float: left;
		text-align: center;
		border: 1px solid #cccccc;
		height: 177px;
		margin: 10px 5px;
	}

	.browseChildCategory .browseCategoryName{
		display: block;
		font-weight: bold
		height: 25px;
		width: 155px;
		background-color: #cccccc;
	}

	.browseSortBy {
		display: inline-block;
		margin-right: 25px;
	}

	.browseSortBy a img {
		border: none;
	}

	.browseSku {
		display: none;
	}
	
	.browseBrand {
		display: none;
	}

	/* Flypage */
	.flypage {
		width: 100%;
	}

	.flypage .flypageViewer {
		float: left;
		width: 276px;
		background-color: white;
		border: 2px solid #ccc;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		-border-radius: 6px;
		padding: 5px;
		margin-right: 10px;
	}

	.flypage .flypageViewer .mini {
		display: block;
		float: left;
		border: 1px solid #ccc;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		-border-radius: 6px;
		width: 50px;
		height: 50px;
		padding: 2px;
		text-align: center;
		margin-right: 7px;
	}

	.flypage .flypageViewer .mini:hover {
		border-color: red;
	}
	
	.flypage .flypageViewer .mini img {
		border: none;
		max-width: 50px;
		max-height: 50px;
		_width: 50px; _height: 50px; /* IE6 */
	}

	.flypage .flypageViewer .default {		
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.flypage .flypageViewer .default img {
		max-width: 270px;
		max-height: 200px;
		_width: 200px; _height: 200px; /* IE6 */
		border: none;
	}

	.flypageSku {
		display: none;
	}
	
	.flypageBrand {
		margin: 0;
	}

	/* PRIX */
	.priceBigPrice {
		font-weight: bold;
	}

	.priceStrikePrice {
		text-decoration: line-through;
	}
	
	.priceUnit{
		font-size: 0.7em;
	}

	.otherPrices .priceBigPrice {
		font-size: 0.9em;
	}
	
	.flypagePriceEcotax {
		font-size: 9px;
		color: #009900;
	}

	/* COMPOSANTS */
	.productComponents {
		clear: both;
		padding: 10px 0 15px 0;
	}

	.productComponents table {
		width: 100%;
		/*border: 1px solid gray;
		border-collapse: collapse;*/
	}

	.productComponents th {
		background-color: #cccccc;
	}

	.productComponents td, .productComponents th {
		border: 1px solid gray;
		padding: 4px;
		font-size: 10px;
	}
	
/**********/
/* CADDIE */
/**********/
	.cartTable {
		border: 1px solid #505050;
		border-collapse: collapse;
		width: 100%;
		margin: 20px auto;
	}

	.cartHeader {
		height: 30px;
	}
	
	.cartHeader th {
		background-color: #cdcdcd;
	}

	.cartTable th, .cartTable td {
		border: 1px solid #505050;
		padding: 5px;
		empty-cells: hide;
	}
	
	.cartProductSku, .cartProductName, .cartProductUnitPrice {
		text-align: left;
	}

	.cartProductQuantity, .cartRefresh, .cartProductDiscount {
		text-align: center;
	}

	.cartNext, .cartPurchase, .cartGoPurchase, .cartShippingLabel, .cartProductPrice, .cartTaxesLabel, .cartTotalLabel, .cartSubtotalLabel, .cartSubtotal, .cartShipping,  .cartTaxes, .cartTotal, .cartDiscountLabel, .cartDiscount {
		text-align: right;
	}

	.cartTotal, .cartTotalLabel {
		font-weight: bold;
	}

	.cartTaxesLabel, .cartTaxes {
		font-size: 11px;
	}
	
	.cartProductSku {
		font-size: 10px;
		color: #505050;
		font-style: italic;
	}

	.checkoutBillingTitle, .checkoutShippingTitle, .checkoutPaymentTitle, .checkoutCGV span {
		font-weight: bold;
		font-size: 14px;
		margin-top: 10px;
	}

	.freeShipping {
		color: red;
		font-weight: bold;
	}

	.cartGoPurchase {
		float: left;
	}

	.checkoutShippingTitle, .checkoutBillingTitle, .checkoutCGV, .checkoutPaymentTitle {
		margin-top: 15px;
	}
	.checkoutBillingAddress td, .checkoutShippingAddress td {
		vertical-align: top;
	}

/*******************/
/* BON DE COMMANDE */
/*******************/
	.OrderTable {
		width: 100%;
		border: 1px solid #505050;
		border-collapse: collapse;
		margin: 20px auto;
		padding: 0 10px 10px 10px;
	}

	.OrderLines {
		border: 1px solid #505050;
		border-collapse: collapse;
		margin: 20px auto;
		width: 98%;
	}

	.OrderLines th {
		background-color: #cdcdcd;
	}

	.OrderLines th, .OrderLines td {
		border: 1px solid #505050;
		padding: 5px;
		empty-cells: hide;
	}

	.OrderNavigation {
		/*display: none;*/
	}

	@media print {
		.OrderTable {
			width: 100%;
		}

		.OrderLines {
			width: 98%;
		}

		.OrderNavigation {
			display: none;
		}
	}

/* ACCOUNT */
#accountContent table {
	border: 1px solid #505050;
	border-collapse: collapse;
	width: 100%;
	margin: 20px auto;
}

#accountContent th {
	background-color: #cdcdcd;
}

#accountContent th, #accountContent td {
	border: 1px solid #505050;
	padding: 5px;
	empty-cells: hide;
}

#accountContent tfoot {
	display: none;
}

/* ALBUM */
.album {
	margin: 0 10px 10px 0;
}
.album img {
	border: none;
}

.pics div,  .pics img {
	margin: auto; 
	display: block;
}

/* EVENT */
.eventForwardText {
	font-weight: bold;
}

.eventDate {
}

.eventDate .eventForwardText {
	display: inline-block;
	width: 50px;
}

/* ACCOUNT */
#accountmenu {
	list-style-type: none;
	list-style-image: none;
	margin: 0 10px; padding: 0;
}

#accountmenu li {
	float: left;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0 5px;
}

#accountmenu li a {
	display: block;
	padding: 5px;
	background-color: #f1f1f1;
}

#accountmenu li a:hover {
	background-color: #e1e1e1;
}

#accountContent {
	border: 1px solid #cccccc;
	padding: 10px;
	min-height: 400px;
}

.ombrage {
	/* Standard CSS 3 */
	box-shadow: 1px 1px 12px #555; 
	/* Gecko */
	-moz-box-shadow: 1px 1px 12px #555;		
	/* Webkit */
	-webkit-box-shadow: 1px 1px 12px #555;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12); 
	zoom: 1;
}

.ombrage-texte {
	/* Standard CSS 3 */
	text-shadow: 2px 2px 4px #999;
	/* Gecko */
	-moz-text-shadow: 2px 2px 4px #999;	
	/* Webkit */
	-webkit-text-shadow: 2px 2px 4px #999;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4); 
	zoom: 1;
}














/* ALBUM GALLERIE */
/* styling for the image wrapper  */
#image_wrap {
	/* dimensions */
	width:450px;
	margin:15px auto 0 auto;
	padding:15px 0;

	/* centered */
	text-align:center;

	/* some "skinning" */
	background-color:#efefef;
	border:2px solid #fff;
	outline:1px solid #ddd;
	-moz-ouline-radius:4px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 450px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(../../images/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	padding-left: 15px;
}

/* single scrollable item */
.scrollable img {
	margin:20px 8px 20px 2px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active img {
	border:2px solid #000;
	z-index:30;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down	{ 
	background:url(../../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  	{ background-position:-30px 0; }
a.up:active  	{ background-position:-60px 0; }

/* down */
a.down 			{ background-position: 0 -30px; }
a.down:hover  	{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* position and dimensions of the navigator */ 
.navi { 
    margin: 0 auto;
    width:200px; 
    height:20px; 
	text-align: center;
} 
 
 
/* items inside navigator */ 
.navi a { 
    width:8px; 
    height:8px; 
    /*float:left; */
    margin:5px; 
    background:url(../../images/navigator.png) 0 0 no-repeat; 
    display: inline-block; 
    font-size:1px; 
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}


/* ALBUM SLIDE */
.slider {
	position: relative;
	overflow: hidden;
}

.slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.slider #controls {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.slider #controls li {
	float: left;
	margin-left: 5px;
}



/* NEWS */
.NewsOverview {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

.NewsOverview li {
	border-bottom: 1px dotted gray;
	margin-bottom: 10px;
}

.NewsOverview img, .LatestNews img {
	float: left;
	margin-right: 10px;
	max-width: 70px;
	max-height: 70px;
}


/* USER FORM */
.UserCardForm, .UserCardLoginForm {
	width: 100%;
}

.UserCardForm label, .UserCardLoginForm label {
	display: block;
	float: left;
	text-align: right;
	width: 33%;
	margin-bottom: 15px;
}

.UserCardFormRequired {
	color: red;
}

.UserCardFormField {
	margin-bottom: 15px;
	width: 67%;
	float: left;
}

.UserCardForm .UserCardFormTextarea, .UserCardForm .UserCardFormText, .UserCardForm .UserCardFormSelect {
	width: 250px;
}

.UserCardFormTextarea {
	height: 70px;
}

.UserCardLoginForm .UserCardFormText {
	width: 150px;
}

.UserCardFormFieldDescription {
	color: #a0a0a0;
	font-size: 95%;
}

.UserCardFormSubmit {
	text-align:center;
	margin: 10px 0;
}

/* TABLEAU */
.RecordsTable {
	width: 100%;	
}
.RecordsTable td {
	padding: 5px;
}
.RecordsTable th {
	padding: 5px;
	text-align: left;
}
