
html {
	background-image: url("../images/fond.png");
	font: 14px Verdana, sans-serif;
	color: black;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 770px;
}

div#header {
	position: relative;
	background-image: url("../images/top.png");
	background-repeat: no-repeat;
	padding-top: 1px;
}

div#header a#home-link {
	position: absolute;
	top: 5px;
	left: 20px;
}

div#header #loginBox {
	height: 25px;
	margin-top: 147px;
	margin-bottom: 0;
	background-image: url("../images/connexion.png");
	background-repeat: no-repeat;
	padding: 4px 0 0 410px;
	font-size: 11px;
	color: white;
}

div#header input { border: 1px solid black; font-size: 11px; }

div#header a { 	font-size: 12px; 	color: white; ;text-decoration: underline}


div#center {
	background: #C2C2C2 url("../images/back.jpg") no-repeat scroll top right;
	border: 1px solid #777777;
	border-top: 0;
	margin-bottom: 5px;
}

div#menu {
	float: left;
	width: 146px;
}
div#menu ul {
	background: transparent url("../images/bas.png") no-repeat scroll left bottom;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 18px;
}

div#menu img { border: none; }
div#menu ul img { vertical-align: bottom; }

div#menu div#menu\.logos {
	margin: 10px auto;
	font: 12px Arial, sans-serif;
	text-align: center;
}

div#center div#middle {
	float: right;
	width: 613px;
	padding: 5px 5px 5px 0;
	font-size: 11px;
	border-left: 1px black dotted;
}

div#footer {
	margin-bottom: 15px;
	font-size: 12px;
	text-align: center;
}

#promotion{
		background-image: url("../images/tireback.png");
		background-repeat: no-repeat;
	}
	
	td.head { background-color:#999999; font-size:10pt; font-weight:bold; color:#FFFFFF;}
td.2head { background-color:#FDCE26; font-size:10pt; font-weight:bold; color:#000000;}
td.orangehead { background-color:#FFFFFF; font-size:10pt; color:#000000;}
A.orangehead {  font-size:10pt; color:#000000;text-decoration: underline;font-weight:bold}
td.greyhead { background-color:#CCCCCC; font-size:10pt; font-weight:bold; color:#000000;}
td.min { background-color:#FFFFFF; font-size:8pt; color:#000000;}


