@charset "utf-8";
/* CSS Document */


/* COLOR PALETTE :
	Bleu moyen : #46708C
	Bleu foncé : #0B1F26
	Gris pâle  : #A6A6A6
	Gris foncé : #595959
	Jaune-vert : #A68200
	Vert olive : #594600
	*/

* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body { background: #ffffff; font-family: Arial, Helvetica, sans-serif; color: #002d62; font-size: 1.4em; text-align: center; }

h1, h2, #footer, #searchoptions, #searchresults, .keeperlink, #vehiclefile { width: 620px; margin: auto; text-align: left; }
form { display: inline; margin: 0; }

h1 { padding: 24px 0 24px 0; }
h2 { font-size: 1.0em; background: #bbbbbb; color: #ffffff; padding: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; margin-bottom: 12px; font-weight: normal; }
h2 strong { font-weight: bold; font-size: 1.2em; }
h3 { margin-bottom: 6px; text-transform: lowercase; font-family: Century Gothic; font-weight: bold; color: #666666; }
form { padding: 12px 0 24px 0; }

a { color: #002d62; }
a:hover { color: #0099CC; }

form input { font-size: 1.4em; font-weight: bold; color: #002d62; padding: 4px; }
form select { font-size: 1.2em; color: #666666; padding: 4px; }

#models { float: left; padding: 0 24px 12px 0; }
#models label { text-transform: uppercase; color: #666666; line-height: 2; }
#year { float: right; }
#year label { font-size: 1.4em; text-transform: lowercase; padding: 6px; color: #999999; }
#submit { clear: both; text-align: right; padding: 12px 0 12px 0; }
#submit input { font-size: 1.6em; height: 50px; width: 100px; }

#searchresults th { text-align: center; border-bottom: 2px solid #002d62; font-size: 1.2em; font-weight: bold; font-family: Century Gothic; text-transform: lowercase; }
#searchresults td { padding: 6px 3px 6px 3px; border-bottom: 1px solid #999999; border-right: 1px dotted #cccccc; }
#searchresults tr:hover { background-color: #dddddd; }
#searchresults a { font-weight: bold; }

.keeperlink { margin-bottom: 12px; text-align: right; font-weight: bold; }

#vehiclefile_title { background-color: #662266; font-weight: normal; }
#vehiclefile_title strong { font-weight: bold; font-size: 1.4em; }
#vehiclefile_price { border: 0; background-color: #ffffff; text-align: right; margin: 6px 0 6px 0; }
#vehiclefile_price strong { font-size: 1.2em; font-weight: bold; color: #336600; }
#vehiclefile_left { float: left; width: 48%; }
#vehiclefile_right { float: right; width: 48%; }

#vehiclefile p, .vehiclefile_table { margin: 6px 0 12px 0; border-style: solid; border-color: #999999; border-width: 1px 0 1px 0; background-color: #dddddd; text-align: left; color: #000000; }
#vehiclefile p { padding: 6px 3px 6px 3px; }
.vehiclefile_table { width: 100%; }
.vehiclefile_table td { padding: 2px; background-color: #dddddd; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }
#vehiclefile .label { width: 140px; padding-right: 6px; margin-right: 6px; border-right: 1px solid #ffffff; text-transform: uppercase; font-size: 0.8em; color: #666666; }
#vehiclefile hr { clear: both; color: #ffffff; margin-bottom: 12px; }

#footer { font-size: 0.8em; color: #666666; text-align: center; border-top: 1px dotted #666666; padding: 12px 0 12px 0; }
#footer { color: #002d62; }

#gardien { padding: 24px; }
#gardien h2 { width: 90%; text-align: center; }
#gardien h2 a { color: #ffffff; }
#gardien p { padding: 6px 0 6px 0; text-align: center; }
#gardien p.tel { line-height: 1.5; }
#gardien p.tel strong { letter-spacing: 1px; font-size: 1.2em; }