@CHARSET "UTF-8";

/*
Paramètres généraux
*/
body {
	margin: 0 auto;
	width: 990px;
	font-size: 0.8em;
	font-family: arial, sans-serif;
	background: #CCC;
}

* {
	margin: 0; padding: 0;	
}

img {
	border: 0;
}

#top_links a:hover, #bottom_links a:hover {
	text-decoration: underline;	
}

p.error {
	padding: 15px 5px;
	font-size: 0.9em;
	font-weight: bold;
	color: #C22;
}

acronym {
	border: none;
}

#content p.thin { background: url(../images/pages/thin_promo.png) no-repeat top right; }
#content p.mean { background: url(../images/pages/mean_promo.png) no-repeat top right; }
#content p.significant { background: url(../images/pages/significant_promo.png) no-repeat top right; }

#indicator {
	position: fixed;
	-position: absolute;
	/position: absolute;
	right: 1em;	top: -50px;
	smaller; font-style: italic; font-family: sans-serif; color: gray;
	background: url(../images/header/spinner.gif) no-repeat left center; padding-left: 25px;
	z-index: 500;
}

#content h2 {
	font-size: 1.3em;	
}

/*
Positionnement
*/

#top_links {
	top: 0;
	width: 990px; height: 1.2em;
	float: left;
	background: #757575;
}

#header {
	width: 990px;
	background: white url(../images/header/header_background.jpg) no-repeat;
	float: left;
}

#main {
	position: relative;
	background: white url(../images/header/bottom_background.jpg) no-repeat bottom right;
	float: left;
	z-index: 10;
}

#main.vehicule {
	background: white url(../images/header/top_background.png) no-repeat;
	-background: white url(../images/header/top_background.gif) no-repeat;
}

#background {
	background: url(../images/header/top_background.png) no-repeat;
	-background: url(../images/header/top_background.gif) no-repeat;
	position: absolute;
	top: 0; left: 0;
	clear: both;
	width: 990px; height: 1100px;
}

#top_search {
	background: url(../images/header/search_background.png) repeat-y;
	-background: url(../images/header/search_background.gif) repeat-y;
	border-bottom: 1px dashed #666;
	margin-top: 1px; padding: 0.5em;
	position: relative;
}

#menu {
	float: left;
	width: 210px;
	padding: 20px;
	-padding: 20px 10px;
	position: relative;
}

#content {
	position: relative;	
}

#bottom_search {
	padding: 0.4em 0;	
}

/*
Messages d'erreur
*/

#form_messages {
	z-index: 1001;
	position: fixed;
	-position: absolute;
	top: 60px;
	left: 50%;
	width: 50em;
	margin-left: -25em; padding: 1em 0;
	text-align: center;
	opacity: 0.9; filter: alpha(opacity=90);
	font-weight: bold;
}

#form_messages p {
	margin: 0;
}

#form_messages.error {
	background: #FCC;
	border: 1px solid red;
}

#form_messages.confirm {
	background: #CFC;
	border: 1px solid green;
}

/*
Liens de haut de page
*/

#top_links ul {
	float: left;
	list-style: none;
	width: 960px; margin: 0 20px;
}

#top_links li {
	float: left;
	margin: 0 auto;
	width: 160px;
}

#top_links li a {
	background: url(../images/header/links_chip.gif) no-repeat left;
	padding-left: 20px;
	font-size: 0.85em;
	display: block;
	color: white; text-decoration: none; font-weight: bold;
}

/*
Header / Titres
*/

#header div {
	float: left;
	position: relative;
	margin: 14px 10px 41px;
}

#header h1 a {
	width: 305px;
	height: 32px;
	background: url(../images/header/logo.jpg) no-repeat;
	overflow: hidden;
	display: block;
	text-indent: 2000px;
	line-height: 50em;
}

#header h2 {
	clear: left;
	font-size: 0.8em;
	color: #ACACAC;
	text-align: right;
}

#header p {
	float: left;
	width: 600px;
	margin-top: 0.5em;
	text-align: center;
	color: #6DA11B;
	font-size: 2em; font-weight: bold;
}

#header p span {
	display: block;
	text-indent: 10em;
}

/*
Liste des marques
*/

ul.brands_list {
	clear: left;
	display: table;
	/float:left;
	border-collapse: collapse;
	list-style: none;
	width: 986px;
	/width: 990px;
	margin-left: 1px;
}

ul.brands_list li {
	background: #E0E1E1 url(../images/header/brands_list_background.gif) repeat-x;
	border: 2px solid #C0C0C0;
	/border-right: 0;
	float: inherit;
	/float: left;
	display: table-cell;
	text-align: center;
}

ul.brands_list li.last {
	border-right: 2px solid #C0C0C0;	
}

ul.brands_list li a {
	display: block;
	font-size: 0.9em; font-weight: bold; text-decoration: none;
	color: #666;
	padding: 0.7em 0.4em;
	/padding: 0.7em 0.6em;
}

ul.brands_list li.french a {
	color: #EA841F;
}

ul.brands_list li a:hover {	
	background: #EA4;
	color: #EEE;
}

/*
Moteurs de recherche
*/

form.search {
	margin-left: 12em;	
}

form.search h3 {
	display: inline;
	font-size: 0.9em;
}

form.search p {
	display: inline;
	margin: 0 1.5em;
}

form.search p input[type=image] {
	vertical-align: middle;	
}

/*
Menu de droite
*/

#menu div.fieldnotset {
	border: 1px solid #999;
	margin: 1em 0;
	background: white;
}

#menu h3 {
	margin-top: -0.8em; margin-left: 10px;
	float:left;
	color: #556677;
	font-size: 1.1em;
	font-variant: small-caps;
}

#menu h3 span {
	padding:0 0.2em;
	background-color: white;
}

#menu #estimate h3 {
	font-size: 1.1em;
	margin: 0;
	float: inherit;
}

#estimate img {
	display: block;	
}

#menu ul, #vehicule_menu ul {
	clear: left;
	list-style: url(/images/header/menu_chip.png);
	list-style: url(/images/header/menu_chip.gif);
	margin: 0.5em 10px 0.5em 25px;
	color: #556677;
}

#menu ul span, #vehicule_menu ul span {
	font-weight: bold;
	color: #539B26;
}

#map p{
	text-align: center;
}

#newsletter p.span {
	clear: left;
	font-weight: bold;
	color: #539B26;
	padding: 0.2em 0.8em;
}

#newsletter p {
	color: #556677;
	padding: 0.2em 0.8em;
}

#newsletter p input[type=image] {
	vertical-align: bottom;
}

/*
Liens de bas de page
*/

#bottom_links {
	background: #747575;
	float: left;
	width: 990px;
}

#bottom_links p {
	float: left;
	width: 240px;
	padding: 1.5em 0;
	text-align: center;
}

#bottom_links ul {
	float: left;
	width: 320px;
	list-style: none;
	border-left: 2px solid #CCC;
	padding-left: 10px;
}

#bottom_links ul li {
	padding: 0.4em;
}

#bottom_links ul a {
	text-decoration: none;
	color: white;
	font-size: 0.85em;
}
