@charset "utf-8";
@import "html.css";
@import "home.css";
@import "datagrid.css";
@import "content.css";
@import "fiche.css";

/* CSS Document */

/* Shadow */
#shadow {
	margin-right: auto;
	margin-left: auto;
	width: 1002px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
/*	filter:alpha(opacity=65);-moz-opacity:0.7;opacity: 0.7;
*/}
#shadow .shadow_left {
	width: 6px;
	background-image: url(../../images/shadow_left_bg.gif);
	background-repeat: repeat-y;
}
#shadow .shadow_centre {
	background-color: #FFFFFF;
}
#shadow .shadow_right {
	width: 6px;
	background-image: url(../../images/shadow_right_bg.gif);
	background-repeat: repeat-y;
}

/* Top */
#top {
	background-color: #FFFFFF;
	width: 990px;
	position: relative;
	height: 90px;
}
#top #logo_dealer {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 450px;
	height: 85px;
}
#top #logo_seller {
	position: absolute;
	top: 0px;
	width: 400px;
	height: 85px;
	right: 10px;
}

/* Bottom */
#bottom {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}

/* Container */
#container {
	background-image: url(../../images/container_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#container_left {
	position: relative;
	width: 230px;
	float: left;
}
#container_main {
	float: right;
	width: 760px;
	background-color: #FFFFFF;
	position: relative;
}

/* Splash */
#splash {
	position: relative;
	width: 760px;
	overflow: hidden;
}
#splash_bottom {
	background-color: #9999a3;
	height: 20px;
}

/* Menu */
#menu {
	margin: 0px;
	padding: 0px;
}
#menu #menu_top {
	line-height: 20px;
	color: #FFFFFF;
	background-color: #b2b2b2;
	height: 20px;
	padding-left: 10px;
}

/* Navigation verticale */
/*#navigation {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#navigation a:link, #navigation a:visited {
	height: 20px;
	display: block;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	background-image: url(../../images/arrow_menu.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9EEF5;
	background-position: 10px;
}
#navigation a:hover {
	background-color: #A2BCD9;
}
#navigation .sub_menu {
	padding: 0px;
	margin: 0px;
}
#navigation .sub_menu a:link, #navigation .sub_menu a:visited {
	padding-left: 20px;
	background-image: url(../../images/arrow_sub_menu.gif);
	background-repeat: no-repeat;
}
#navigation .sub_menu a:hover {*/
/* } */
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#menu li 
{
	margin: 0px;
	padding: 0px;

}

#menu li a {
	height: 20px;
	display: block;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	background-image: url(../../images/arrow_menu.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9EEF5;
	background-position: 10px;
}
#menu li a:hover {
	background-color: #A2BCD9;
}
#menu ul ul {
	padding: 0px;
	margin: 0px;
}
#menu ul ul li a {
	padding-left: 20px;
	background-image: url(../../images/arrow_sub_menu.gif);
	background-repeat: no-repeat;
}
#menu ul ul li a a:hover {
}

/* Search */
#search {
	margin: 10px;
	padding: 0px;
	background-image: url(../../images/search_body_bg.gif);
	background-repeat: no-repeat;
	height: 287px;
}
#search_top {
	line-height: 20px;
	height: 20px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#search_content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#search select {
	width: 100%;
	margin-bottom: 3px;
}
#search table {
	padding-top: 3px;
	padding-bottom: 3px;
}
#search_link {
	padding-top: 5px;
	padding-bottom: 5px;
}
#search_link a:link, #search_link a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#search_link a:hover {
	text-decoration: none;
}

/* Footer */
#footer {
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	height: 40px;
}
#footer_credits {
	position:absolute;
	left:10px;
	top:10px;
	width:250px;
	z-index:1;
}
#footer_credits a:link, #footer_credits a:visited {
	color: #FFFFFF;
}
#footer_credits a:hover {
}

#footer_menu {
	position: absolute;
	width: 750px;
	top: 10px;
	left: 240px;
	padding-left: 10px;
}
#footer_menu ul {
	margin: 0px;
	padding: 0px;
}
#footer_menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer_menu  li a {
	color: #FFFFFF;
	margin-right: 5px;
}
/* Clear Both */
.clear_both {
	clear: both;
}

.thumb_float_left {
	float: left;
	padding-right: 10px;
}
.thumb_float_right {
	float: right;
	padding-left: 10px;
}



