
#topBg{
	background : #fff url(../imgs/bg_top.gif) no-repeat bottom left;
	margin:0px;
	height:20px;
}
#bottomBg{
	background : #fff url(../imgs/bg_bottom.gif) no-repeat bottom left;
	margin:0px;
}
#bottomlinks{
	display:inline;
	float:left;
	width:480px;
	margin-left:15px;
	text-align:center;
}
#copyright{
	display:inline;
	float:right;
	width:230px;
	margin-left:15px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2484D0;
}

#mainBg{
	width:760px;
	background : #fff url(../imgs/bg_main.gif) repeat-y top left;
	margin:0px;
}
#maincontent{
	display:inline;
	float:left;
	width:480px;
	margin-left:20px;
	margin-right:15px;
	margin-top:1px;
	margin-bottom:0px;
}
#headerBanner{
	display:inline;
	width:745px;
	margin-left:14px;
}

#mainmenuBg{
	width:237px;
	background : #fff url(../imgs/bg_main_men.gif) repeat-y top left;
	margin:0px;
}
#rightMenu{
	width:237px;
	float:right;
	margin:0px;
	text-align:center
}
#menu{
	float:right;
	background : #fff url(../imgs/bg_main.gif) repeat-y top left;
	margin:0px;
}
#topmenBg{
	width:237px;
	background : #fff url(../imgs/bg_top_men.gif) no-repeat bottom right;
	height:15px;
	margin-top:0px;
}
#bottommenBg{
	width:237px;
	background : #fff url(../imgs/bg_bottom_men.gif) no-repeat top right;
	height:15px;
	margin:0px;
}

.clear{
	clear:both;
	height:0px;
}



/* texte ******************************************************************************************  */
.nt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
a.nt:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF4200;
	text-decoration:none;
}
.ntSmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.ntRed{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF4200;
}
.ntBlue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2484D0;
}
.ntBlueBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1A3E9D;
}
.h2A{
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1A3E9D;
}
h2{
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1A3E9D;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1A3E9D;
}
.priceBig{
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF4200;
}
.ntBlueLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2484D0;
	text-decoration:underline;
}
a.ntBlueLink:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:underline;
	background-color:#2484D0;
}
.ntRedLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF4200;
	text-decoration:none;
}
a.ntRedLink:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color:#FF4200;
	text-decoration:none;
}

h1{
	margin-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2484D0;
}
/* texte END **************************************************************************************  */

/* LINES **************************************************************************************  */
.lineHoriz{
	margin-top:10px;
	margin-bottom:10px;
	background : #fff url(../imgs/line_horiz.gif) repeat-x top left;
	heigth:1px;
}
/* LINES END **********************************************************************************  */


/* HOMEPAGE BOX **********************************************************************************  */
.box{
	float:left;
	width:216px;
	height:165px;
	display:inline;
	margin:10px;
	margin-top:2px;
	border:1px solid #ddd;
}
.imageBox{
	text-align:center;
	float:left;
	width:96px;
	display:inline;
	margin:3px;
}
.imageBoxBtns{
	text-align:left;
	float:left;
	width:96px;
	display:inline;
	margin:3px;
}
.textBox{
	float:left;
	width:100px;
	display:inline;
	margin:3px;
}

/* subcat bvoxes */
.boxSubcat{
	/*margin:10px;*/
	width:460px;
}
.boxImgSub{
	text-align:center;
	float:left;
	width:100px;
	display:inline;
	margin:3px;
	border:1px solid #ddd;
}
.boxTextSub{
	text-align:left;
	float:left;
	width:320px;
	display:inline;
	margin:3px;
}

/* Products bvoxes */

.boxImgProd{
	text-align:center;
	float:left;
	width:230px;
	display:inline;
	margin:3px;
	border:1px solid #ddd;
}
.boxTextProd{
	text-align:left;
	float:left;
	width:190px;
	display:inline;
	margin:3px;
}
/* Products boxes end */


/* HOMEPAGE BOX END ******************************************************************************  */

.ntBlack {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.ntB {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.ntRedBig {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF4200;
}
