html, body {
/*	height: 100%;*/
}
html {
	font-size: 12px;
}
body {
	margin: 0;
	padding: 0;
	padding: 10px 20px;
	font-family: Verdana, "Lucida Grande", sans-serif;
	color: #300;
	background: #2C2F22;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: .2em 0 .5em 0;
}
h1, h2 {
	font-weight: normal;
}
h1 {
	font-size: 3em; /* -> 8 */
/*	font-style: italic;*/
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

p {
	margin: .75em 0;
}

a img {
	border: none;
}

a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

#wrap {
/*	min-height: 100%;*/
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

/* En-tête */
h1#header {
	margin: 0;
	background: url(img/header.png) no-repeat top left;
	display: block;
	height: 136px;
	text-indent: -9999px;
}

/* Navigation */
#navbar {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 70px;
	list-style: none;
	text-align: center;
	margin-left: 15px;
}
#navbar li {
	display: inline;
	margin: 0;
	padding: 0;
	width: 126px;
	height: 70px;
	float: left;
	margin-left: 15px;
	margin-right: 10px;
}
#navbar li a {
	display: block;
	width: 126px;
	height: 70px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#navbar li#navtab_home a {
	background: transparent url(img/navtab_home.png) 0 0 no-repeat;
}
body.home #navbar li#navtab_home a,
#navbar li#navtab_home a:hover {
	background: transparent url(img/navtab_home.png) 0 -70px no-repeat;
}

#navbar li#navtab_catalog a {
	background: transparent url(img/navtab_catalog.png) 0 0 no-repeat;
}
body.catalog #navbar li#navtab_catalog a,
#navbar li#navtab_catalog a:hover {
	background: transparent url(img/navtab_catalog.png) 0 -70px no-repeat;
}

#navbar li#navtab_history a {
	background: transparent url(img/navtab_history.png) 0 0 no-repeat;
}
body.histoire #navbar li#navtab_history a,
#navbar li#navtab_history a:hover {
	background: transparent url(img/navtab_history.png) 0 -70px no-repeat;
}

#navbar li#navtab_contacts a {
	background: transparent url(img/navtab_contacts.png) 0 0 no-repeat;
}
body.contacts #navbar li#navtab_contacts a,
#navbar li#navtab_contacts a:hover {
	background: transparent url(img/navtab_contacts.png) 0 -70px no-repeat;
}

#navbar li#navtab_technique a {
	background: transparent url(img/navtab_technique.png) 0 0 no-repeat;
}
body.technique #navbar li#navtab_technique a,
#navbar li#navtab_technique a:hover {
	background: transparent url(img/navtab_technique.png) 0 -70px no-repeat;
}

#navbar li#navtab_links a {
	background: transparent url(img/navtab_links.png) 0 0 no-repeat;
}
body.links #navbar li#navtab_links a,
#navbar li#navtab_links a:hover {
	background: transparent url(img/navtab_links.png) 0 -70px no-repeat;
}

/* Contenu */
#content-wrap {
	background: url(img/bg_content.jpg) top left no-repeat;
}
#content {
	height: 573px;
	overflow: auto;
	padding: 10px 20px;
}
/*
#content > :first-child {
	margin-top: 10px;
}
*/
#content p, #content li {
	line-height: 1.5;
}
#content a {
	color: #332510;
}
#content a:hover, #content a:focus {
	color: #6E5122;
}
#content strong {
	color: #181A12;
}

	#page {
		width: 690px;
		float: left;
		padding-bottom: 10px;
	}
		#page h2 {
			text-align: center;
		}
		#page h3 {
			text-align: center;
		}
		#page h4 {
			text-align: center;
		}
		#page div.image {
			text-align: center;
		}
		#page div.image img {
			border: 1px solid #300;
			padding: 2px;
		}
		#page table {
			border: 1px solid #300;
			width: 600px;
			margin: 5px auto;
		}
		#page table th {
			background-color: #300;
			color: #ffc;
		}

#footer {
	color: #E6A948;
	font-size: .85em;
	text-align: center;
}
#footer a {
	color: #848F63;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

tr td {
	background-color: #ffc;
}
tr.alt td {
	background-color: #fc6;
}
tr.over td {
	background-color: #c93;
}

#pagination {
	border-top: 2px solid #fc6;
	border-bottom: 2px solid #fc6;
	background-color: #ffc;
	height: 20px;
	margin: 20px auto 0;
}
	#pagination p {
		float: left;
		margin: 0 20px;
	}
	#pagination span.inactive {
		color: gray;
	}
	#pagination span.current {
		font-weight: bold;
	}

/* sidebar 2 */
	#sidebar {
		width: 210px;
		margin: 0;
		margin-top: 40px;
		margin-left: -15px;
		margin-right: 5px;
		padding: 2px;
		float: left;
		border: 1px solid #2C2F22;
	}
		#sidebar li {
			font-weight: bold;
			list-style-type: none;
			background-color: #933;
			color: #fc6;
			text-indent: 4px;
		}
		#sidebar li a {
			font-weight: normal;
			text-decoration: none;
			display: block;
			background-color: #2C2F22;
			color: #fc6;
		}
		#sidebar a:hover {
			background-color: #fc6;
		}
		#sidebar li ul {
			padding-left: 0;
			margin-left: 0;
		}
		#sidebar li li {
			background-color: #fc6;
			color: #933;
			text-indent: 10px;
		}
		#sidebar li li a {
			font-weight: bold;
			background-color: #ffc;
			color: #c93;
		}
		body.technique.caracteristiques #sidebar li.caracteristiques a,
		body.technique.moteur #sidebar li.moteur a,
		body.technique.direction #sidebar li.direction a,
		body.technique.alimentation #sidebar li.alimentation a,
		body.technique.carrosserie #sidebar li.carrosserie a,
		body.technique.freins #sidebar li.freins a,
		body.technique.chassis #sidebar li.chassis a,
		body.technique.embrayage #sidebar li.embrayage a,
		body.technique.electrique #sidebar li.electrique a,
		body.technique.transmission #sidebar li.transmission a {
			color: #933;
			background-color: #fc6;
		}

/* form */
body.contacts #content form {
	margin-left: 150px;
}
body.contacts #content label {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
body.contacts #content input[type=text] {
	width: 250px;
}
body.contacts #content textarea {
	width: 450px;
	height: 150px;
}
body.contacts #content .error-message {
	color: red;
	font-style: italic;
}
