@charset "UTF-8";


/********************************************************

	Body : fond, typo et liens
 
********************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(https://www.auctionmachinetool.com/Images/background_auction.jpg);
	background-repeat: repeat-x;
	background-color: #8C0303;
}
a:link, a:visited {
	color: #db542c;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #CC0404;
	text-decoration: underline;
}

/********************************************************

	banner = conteneur pour chaque partie du site
 
********************************************************/

#bannerTop {
	height: 70px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(https://www.auctionmachinetool.com/Images/fond_topN1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding: 0px;
}
#bannerFlash {
	height: 85px;
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(https://www.auctionmachinetool.com/Images/fond_topN2.jpg); /*FOND WITH FLASH : fond_flash.gif*/
	background-repeat: no-repeat;
	margin-bottom: 0px;
	overflow: hidden;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bannerMenu {
	height: 40px;
	width: 760px;
	margin-left: 50%;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(https://www.auctionmachinetool.com/Images/fond_menu.gif);
	margin-bottom: 0px;
	padding-top: 5px;
	overflow: hidden;
	left: -380px;
	position: absolute;
}
#bannerMain {
	color: #000; /*ADDED BY DIMITRI GURTNER*/
	font-weight: normal; /*ADDED BY DIMITRI GURTNER*/
	width: 760px;
	margin-left: 50%;
	margin-top: 0px;
	background-image: url(https://www.auctionmachinetool.com/Images/fond_main.gif);
	margin-bottom: 0px;
	float: left;
	left: -380px;
	top: 210px;
	position: absolute;
	background-repeat: repeat;
}
#bannerBottom {
	height: 20px;
	width: 760px;
	background-image: url(https://www.auctionmachinetool.com/Images/fond_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#bannerCopyright {
	height: 30px;
	width: 760px;
	overflow: hidden;
	clear: both;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-color: #8C0303;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/********************************************************

	Left = conteneur pour les case grises Ã  gauche
 
********************************************************/

#bannerLeft {
	width: 173px;
	padding-left: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	float: left;
}

/********************************************************

	Right = conteneur pour le contenu de droite
 
********************************************************/

#bannerRight {
	width: 520px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/********************************************************

	boxGris = cadres gris Ã  gauches
 
********************************************************/

.boxGrisTop {
	width: 150px;
	background-image: url(https://www.auctionmachinetool.com/Images/box_gris_top.jpg);
	background-repeat: no-repeat;
	height: 15px;
	float: left;
	margin: 0px;
}
.boxGris {
	width: 120px;
	float: left;
	background-image: url(https://www.auctionmachinetool.com/Images/box_gris_fond.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.boxGrisBottom {
	width: 150px;
	background-image: url(https://www.auctionmachinetool.com/Images/box_gris_bottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

