/* CSS Document */

* { 
	margin: 0;
}
html, body {
	background-color: #FFFFFF;
	/*margin: 0px;*/
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 100%;
	line-height: 17px;
	background-image: url(../images/bckg.png);
	background-repeat: repeat-y;
	/*height: 100%;*/
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #993300;
	text-decoration: none;
}
/*
 * liens colorés pour joaillerie et horlogerie
 */
body.joaillerie.nosmarques a:link,
body.joaillerie.nosmarques a:visited,
body.horlogerie.nosmarques a:link,
body.horlogerie.nosmarques a:visited {
	color:#666666;
}
body.horlogerie.nosmarques a:hover,
body.joaillerie.nosmarques a:hover {
	color: #CCCCCC;
}
#Page {
	height: 558px;
	width: 100%;
	/*position:fixed !important;*/
	position:absolute;
	top:50%;
	margin-top:-279px;
	text-align: center;
	min-width: 1000px;
}
#xxxxxxxxxxxxxxxxxxx1 {
}
#Nav {
	height: 40px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#Navigator {
	margin-right: auto;
	margin-left: auto;
}
#xxxxxxxxxxxxxxxxxxx2 {
}
#Filet {
	background-color: #333333;
	height: 1px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	/*min-width: 1000px;*/
}
#Filetb {
	background-color: #333333;
	height: 1px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	/*min-width: 1000px;*/
}
#Copyright {
	height: 18px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: right;
	color: #aaa;/*666666*/
	overflow: hidden;
}
#Copyright a {
	color: #aaa;
}
#Copyright a:hover {
	text-decoration: underline;
}
#noscript {
	font-size: 12px;
	position: absolute;
	left: 60px;
	top: 60px;
	text-align: left;
	width: 400px;
}

