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-color: #933;
}

/* 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: 115px;
	text-indent: -9999px;
}

/* Navigation */
#navbar {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 71px;
	list-style: none;
	text-align: center;
	margin-left: 15px;
}
#navbar li {
	display: inline;
	margin: 0;
	padding: 0;
	width: 126px;
	height: 71px;
	float: left;
	margin-left: 15px;
	margin-right: 10px;
}
#navbar li a {
	display: block;
	width: 126px;
	height: 71px;
	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 -71px no-repeat;
}

#navbar li#navtab_vehicules a {
	background: transparent url(img/navtab_vehicules.png) 0 0 no-repeat;
}
body.vehicules #navbar li#navtab_vehicules a,
#navbar li#navtab_vehicules a:hover {
	background: transparent url(img/navtab_vehicules.png) 0 -71px 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 -71px 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 -71px 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 -71px 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 -71px no-repeat;
}

/* Contenu */
#content-wrap {
	background: url(img/bg_content.jpg) top left no-repeat;
}
#content {
	height: 594px;
	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,
		#page table th a,
		#page table th a:hover {
			background-color: #933;
			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;
}


body.vehicules #content #intro {
}
/*
	body.vehicules #content #intro form {
		float: left;
		width: 125px;
		margin-top: 5px;
	}
		body.vehicules #content #intro form select {
			width: 120px;
			color: #c96;
		}
*/
	body.vehicules #content #intro p {
		float: left;
/*		width: 770px;*/
		text-align: center;
		margin-top: 5px;
	}
body.vehicules #content .annonce {
	clear: both;
	background-color: #fc6;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 4px;
}
body.vehicules #content .annonce.alt {
	background-color: #ffc;
}
	body.vehicules #content .annonce .description {
		width: 778px;
		float: left;
	}
	body.vehicules #content .annonce h2 {
		font-size: 120%;
		font-weight: bold;
		margin: 0;
	}
	body.vehicules #content .annonce .thumb {
		float: left;
	}
	body.vehicules #content .annonce .thumb a img {
		height: 100px;
	}
body.vehicules #content .annonce .thumb img.badgecorner {
	position: absolute;
	padding: 0;
	width: 133px;
	height: 100px;
}

body.vehicules.annonce .thumb .badgecorner {
	position: absolute;
	padding: 0;
	width: 130px;
	height: 100px;
	margin-left: 35px;
	margin-top: 20px;
}

#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;
	}


body.annonce #content .thumb {
	width: 200px;
	height: 150px;
	float: left;
	margin: 10px;
}
body.annonce #content .thumb a {
	cursor: url(img/zoomin.cur), default;
}



/* sidebar 2 */
	#sidebar {
		width: 210px;
		margin: 0;
		margin-top: 40px;
		margin-left: -15px;
		margin-right: 5px;
		padding: 2px;
		float: left;
		border: 1px solid #300;
	}
		#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: #933;
			color: #fc6;
		}
		#sidebar a:hover {
			background-color: #fc6;
		}
		#sidebar li ul {
			padding-left: 0;
			margin-left: 0;
			display: none;
		}
		#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.dataplate #sidebar li.dataplate ul,
		body.technique.schema #sidebar li.schema ul,
		body.technique.production #sidebar li.production ul,
		body.technique.bodybucktag #sidebar li.bodybucktag ul,
		body.technique.options #sidebar li.options ul,
		body.technique.evolutions #sidebar li.evolutions ul {
			display: block;
		}

body.technique.dataplate #sidebar li.dataplate a,
body.technique.schema #sidebar li.schema a,
body.technique.production #sidebar li.production a,
body.technique.bodybucktag #sidebar li.bodybucktag a,
body.technique.options #sidebar li.options a,
body.technique.evolutions #sidebar li.evolutions a {
	font-weight: bold;
}
body.technique.dataplate.dataplate-1964 #sidebar li.dataplate li.dataplate-1964 a,
body.technique.dataplate.dataplate-1965 #sidebar li.dataplate li.dataplate-1965 a,
body.technique.dataplate.dataplate-1966 #sidebar li.dataplate li.dataplate-1966 a,
body.technique.dataplate.dataplate-1967 #sidebar li.dataplate li.dataplate-1967 a,
body.technique.dataplate.dataplate-1968 #sidebar li.dataplate li.dataplate-1968 a,
body.technique.dataplate.dataplate-1969 #sidebar li.dataplate li.dataplate-1969 a,
body.technique.dataplate.dataplate-1970 #sidebar li.dataplate li.dataplate-1970 a,
body.technique.dataplate.dataplate-1971 #sidebar li.dataplate li.dataplate-1971 a,
body.technique.dataplate.dataplate-1972 #sidebar li.dataplate li.dataplate-1972 a,
body.technique.dataplate.dataplate-1973 #sidebar li.dataplate li.dataplate-1973 a,

body.technique.schema.serrage #sidebar li.schema li.serrage a,
body.technique.schema.carrosserie #sidebar li.schema li.carrosserie a,
body.technique.schema.lubrification #sidebar li.schema li.lubrification a,
body.technique.schema.moteur #sidebar li.schema li.moteur a,
body.technique.schema.chassis #sidebar li.schema li.chassis a,
body.technique.schema.chauffage #sidebar li.schema li.chauffage a,

body.technique.options.options-1964-1965 #sidebar li.options li.options-1964-1965 a,
body.technique.options.options-1966 #sidebar li.options li.options-1966 a,
body.technique.options.options-1967 #sidebar li.options li.options-1967 a,
body.technique.options.options-1968 #sidebar li.options li.options-1968 a,
body.technique.options.options-1969 #sidebar li.options li.options-1969 a,
body.technique.options.options-1970 #sidebar li.options li.options-1970 a,
body.technique.options.options-1971 #sidebar li.options li.options-1971 a,
body.technique.options.options-1972 #sidebar li.options li.options-1972 a,
body.technique.options.options-1973 #sidebar li.options li.options-1973 a,

body.technique.evolutions.evolutions-1964-1966 #sidebar li.evolutions li.evolutions-1964-1966 a,
body.technique.evolutions.evolutions-1967-1968 #sidebar li.evolutions li.evolutions-1967-1968 a,
body.technique.evolutions.evolutions-1969-1970 #sidebar li.evolutions li.evolutions-1969-1970 a,
body.technique.evolutions.evolutions-1971-1973 #sidebar li.evolutions li.evolutions-1971-1973 a {
	color: #933;
	background-color: #fc6;
}

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