﻿html {
	overflow-y: scroll !important;
	overflow : auto;
}

body {
	font: small Verdana;
	background: #ADD6F4 url(degrad.jpg) repeat-x;
	padding: 0;
	margin: 0;
}

/* Partie Header (Menu & Logo): */

#header {
	position: relative;
	background: url(menu.png) repeat-x;
	height: 170px;
}

#bezier {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 132px;
	height: 94px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties);
}

#logo {
	position: absolute;
	bottom: 25px;
	left: 50px;
	width: 132px;
	height: 133px;
}

#menu {
	position: absolute;
	bottom: 25px;
	right: 70px;
	color: white;
	font-weight: bold;
	font-size: medium;
}

#menu a {
	color: white;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	position: relative;
}

#language {
	position: absolute;
	top: 12px;
	right: 50px;
	color: white;
	font-weight: bold;
}

#language a {
	color: white;
	font-weight: bold;
}

/* Partie Contenu: */

#content {
	margin: 0 100px 0 100px;

}

h1 {
	font-family: Palatino, Georgia, serif; /* Sinon Arial ou Times ? */
	font-size: x-large;
	font-weight: normal;
	color: rgb(35,35,35);
	border-bottom: 1px dotted black;
	margin-top: 15px;
}

.photos {
	width: 120px;
	padding: 0 0 0 7px;
}

.photos img {
	border: 1px solid white;
	width: 118px;
	height: 118px;
	margin: 0 0 4px 0;
}

#texte {
	text-align: justify;
	padding: 0 10px 0 0;
}

table, td {
	border-spacing : 0px;
	padding: 0;
	margin: 0;
	vertical-align: top;
}



ul {
	list-style: square outside url(puce.gif);
	color: #006699;
	margin: 0;
	padding: 0 0 0 35px;
}

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

a:hover, a:active, a:focus {
	outline-style:none;
}

a:hover {
	color: rgb(35,35,35);
	text-decoration: none;
}

#searchtable td {
	padding-right: 50px;
}

#mapdivision {
	width: 277px;
	height: 365px;
	border: 1px solid black;
	position: relative;
	background: #002639;
}

#mapdivision img {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
}

.dealer {
	border-left: 1px dotted rgb(35,35,35);
	padding: 1px 0 1px 6px;
	margin: 0 0 8px 0;
}

.dealer .name {
	font-weight: bold;
}

.dealer a {
	color: blue;
	text-decoration: none;
}

#popup {
	display: none;
	position: absolute; 
	top: 0; 
	left: 0; 
	left: 50%;
	top: 50%;
	width: 350px;
	height: 150px;
	margin-top: -150px;
	margin-left: -175px;
	border: 3px solid #56739A;
	background-color: #EFEFEF;
	padding: 10px;
	color: #56739A;
	font-weight: bold;
	z-index:2;  
}

#backgroundPopup {
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height: 100%;  
	width: 100%;  
	top: -5px;
	left: -5px;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
}
