body {
	background-color: #f3f3f3;
	margin: 0px;
	text-align: center;
	background-image: url('images/back.png');
	background-repeat: repeat-x;
}

#body{
	text-align: left; /* pour annuler l'heritage de text-align:center de BODY */
	margin: auto; /* auto pour centrer horizontalement la boite dans BODY pour les navigateurs autres que IE/WIN */
	margin-top: 0px;	
	padding: 0;
	width: 800px; /* ou 100% pour largeur fluide pleine largeur */
	max-width: 800px;
}

#banner{
	/* border: 1px solid #000000; */
}

#page{
	background-color: #f3f3f3;
	padding: 10px 25px 10px 25px;
	margin-top: 0px;
	border: 1px solid black;
	float: left;
	min-height: 500px;
	text-align: center;
	width: 748px;
	//width: 800px; /* For internet explorer */
}

#menu{
	position: relative;
	left: 120px;
	float: left;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}

#menu ul{
	float: left;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	line-height: 150%;
	text-align: center;
}

#menu li{
	float: left; /*pour IE*/
	text-align: center;
	margin-right: 3px;
}

#menu ul li a{
	display: block;
	float: left;   
	width: 90px;
	background-color: #b3b3b3;
	/* background-image: url('images/menu-back.png');*/
	/*background-color: #9b79ff;*/
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 3px;
	border-width: 0px;
	border-style: solid;
	/*pour avoir un effet "outset" avec IE :*/
	border-color: #DCDCDC #696969 #696969 #DCDCDC;
}

#menu ul li a:hover {
	/*background-color: #D3D3D3;*/
	background-color: #474747;
	/*background-image: url('images/menu-back-hover.png');*/
	border-color: #696969 #DCDCDC #DCDCDC #696969;
}

#menu a:link, #menu a:hover, #menu a:active, #menu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover {
	font-weight: bold;
	color: #ffffff;
}

#menu a:active{
}

#title{
	float: left;
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
	font-weight: bold;
	font-size: 14pt;
}

#details{
	float: left;
	text-align: center;
	padding: 10px 0 10px 0;
	line-height: 20pt;
}


#details_left{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11pt;
	width: 310px;
	text-align: left;
	padding-left: 50px;
	float: left;
}

#details_right{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11pt;
	width: 310px;
	text-align: left;
	float: right;
}


#text{
	font-size: 11pt;
	float: left;
	text-align: justify;
	max-width: 800px;
}

p#subtitle{
	margin: 15px 0 8px 0;
}

#links{
	float: left;
	width: 798px;
	border: 1px solid #222222;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	background-color: #f3f3f3;
	text-align: center;
	padding: 10px 0 10px 0;
}

#studio_solution{
	float: left;
	text-align: center;
	width: 798px;
	/*border-top: 1px solid #222222;*/
	padding: 10px 0 10px 0;
}


#text table{
	margin: 0 auto 0 auto;
	margin-top: 20px;
	border: 0px;
	empty-cells: show;
}

#text tr, #text td{
	border-top: 0pt solid black;
	border-right: 0pt solid windowtext;
	border-bottom: 0pt solid black;
	border-left: 0pt solid black;
	text-align: center;
}

#text th.manuf{
	width: 180px;
}

#text th.from{
	width: 80px;
}

#text th.to{
	width: 80px;
}

#text td.brand{
	text-align: left;
	font-weight: bold;
}

#text table.cars_list{
	width: 70%;
}

#text table.cars_list td{
	text-align: left;
}

#text table.cars_list, #text table.cars_list tr, #text table.cars_list td{
	border: 1px;
	text-decoration: none;
	line-height: 16pt;
}

p#title_keys{
	color: #003366;
	font-family: Verdana;
	font-size: 11pt;
	text-align: left;	
}

p#note{
	color: #003366;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}
