/*
	Trets Auto Import
	Définition des feuilles de style pour affichage écran
	Auteur : Cécile Roussel - Alliances Consultant

	Couleurs de base :
	
	Bleu marine :      #021F3A
	Bleu moyen :       #0B3358
	Bleu moyen clair : #6598C7
	Bleu clair :       #A0BEDC
	Rouge :            #C00000
	Gris :             #C4C4C4
	Marron :           #A67314
	Marron clair :     #F8E5C0

*/


/* Définitions générales */

body, body div, body p, body th, body td, body li, body dd {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {
	font-size: small;
}

body {
	background-color: #021F3A;
	color: #000;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-align: center; 						/* Bug IE */
	margin: 4px 10px;
	padding: 0;
}


/* Propriétés par défaut des tags HTML */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
	border: 0;
}

h1 {
	font: bold 115% Arial, Helvetica, sans-serif;
	color: #021F3A;
	padding: 0 2px 4px 36px;
	margin: 0 0 20px 0;
	background-position: 0% 10%;
	background-repeat: no-repeat;
	background-image: url("../img/puce.gif");
	border-bottom: 1px solid #021F3A;
}

h2 {
	color: #021F3A;
	font-size: 100%;
	margin-top: 1.8em;
	margin-bottom: 0.8em;
}

a {
	color: #A67314;
	text-decoration: none;
}

a:hover {
	color: #A0BEDC;
	text-decoration: none;
}

form {
	margin-top: 10px;
	padding-top: 20px;
}

input {
	font-size: 100%;
	margin: 2px 0 6px 0;
}

select, option {
	font-size: 100%;
}


