@CHARSET "UTF-8";

table.main td {
	vertical-align: top;
}

/* sidemenu */

table.main td.sideMenu {
	background-color: #3A4C62;
	border:1px;
	border-color:#CCC;
	border-bottom-style:solid;
}

div.sideMenu {
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	*/
	width: 250px;;
	/*height: 322px;*/
	height: 100%;
	margin: 0px;
	background-color: #3A4C62;
	overflow: auto;
}

table.main td.sideMenuArrow {
	width:10px;
	text-align: left;
	vertical-align: middle;
	background-color:#49637C;

}

table.main td.sideMenuText {
	vertical-align: middle;
	text-align: left;
	background-color:#49637C;

}
table.main td.sideMenuArrowSm {
	width:10px;
	text-align: left;
	vertical-align: middle;
	background-color:#CCC;

}

table.main td.sideMenuTextSm {
	color: #3A4C62;
	vertical-align: middle;
	text-align: left;
	background-color:#CCC;

}

a:link.sideMenuItem, a:visited.sideMenuItem {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	display: block;
	margin: 5px;
	width: 270px;
}
a:link.sideMenuItemSm, a:visited.sideMenuItemSm {
	text-decoration: none;
	font-weight: bold;
	color:#3A4C62;
	display: block;
	margin: 5px;
	width: 270px;
	font-size:13px;
}


a:link.sideSubMenuItem, a:visited.sideSubMenuItem {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display: inline;
	margin: 0px;
	width: 270px;
}

a:link.sideMenuItemOn, a:visited.sideMenuItemOn, a:link.sideSubMenuItemOn, a:visited.sideSubMenuItemOn{
	/*color: #800c01; */
	color:#999;
}
a:link.sideMenuItemOnSm, a:visited.sideMenuItemOnSm{
	/*color: #800c01; */
	color:#999;
}
table.sideMenuItemBox {
	margin-left: 0px;
	margin-bottom: 5px;
}
td.sideMenu table.sideMenuItemBoxSm {
	background-color:#F5F5F5;
	margin-left: 0px;
	margin-bottom: 2px;
}


ul.sideMenu {
	margin: 0px;
	padding: 0px;
	color: white;
	list-style-position: outside;
	margin-left: 40px;
	margin-bottom: 5px;
}

li {
	
}

/* main */

div.produits {
	position: relative;
	background-color: #f08f00;
	/*height: 480px;*/
	height: auto;
	margin-top: 15px;
	padding-bottom: 10px;
}

table.main td.content {
	background-color: #C0ED2F;
	text-align: left;
}

div.productContent {
	/*
	position: absolute;
	top: 0px;
	bottom: 149px;
	left: 250px;
	right: 0px;
	*/
	position: relative;
	width:560px;
	background-color: #C0ED2F;
	min-height: 300px;
}

/* one product box */

table.main table.itemBox {
}

table.main td.itemTitle {
	color: #a93e14;
	text-align: left;
}

table.main td.itemTitle a:link, table.main td.itemTitle a:visited {
	color: #a93e14;
}

table.main td.itemImageBox, td.itemImageBoxOn {
	width: 90px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	padding-right: 20px;
}

table.main td.itemImageBox img {
	width: 89px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

table.main td.itemImageBoxOn img {
	width: 102px;
	height: 57px;
	margin-left: auto;
	margin-right: auto;
}

table.main td.itemText {
	text-align: left;
	font-size: 12px;
	color: #a93e14;
}

table.main td.itemText a:link, table.main td.itemText a:visited {
	font-size: 12px;
	color: #a93e14;
}

/* deco */

div.contentLogo img {
	/*
	position: absolute;
	bottom: 0px;
	left: 0px;
	*/
	width: 560px;
	height: 158px;
}

div.contentText {
	color: #a93e14;
}

/* produits */

div.titreProduit, div.sousTitreProduit, div.texteProduit {
	/*
	position: absolute;
	left: 10px;
	*/
	width: 380px;
}

div.rubriqueProduits {
	width: 605px;
}

div.titreProduit {
	top: 40px;
	color: #31241d;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.sousTitreProduit {
	top: 70px;
	color: #8f1901;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.texteProduit {
	top: 100px;
	text-align: justify;
	font-size: 14px;
	color: #31241d;
	overflow: auto;
	/*height: 220px;*/
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.texteRubrique {
	top: 70px;
	text-align: justify;
	font-size: 14px;
	color: #31241d;
	overflow: auto;
	
	/*height: 250px;*/
}

div.contentTitle {
	position: static;
	width: 100%;
	text-align: right;
	color: #2a2e48;
}

div.contentLogoMini {
	top: 70px;
	left: 450px;
	text-align: center;
}

div.contentLogoMiniText {
	top: 190px;
	left: 450px;
	right: auto;
}

div.imageArticle {
	display: none;
	position: absolute;
	top: 10px;
	left: 300px;
	overflow: hidden;
	/*width: 650px;*/ /*388px;*/
	/*height: 480px;*/ /* 310px;*/
	z-index: 100;
}

div.imageArticle img {
	border: solid 6px white;
}

/* footer */

table.main td.contentFooter {
	text-align: left;
}

div.footerLogo img {
	height: 158px;
	width: 580px;
}

img.contentFooterImage {
	position: absolute;
	right: 205px;
	left: auto;
}

