BODY {
	SCROLLBAR-FACE-COLOR: #E1E6F2;
	SCROLLBAR-HIGHLIGHT-COLOR: #A2B8D8;
	SCROLLBAR-SHADOW-COLOR: #2A4C97;
	SCROLLBAR-3DLIGHT-COLOR: #A2B8D8;
	SCROLLBAR-ARROW-COLOR:  #2A4C97;
	SCROLLBAR-TRACK-COLOR: #5772A9;
	SCROLLBAR-DARKSHADOW-COLOR: #2A4C97;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.nav-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav-txt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.conception {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
	text-indent: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.cadre-bleu {
	border: 1px solid #ff6600;
	padding: 10px;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	background-color: #ff6600;
}
.prix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
	background-color: #ff6600;
}
.textpt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.vo {
	border: 1px solid #ff6600;
	margin-bottom: 5px;
}
.img {
	border: 1px solid #ff6600;
}
#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ff6600;
	background-image: url(images/garage_carrosserie_morel_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 49px;
	text-align: left;
}
#nav {
	list-style: none;
	padding: 0;
	width: 750px;
	top: 110px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 34px;
}
.button {
	display: inline-block;
	margin: 0;
	padding: 0;
	font: bold 13px Arial, Helvetica, sans-serif !important;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.20);
	background: none;
	border: none;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	/* Fix extra width padding in IE */
	_width: 0;
	overflow: visible;
}

.button span {
	display: block;						/* Prevents :active from working in IE--oh well! */
	height: 34px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: right top;
}

.button span span {
	padding-right: 0;
	padding-left: 12px;
	line-height: 34px;
	background-position: left top;
}

.button span span span {
	padding-left: 21px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _background-image: none;		Or just hide icons from the undeserving IE6 */
	/* _padding-left: 0;					Or just hide icons from the undeserving IE6 */
}

.button span span span.after {
	padding-left: 0px;
	padding-right: 21px;
	background-position: right center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-right: 0;					Or just hide icons from the undeserving IE6 */
}

.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus,
.button[disabled]:active,
.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button.disabled:active {
	color: #333 !important;
	cursor: inherit;
	text-shadow: none; 
	opacity: 0.33;
}

.button:hover span,
.button:focus span {
	background-position: 100% -34px;
}

.button:hover span span,
.button:focus span span {
	background-position: 0% -34px;
}

.button:active span {
	background-position: 100% -68px;
}

.button:active span span {
	background-position: 0% -68px;
}

.button[disabled] span,
.button.disabled span {
	background-position: 100% -102px;
}

.button[disabled] span span,
.button.disabled span span {
	background-position: 0% -102px;
}

.button:hover span span span,
.button:focus span span span,
.button:active span span span,
.button[disabled] span span span,
.button.disabled span span span {
	background-position: left center;
}

.button:hover span span span.after,
.button:focus span span span.after,
.button:active span span span.after,
.button[disabled] span span span.after,
.button.disabled span span span.after {
	background-position: right center;
}

.button img {
	margin-right: 5px;
	vertical-align: text-top;
	/* IE6 Hack */
	_margin-top: 4px;
	_vertical-align: text-bottom;
	/* IE6 still requires a PNG transparency fix */ 
	/* _display: none;		Or just hide icons from the undeserving IE6 */
}

.button img.after {
	margin-right: 0;
	margin-left: 5px;
	/* IE6 still requires a PNG transparency fix */ 
	/* _margin-left: 0;		Or just hide icons from the undeserving IE6 */
}

.button,
.button.silver {
	color: #FFFFFF !important;
}
	
.button:hover,
.button:focus,
.button.silver:hover,
.button.silver:focus {
	color: #FFFFFF !important;
}
	
.button span,
.button.silver span {
	background-image: url(images/nav_d.gif);
}

.button span span,
.button.silver span span {
	background-image: url(images/nav_g.gif);
}
.footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FF6600;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
}
.footer div {
	text-align: right;
	width: 300px;
	float: right;
}
