/* ------------------------------- */
/* -- Copyright 2009			-- */
/* ------------------------------- */

/* ------------------------------- */
/* -- STRUCTURE					-- */
/* ------------------------------- */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	font-size:12px;
	background-color:#FFF;
}

/* ------------------------------- */
/* -- WEBSITE					-- */
/* ------------------------------- */

div#page {
	/* Tous les browsers */
	height: auto !important; 
	/* Pour IE */
	height: 100%; 
	/* Tous les browsers */
	min-height: 100%; 
	position: relative;
	text-align: left;
	width:906px;
	padding:0px 18px;
	margin:0 auto 0 auto;
	background-image: url('../images/structure/background.jpg');
	background-repeat: repeat-y;
}

/* ------------------------------- */
/* -- COMMUN					-- */
/* ------------------------------- */

a { 
	color:#039;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#333;
}

h1 {
	color:#000;
	text-transform:uppercase;
	font-size:14px;
	padding-top:2px;
	margin-bottom:10px;
}

h2 {
	color:#666;
	text-transform:none;
	font-size:14px;
	text-decoration: underline;
	margin-bottom:5px;
}

h3 {
	color:#000;
	font-size:12px;
}

h4 {
	color:#999;
	font-size:12px;
}

hr {
	border:0px;  
    border-top:1px solid #EDEDED;  
    background:#FFF;  
    color:#FFF; 
    margin:10px 0px;
}

blockquote {
	padding-left:40px;
	font-style:italic;
	color:#666;
}

.alignleft {
	float:left;
	padding-top:2px;
	margin-right:5px;
	margin-bottom:1px;
}

.alignright {
	float:right;
	padding-top:2px;
	margin-left:5px;
	margin-bottom:1px;
}

.aligncenter {
	text-align:center
}

/* ------------------------------- */
/* -- FORM						-- */
/* ------------------------------- */

/* -- table		------- */

table.grey {
	background-color:#DDD;
	border:#CCC 1px solid;
	padding:5px;
}

th {
	font-weight:bold;
	padding:0px;
}

td {
	padding:0px;
}

/* -- fieldset	------- */

fieldset th {
	width:140px;
	white-space:nowrap;
}

fieldset {
	padding:10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}

legend {
	font-weight:bold;
}

/* -- warning	------- */

div.warning {
	background-color:#FEE;
	border:1px solid #F66;
	padding:4px;
	margin-bottom:10px;
}

/* -- input		------- */

input {
	border:1px solid #CCC;
	padding:2px;
	width:330px;
	margin-bottom:4px;
}

.auto {
	width:auto;
}

.mandatory {
	display:none
}

/* -- select	------- */

select {
	border:1px solid #CCC;
	padding:2px;
	width:185px;
	margin-bottom:4px;
}

/* -- textarea	------- */

textarea {
	border:1px solid #CCC;
	padding:2px;
	width:330px;
	margin-bottom:4px;
	height:140px;
}

/* ------------------------------- */
/* -- HEADER					-- */
/* ------------------------------- */

div#header {
	clear:both;
	position: relative;
	height:225px;
	background-repeat: no-repeat;
}

div#header a {
	display: block;
	height:225px;
	width:100%;
	background: transparent;
	color:#666;
}

/* ------------------------------- */
/* -- MENU						-- */
/* ------------------------------- */

div#menu {
	background: #EEE;
	height:30px;
	color:#666;
}

div#menu ul {
	list-style: none;
}

div#menu ul li {
	list-style: none;
	display: inline;
}

div#menu ul li a {
	display: block;
	float: left;
	padding:7px 20px;
	font-size: 14px;
	color:#666;
}

div#menu ul li a:hover, div#menu ul li .active {
	background: #FFF;
	color:#000;
}

/* ------------------------------- */
/* -- MAIN						-- */
/* ------------------------------- */

div#main {
	clear:both;
	padding-bottom:40px;
	display: table;
}
	
div#main div#left {
	padding:10px;
	display: table-cell;
	width:180px;
}

div#main div#left ul {
	list-style: none;
}

div#main div#left ul li {
	list-style: none;
}

div#main div#left ul li a {
	display: block;
	border-top:1px dotted #CCC;
	padding:5px 5px;
	color:#666;
	font-weight: bold
}

div#main div#left ul li a:hover, div#main div#left ul li a.active {
	color:#039;
}

div#main div#left ul ul {
	list-style: none;
}

div#main div#left ul ul li {
	list-style: none;
}

div#main div#left ul ul li a {
	display: block;
	padding:3px 5px 3px 20px;
	color:#666;
	border:0px;
	font-weight: normal;
}

div#main div#left ul ul li a:hover, div#main div#left ul ul li a.active {
	color:#039;
}
	
div#main div#content {
	padding:10px;
	display: table-cell;
	width:680px;
}
	
div#main div#content ul {
	margin-left:15px;
}
	
div#main div#content .gamme {
	text-align:center;
	width:670px;
}
	
div#main div#content .gamme td {
	text-align:center;
	padding:10px;
	margin-bottom: 15px;
}
	
div#main div#content .gamme a {
	text-transform:uppercase;
	display: block;
}
	
div#main div#content .car {
	text-align:left;
	width:670px;
}
	
div#main div#content .car td {
	text-align:left;
	padding:5px;
}
	
div#main div#content .car .picture {
	width:130px;
}
	
div#main div#content .car th {
	text-align:left;
	padding:5px;
	font-weight: bold
}
	
div#main div#content .car h2 a {
	color:#666;
}
	
div#main div#content .infos {
	padding:5px;
	background: #EEE;
	border:1px dotted #CCC;
	margin:5px 0px;
}

div#main .box_right {
	float:right
}

/* ------------------------------- */
/* -- FOOTER					-- */
/* ------------------------------- */

div#footer {
	clear:both;
	font-size:11px;
	height:5px;
	margin:-40px auto 0 auto;
	position:relative;
	bottom:0px;
	width:906px;
	padding:10px 18px;
}

* html div#footer {
	margin-top:-49px;
}

div#footer div#footer_content {
	background: #999;
	height:14px;
	padding:8px 5px;
}

div#footer div#footer_right {
	float:right;
}