/* Définitions particulières */

	/* Conteneurs */

	#page {
		width: 760px;
		margin: 0 auto;
		text-align: left;
		color: #FFF;
		background-color: #0B3358;
		border: 1px solid #C4C4C4;
	}

	#bandeau {
		height: 70px;
		background-image: url(../img/bck.bandeau.gif);
	}

	#bandeau-print {
		display: none;
	}

	#voiture {
		height: 40px;
		background: #0B3358;
	}

	#allmenu {
		margin-left: 10px;
		margin-right: 10px;
		height: 16px;
	}

	#menu {
		font-size: 85%;
		font-weight: bold;
		color: #FFF;
		background: #0B3358;
		padding-bottom: 4px;
	}

	#menu li {
		padding-left: 5px;
	}

	#centre {
		height: 300px;
		background-image: url(../img/bck.home.gif);
		border-top: 1px solid #C4C4C4;
		border-bottom: 1px solid #C4C4C4;
	}

	#corps {
		font-size: 85%;
		background-repeat: repeat-x;
		background-color: #FFF;
		border-top: 1px solid #C4C4C4;
		border-bottom: 1px solid #C4C4C4;
		padding: 0;
	}

	#chemin {
		font-size: 100%;
		color: #021F3A;
		text-align: right;
		padding: 4px 30px 0px 30px;
	}

	#texte {
		font-size: 100%;
		color: #021F3A;
		padding: 0px 30px 20px 30px;
	}

	#marques {
		color: #C4C4C4;
		background: #0B3358;
		text-align: center;
		padding-left: 10px;
		padding-bottom: 6px;
	}

	#pied {
		font-size: 70%;
		font-weight: bold;
		color: #021F3A;
		background: #FFF;
		padding: 1px 4px 1px 4px;
		border-top: 1px solid #C4C4C4;
	}

	#pied-print {
		display: none;
	}

	#copyright {
		width: 764px;
		margin: 0 auto;
		padding: 6px 0 0 0;
		color: #C4C4C4;
		background: #021F3A;
	}

	#copyright-print {
		display: none;
	}

	/* Titres */

	h1.admin {
		font: bold 115% Arial, Helvetica, sans-serif;
		color: #021F3A;
		padding: 0 2px 4px 36px;
		margin: 20px 0 10px 0;
		background-position: 0% 10%;
		background-repeat: no-repeat;
		background-image: url("../img/puce.gif");
		border-bottom: 1px solid #021F3A;
	}

	/* Textes */

	.erreur {
		font-size: 100%;
		color: #C00000;
		font-weight: bold;
	}
	
	.centre {
		text-align: center;
	}

	p.blanc {
		padding-bottom: 200px;
	}
	
	.normal {
		font-weight: normal;
	}
	
	#texte p {
		font-size: 100%;
		margin-top: 0;
		margin-bottom: 1.2em;
	}

	p.menuadmin {
		padding-bottom: 10px;
	}

	p.centre {
		text-align: center;
		margin-top: 14px;
	}

	p.pub {
		margin-top: 14px;
		text-align: center;
		color: #C00000;	
		font-weight: bold;
	}

	div.pub {
		margin-left: 20px;
	}

	form {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	input.pub {
		font-size: 110%;
		color: #C00000;	
		font-weight: bold;
		border: 0;
	}

	#marques p {
		font-size: 85%;
	}

	#pied div {
		float: right;
		font-size: 100%;
		font-weight: bold;
	}

	#pied p.tva {
		font-size: 100%;
		text-align: center;
		margin : 2px 0 2px 0;
		padding: 0;
	}

	/* Liens */
	
	#chemin a { color: #A67314; text-decoration: none; }
	#chemin a:hover { color: #A0BEDC; text-decoration: none; }

	a.neutre, #pied a.neutre { color: #021F3A; text-decoration: none; }
	a.neutre:hover { color: #6598C7; text-decoration: none; }

	a.neutre2 { color: #C4C4C4; text-decoration: none; }
	a.neutre2:hover { color: #C4C4C4; text-decoration: none; }

	#pied a { color: #A67314; text-decoration: none; }
	#pied a:hover { color: #6598C7; text-decoration: none; }

	#copyright a { color: #C4C4C4; text-decoration: underline; }
	#copyright a:hover { color: #FFF; text-decoration: none; }
	
	/* Séparateurs */
	
	.spacer { clear: both; height: 2px;}

	div.sep-gris	{ margin: 0; padding: 0; height: 1px; background: url("../img/sep-gris-rcz.gif") no-repeat; }
	div.sep-gris hr { display: none; }

	div.hcorps	{ margin: 0; padding: 0; height: 21px; background: url("../img/haut.gif"); }
	div.hcorps hr { display: none; }

	div.bcorps	{ margin: 0; padding: 0; height: 21px; background: url("../img/bas.gif"); }
	div.bcorps hr { display: none; }

	/* Images */
	
	div.imgright {
		float: right;
		padding: 0;
		margin: 0 0 10px 10px;
	}

	div.imgleft {
		float: left;
		padding: 0;
		margin: 0 20px 10px 0;
	}

	div.imgright img, div.imgleft img {
		border: 1px solid #021F3A;
	}

	img.bleu {
		border: 1px solid #021F3A;
	}

	img.slogan {
		padding-left: 86px;
	}
	
	img.haut {
		border: 0;
		margin-left: 335px;
		margin-top: 4px;
		margin-bottom: 10px;
  }

	/* Tables */

	td.gauche {	text-align: left; }
	td.droite { text-align: right; }
	td.milieu { text-align: center; }

	#bandeau table, #voiture table {
		border-collapse: collapse;
		width: 100%;
	}
	
	td.bandeau_1 {
		text-align: center;
		width: 280px;
	}

	td.bandeau_2 {
  	background-image: url(../img/rcz-1.gif);
		width: 240px;
	}

	td.bandeau_3 {
		text-align: center;
	}

	td.bandeau_4 {
  	background-image: url(../img/rcz-2.jpg);
		height: 40px;
	}

	#texte table td p {
		font-size: 85%;
	}

	#texte table td h2 {
		font-size: 85%;
	}

	#centre table {
		border-collapse: collapse;
		width: 100%;
    position:relative;
    top: 50%;
    height: 300px;
    margin-top: -150px;
  }

	#centre table td {
		color: #021F3A;
		width: 50%;
	}

	#centre table td p {
		font-size: 85%;
		padding-right: 40px;
		margin: 8px 0 8px 0;
	}

	td.garage1 {
  	background-image: url(../img/garage1.gif);
		background-repeat: no-repeat;
		height: 50px;
		padding: 0;
	}

	td.garage2 {
  	background-image: url(../img/garage-auto-import.jpg);
		background-repeat: no-repeat;
		height: 189px;
		padding: 0;
	}

	td.garage3 {
  	background-image: url(../img/garage-rcz.gif);
		background-repeat: no-repeat;
		height: 61px;
	}

	#copyright table {
		border-collapse: collapse;
		width: 100%;
	}

	#copyright table td p {
		text-align: center;
		font-size: 85%;
		color: #C4C4C4;
		margin: 0;
	}
	
	table.data th {
		font-size: 100%;
		color: #FFF;
		background-color: #0B3358;
		padding: 2px 6px 2px 6px;
	}

	table.data td {
		font-size: 100%;
		color: #021F3A;
		background-color: #E8F1F8;
		padding: 2px 6px 2px 6px;
	}

	table.data td.gras {
		font-weight: bold;
	}

	table.data td.centre {
		text-align: center;
	}

	table.data td.legende {
		background-color: #FFF;
	}

	table.data td.inter {
		width: 40px;
		background-color: #FFF;
	}

	table.data td.action {
		text-align: center;
		background-color: #E8F1F8;
		padding: 2px 6px 2px 6px;
	}

	table.data td.nouveau {
		background-color: #BDD3E7;
	}

	table.data form {
		margin: 0;
		padding: 0;
	}

	table.data form input {
		margin: 0;
		padding: 0;
	}
	
	table.data td.ww {
		width: 90px;
	}

	table.vehicule {
		margin: auto;
		width: 600px;
	}

	table.vehicule th {
		font-size: 100%;
		text-align: center;
		color: #FFF;
		background-color: #0B3358;
		padding: 6px 2px 6px 2px;
	}

	table.vehicule td {
		font-size: 100%;
		color: #021F3A;
		background-color: #E8F1F8;
		padding: 0 10px 0 10px;
	}

	table.vehicule td.titre {
		text-align: left;
		vertical-align: bottom;
		background-color: #FFF;
		padding: 0;
	}

	table.vehicule td.image {
		text-align: right;
		vertical-align: bottom;
		background-color: #FFF;
		padding: 2px 0 0 10px;
	}

	table.formulaire th {
		font-size: 100%;
		color: #FFF;
		background-color: #0B3358;
		padding: 4px 20px 4px 20px;
	}

	table.formulaire td {
		font-size: 100%;
		font-weight: bold;
		background-color: #E8F1F8;
		padding: 4px 10px 4px 10px;
	}

	table.formulaire td.normal {
		color: #021F3A;
	}

	table.formulaire th.erreur {
		color: #C00000;
	}

	table.formulaire td select {
		margin-top: 4px;
	}

	table.formulaire td input {
		vertical-align: middle;
	}

	table.accessoires td {
		width: 500px;
		margin: auto;
		font-size: 100%;
		font-weight: bold;
		text-align: center;
		vertical-align: top;
		padding: 4px 20px 4px 20px;
	}

	/* Listes */
	
	ul.tabnormal li {
		font-size: 85%;
		list-style-type: square;
		margin-left: 40px;
	}

	ul.normal li {
		font-size: 100%;
		list-style-type: square;
		margin-left: 40px;
	}

	ul.normal2 li {
		font-size: 100%;
		list-style-type: disc;
		margin-left: 60px;
	}

	ol.normal li {
		font-size: 100%;
		list-style-type: decimal;
		margin-left: -18px;
	}

	ol.normal2 li {
		font-size: 100%;
		list-style-type: decimal;
		margin-left: -10px;
		padding-bottom: 6px;
	}

	/* Formulaires */
	

