@charset "iso-8859-1";

/*BODY
{
	scrollbar-face-color: #752E07;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-3Dlight-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
}*/

A{text-decoration: none; color:#FF3300;}
A:visited{text-decoration: none; color: #FF3300;}
A:active{text-decoration: none; color: #FF3300;}
A:hover{text-decoration:underline; color:#666666;}

DIV, TABLE, INPUT, SELECT, TEXTAREA
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.noir {
	color:#000;
}

.bords {
	border-color: #E06D2A #E06D2A #CC6633;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* CONTACT */
#contact div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* DEVIS */
.devis {
	width: 120px;
	height: 20px;
	background: url('../bts/devis_over.gif') no-repeat;
	text-align: center;
	padding: 0px;
}
.devis a {
	width: 100%;
	height: 100%;
	background: url('../bts/devis.gif') no-repeat;
	display: block;
}
.devis a:hover {
	background: no-repeat transparent;
}

.selection {
	width: 120px;
	height: 20px;
	background: url('../bts/selection_over.gif') no-repeat;
	text-align: center;
	padding: 0px;
}
.selection a {
	width: 100%;
	height: 100%;
	background: url('../bts/selection.gif') no-repeat;
	display: block;
}
.selection a:hover {
	background: no-repeat transparent;
}

.reset {
	width: 120px;
	height: 20px;
	background: url('../bts/reset_over.gif') no-repeat;
	text-align: center;
	padding: 0px;
}
.reset a {
	width: 100%;
	height: 100%;
	background: url('../bts/reset.gif') no-repeat;
	display: block;
}
.reset a:hover {
	background: no-repeat transparent;
}

.valid {
	width: 120px;
	height: 20px;
	background: url('../bts/valid_over.gif') no-repeat;
	text-align: center;
	padding: 0px;
}
.valid a {
	width: 100%;
	height: 100%;
	background: url('../bts/valid.gif') no-repeat;
	display: block;
}
.valid a:hover {
	background: no-repeat transparent;
}

.calcul {
	width: 120px;
	height: 20px;
	background: url('../bts/calcul_over.gif') no-repeat;
	text-align: center;
	padding: 0px;
}
.calcul a {
	width: 100%;
	height: 100%;
	background: url('../bts/calcul.gif') no-repeat;
	display: block;
}
.calcul a:hover {
	background: no-repeat transparent;
}

textarea.areadevis {
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #CCC;
	scrollbar-track-color: #F5F5F5;
	scrollbar-base-color: #CCC;
	scrollbar-3Dlight-color: #FFFFFF;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #CCC;
	scrollbar-darkshadow-color: #FFFFFF;
}

input.search, select.search, textarea.search {
	font-family:Tahoma;
	font-size:10pt;
	color:#000;
	background:#eef3f5;
}

input.search, textarea.search {
	border-width : 1px;
}
*>input.search, *>textarea.search {
	border-color : #333;
}