/* Tags redéfinis par le Style Sheet */
body {
	background-color: #3D6C97;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #4B82B6;
	font-size: 11px;
	text-decoration: underline;	
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4B82B6;
}


/* Liens de couleur */

.textLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4B82B6;
}

.blackLink {
	color: #000000;
	font-size: 11px;
	text-decoration: none;

}
.whiteLink {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

.greenLink {
	font-size: 11px;
	color: #4B82B6;
	text-decoration: none;
}

.darkGreenLink {
	color: #25405A;
	text-decoration: none;
}

/* Style pour les tables, rangées et cellules */

.backTable {
	background-color: #FFFFFF;
}

.tableMenu {
	background-color: #477CAD;
}

.tdMenuItem {
	background-color: #E0E9F2;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
}

.tdMenuItemImage {
	background-color: #E0E9F2;
	text-indent: 0px;
	padding: 0px;
}

.tdSubMenuItem {
	padding: 8px 8px 8px 28px;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: square;
	font-weight: bold;
}

.tdMenuContainer {
	padding: 10px;
}

.tdProductDetailHeader {
	padding: 2px 2px 2px 10px;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: square;
	font-weight: bold;
	font-size: 12px;

}

.tdProductDetail {
	padding: 2px 2px 2px 10px;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: square;
	font-weight: normal;
	font-size: 11px;
	width:149px;
}
.tdProductDetailBackground {

	background-color: #E0E9F2;
	font-weight: bold;
}
.tdProductDetailImage {

	background-color: #E0E9F2;
	text-indent: 0px;
	padding: 0px;
}
.tdProductDetailDescription {
	padding: 2px 0px 2px 5px;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: none;
	font-weight: normal;
	font-size: 11px;
	height: 75px;
	overflow: auto;


}

.tdProductTwoLigneScroll {
	padding: 2px 0px 2px 5px;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: none;
	font-weight: normal;
	font-size: 11px;
	height: 32px;
	overflow: auto;


}

.tdProductDetailDimensions {

	padding: 2px 0px 2px 10px;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: none;
	font-weight: normal;
	font-size: 11px;
	height: 48px;
	overflow: auto;
}

.tableMenuTop {
	background-image: url(images/blue/tableMenuTop.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 187px;
	margin: 0px;
	padding: 0px;

}
.tableMenuBottom {
	background-image: url(images/blue/tableMenuBottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 11px;
	width: 187px;
}

.bannerLabel {
	background-image: url(images/blue/titleProduits.jpg);
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 400px;
}
.bannerTop {
	background-image: url(images/blue/topBanner.jpg);
}
.bannerBottom {
	background-image: url(images/blue/bottomBanner.jpg);
}

.bannerLogo {
	background-image: url(images/blue/logo.gif);
	margin: 0px;
	padding: 0px;
	height: 68px;
	width: 68px;
}

.bannerLabelEn {
	background-image: url(images/blue/titleProducts_eng.jpg);
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 400px;
}
