/**********************************************/
/*    Garage de la Mine - Renault - 2006      */
/**********************************************/

body { 
	margin: 0; 
	padding: 0; 	
	font-size: 100%;
	text-align: left; 
	background: #e0e0e0;
	color: #333;
}


/* Style general */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

p, ul, p a, h2 {font-family: Arial, Helvetica, sans-serif}

form {font-family: Arial, Helvetica, sans-serif;}

input {
	border:1px solid black;
	background-color: #e0e0e0;
	color: black;
}

textarea {
	border:1px solid black;
	background-color: #e0e0e0;
}

/* Véhcules d'occasions */
#occ {
	padding-left: 5px;
}

#occ table {
	border:1px solid black;
	background-color: #e0e0e0;
	border-collapse: collapse;
}

#occ td {
	border:1px solid white;
	padding-left: 2px;
	padding-right: 2px;
}

.head {
	background-color: #fdda00;
	border-color:black;
	text-align: center;
	font-size: 0.90em;
	font-style: italic;
	font-weight: bold;
}

.tail {
	background-color: #fdda00;
	border-color:black;
	text-align: left;
	font-size: 0.80em;
	font-style: italic;
}

.paire {
	background-color: #ffe266;
	font-family: Arial, Helvetica, sans-serif;
}
.pairevendue {
	background: url("images/vendue1.jpg") repeat;
	font-family: Arial, Helvetica, sans-serif;
}

.impaire {
	background-color: #ffe250;
	font-family: Arial, Helvetica, sans-serif;
}
.impairevendue {
	background: url("images/vendue2.jpg") repeat;
	font-family: Arial, Helvetica, sans-serif;
}


/* Styles d'entetes */
h1 {
	margin-left: 10px;
	font-family: Georgia, serif;
	color: #333;
	font-weight: normal;
	margin-left: 10px;
	font-size: 2.25em;
}

/* Bande noire */
h2 {
	margin: 0;
	padding-left: 10px;
	font-size: 0.75em;
	background-color: #333;
	color: #fff;
	line-height: 2.0em;
} 

/* Titres divers */
h3, h4, h5 {
	font-family: Georgia, serif; 
	margin: 20px 0 0 10px;
}

h3 {
	font-size: 1.25em; 
	line-height: 1.25em; 
	font-weight: normal;
}


/* Styles du texte */
p {
	margin: 10px;
	font-size: 0.70em;
	line-height: 1.75em;
}

ul {
	margin-left: 10px; 
	font-size: 0.70em; 
	line-height: 1.75em; 
	list-style: inside square;
}


/* Styles des liens */
a {color: #00A2FF; font-weight: bold; text-decoration: none}
a:link {color: #00A2FF; font-weight: bold; text-decoration: none}
a:hover {color: #333; font-weight: bold; text-decoration: none}


/* Les divs */
#container {
	margin:0 auto 0 auto;
	width: 800px;
	background: #fff;
	overflow: hidden
}

#topbar {
	width: 800px;
	height: 25px;
	background: #333
}
	
	
#hdr {
	width: 800px;
	height: 4.5em;
	line-height: 4.5em;
	background: #fdda00
}

#navbar {
	width: 800px;
	height: 1.75em; 
	background: #f0f0f0;
}

#siteimg {
	width: 800px;
	height: 100px;
	background: url('images/garagedelamine_ban_new.jpg') #fff;
	background-repeat: no-repeat;
}

#lftcol {
	float: left;
	width: 190px;
	background: transparent;
	overflow: hidden
}

#rgtcol {
	float: left;
	width: 610px;
	background: transparent;
	overflow: hidden
}

#rgtcol p {font-size: 0.80em;}

#copyrightbar {
	float: left;
	width: 800px;
	height: 3em;
	line-height: 3em;
	background: #fff;
	overflow: hidden
}

#webmaster {
	float: left;
	width: 800px;
	overflow: hidden;
	background: #e0e0e0;
	font-size: 0.85em;
}


/* Menu navigation */
#nav ul {display: inline}

#nav li {display: inline}

#nav a {
	line-height: 30px;
	margin-left: 10px; 
	display: inline;
	font-weight: bold
}

#nav a span {color: #333}

/* Main */
#main{
	font-family: Times, Helvetica, sans-serif;
}

#main ul{
	margin-left: 10px; 
	font-size: 0.8em;
	padding-left: 15px;
}

#main li{
	list-style-type: none;
	background-image: url(images/pucerenault.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 2.5em;
	font-weight: bold
}


/* Images */
img.rightimg {float: right; margin-left: 10px}
img.leftimg {float: left; margin-right: 10px}


.link a{
	font-size: 9px;
	font-weight: bold;
	color: #CCC2D1;
	text-decoration: none;
}