body {
	background-image: url("images/bg_devis.jpg");
	background-color: #000;
	color: #C8A992;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#cross-links {  
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	margin-top: -10px;
}

*+html #cross-links { 
	margin-top: 0; 
}

#cross-links p {  
	display: block;
	width: 100px;
	height: 100px;
}
		
#cross-links p a {  
	text-indent: -5000px;
	display: block; 
	width: 100px;
	height: 100px;
}

#link_back {
	background-image: url("images/link_back.png");
	width: 100px;
	height: 100px;
}

#devis {
	background: url("images/bg_devis.png") 0 0 no-repeat;
	line-height: 1.1em;
	width: 840px;
	height: 670px;
	margin: 0 auto;
	padding: 55px 40px 0 25px;
}
		
#devis h3{ 
	display: none; 	
}

#devis a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
		
#devis a:hover { 
	color: #000; 
	text-decoration: underline;
}

select {
	border-color: #666666;
	background-color: #FAFAFA;
}

label {
	color: #C8A992;
}

#message {
	color: #333333; 
}

.inputbox {
	background-color: #FFFFFF; 
	border-color: #B4BAC0;
	color: #333333;
}

.inputbox:hover {
	border-color: #11A3EA;
}

.inputbox:focus {
	border-color: #11A3EA;
	color: #0F4987;
}

a.button1, input.button1 {
	color: #000;
	background-color: #FAFAFA;
	background-image: url("images/bg_button.gif");
	border-color: #666666;
}

a.button1, a.button1:link, a.button1:visited, a.button1:active {
	color: #000000;
}

a.button1:hover, input.button1:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}

#The_colorPicker {
	position: absolute;
	width: 250px;
	height: 250px;
	padding-bottom: 5px;
	background: #fff;
	border:1px solid #000;
}
