body {
	background: #fff url("../images/ressources/bg.gif") repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a, a:link, a:active, a:visited {
	color: #C42126;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333333;
	border-bottom: 1px dotted #333333;
}
p {
	margin: 0;
	padding: 0;
}
.boldy {
	font-weight: bold;
}
.cboldy {
	font-weight: bold;
	font-size: 14px;
	color: #C42126;
}
.gboldy {
	font-weight: bold;
	font-size: 14px;
	color: #222222;
}
.goldy {
	margin: 10px 0 0 0;
	padding: 5px;
	background: #dddddd;
	display: block;
	overflow: hidden;
}
.deftab {
	width: 80px;
	display: block;
	float: left;
}
.defrighttab {
	width: 100px;
	display: block;
	float: right;
	font-weight: bold;
}
.bigboldy {
	font-weight: bold;
	font-size: 16px;
	color: #C42126;
}
.errormsg {
	color: #ff0000;
}
.bigboldygr {
	font-weight: bold;
	font-size: 16px;
	color: #222222;
}
.smally {
	font-weight: bold;
	font-size: 9px;
	color: #bbb;
}
.leftfloat {
	float: left;
}
.rightfloat {
	float: right;
}
.imgcanvas {
	padding: 1px;
	border: 1px solid #888888;
	background: #BBB;
}
.imgwh {
	padding: 1px;
	background: #ffffff;
	border: none;
}
.imggr {
	padding: 1px;
	background: #222222;
	border: none;
}
/* Containers ********************************************************/
#canvas {
	margin: 10px auto;
    width: 996px;
	height: 670px;
	overflow: hidden;
	text-align: left;
	background: #fff;
	padding: 2px;
}
#container {
	border:1px solid #BBB;
	padding: 5px;
    width: 984px;
	height: 637px;
	overflow: hidden;
	background: #fff;
}
#header {
    width: 984px;
	height: 200px;
	background: #fff url("../images/ressources/contbg.gif") repeat-x;
}
#header #lefthead {
    width: 186px;
	height: 200px;
	float: left;
	text-align: center;
}
#header #righthead {
    width: 798px;
	height: 200px;
	float: right;
}

#header #righthead #topcont {
    width: 798px;
	height: 132px;
	background: transparent url("../images/ressources/bandbg.jpg") no-repeat;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	color: #BBB;
}
#header #righthead p {
	display: block;
	width: 360px;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}
#header #righthead #mainmenu {
    width: 798px;
	height: 42px;
}
ul#menu
{
	margin:0;
	padding:1px 0 15px 0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:26px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	overflow: hidden;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	font-size: 11px;
	text-transform: uppercase;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:8px 10px 0 10px;
	height:18px;
	text-align: center;
	border-right: 1px solid #222222;
	border-right: 1px solid #222222;
}
	
ul#menu li a:hover
{	
	color:#fff;
	height:18px;
	background: #000 url("../images/ressources/top-arrow.gif") no-repeat center top;
}
ul#menu li a.current
{
	color:#fff;
	background: #000 url("../images/ressources/top-arrow.gif") no-repeat center top;
}
#main {
    width: 984px;
	height: 437px;
}
/*Main Displayer*/
#displayer_left {
    width: 166px;
	height: 427px;
	float: left;
	overflow: hidden;
	padding: 10px 10px 0 10px;
}
#displayer_right {
    width: 786px;
	height: 427px;
	float: right;
	padding: 10px 10px 0 0;
	overflow: hidden;
}
#displayer_right_main {
    width: 576px;
	height: 427px;
	float: left;
	overflow: hidden;
}
.tableContainer {
	width: 564px;
	height: 277px;
	padding: 5px;
	margin: 3px 0 0 0;
	background-color: #fff;
	border: 1px solid #ebebeb;
	overflow: hidden;
}
.pg-nav {
	width: 576px;
	height: 20px;
	margin: 3px 0 3px 0;
}
.pg-normal {
	display: block;
	float: left;
	background-color: #f4f4f4;
	border: 1px solid #ebebeb;
	padding: 2px 5px;
	height: 14px;
	margin: 0px 2px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
}
.pg-selected {
	display: block;
	float: left;
	background-color: #C42126;
	border: 1px solid #C42126;
	padding: 2px 5px;
	height: 14px;
	margin: 0px 2px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	cursor: default;
}
.pg-fav {
	width: 574px;
	height: 100px;
	margin: 10px 0 0 0;
	border: 1px solid #efefef;
	background: #f4f4f4;
}
.pg-fav a, .pg-fav a:hover {
	border: none;
}
.pg-fav-top {
	height: 18px;
	padding: 7px 5px 3px 5px;
	font-weight: bold;
	font-size: 12px;
	color: #222222;
}
.pg-fav-bottom {
	height: 65px;
	width: 564px;
	padding: 0px 5px 5px 5px;
}
#displayer_right_main_ {
    width: 576px;
	height: 424px;
	float: left;
	overflow: hidden;
	margin: 3px 0 0 0;
}
.tableContainer_ {
	width: 566px;
	height: 335px;
	padding: 5px;
	overflow: hidden;
}
.pg-fav_ {
	width: 576px;
	height: 75px;
	margin:0;
}
.pg-fav_ a, .pg-fav_ a:hover {
	border: none;
}
.pg-fav-bottom_ {
	height: 65px;
	width: 564px;
	padding: 5px;
}
.pg-gal_left {
	float: left;
	width: 364px;
	height: 424px;
	margin:0;
}
.pg-gal_left_slide {
	width: 364px;
	height: 274px;
	overflow: hidden;
	position: relative;
}
.pg-gal_left_slide img{
	float:left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: #fff;
}
.pg-gal_left_nav {
	width: 372px;
	height: 150px;
}
.pg-gal_left_nav img {
	float:left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: #fff;
	opacity: 0.9; 
	filter: alpha(opacity=90);
	margin: 9px 9px 0 0;
}
.pg-gal_left_nav img:hover {
	background: #fff;
	opacity: 1; 
	filter: alpha(opacity=100);
}
.pg-gal_right {
	float: right;
	width: 190px;
	height: 424px;
	margin:0 0 0 2px;
	padding: 0 10px 0 0;
	border-right: 1px solid #efefef;
}
.pg-gal_right .paraline {
	border-bottom: 1px solid #efefef;
	margin: 2px 0 2px 0;
	padding: 3px 5px 1px 5px;
	font-size: 11px;
	overflow: hidden;
	height: auto;
}
.pg-gal_right .paraline2 {
	padding: 3px 5px 1px 5px;
	margin: 2px 0 2px 0;
	font-size: 11px;
	overflow: hidden;
	height: auto;
}
#displayer_right_sidebar {
    width: 200px;
	height: 424px;
	float: right;
	overflow: hidden;
	margin: 3px 0 0 10px;
}
#displayer_right_sidebar a, #displayer_right_sidebar a:hover, #displayer_right_sidebar img {
	border: none;
}
.detlink {
	background: #f4f4f4;
	text-align: center;
	color: #222222;
	height: 20px;
	margin: 3px 0 1px 0;
	padding: 8px 5px 0px 5px;
	display: block;
	font-weight: bold;
    width: 200px;
}
.pg-preview {
	padding: 0 0 1px 0;
	margin: 0 0 2px 0;
	height: 151px;
	border-bottom: 1px solid #000;
    width: 200px;
}
.pg-detail {
	background: #f4f4f4;
	height: 269px;
	color: #222222;
    width: 200px;
}
.pg-detail img {
	padding: 1px;
	background: #fff;
	border: none;
}
.pg-detail p {
	border-bottom: 1px solid #fff;
	padding: 3px 5px 1px 5px;
	font-size: 11px;
	color: #222222;
	overflow: hidden;
	height: auto;
}
.pg-command {
	padding: 0 0 1px 0;
	margin: 0 0 2px 0;
	height: 51px;
	border-bottom: 1px solid #efefef;
    width: 200px;
}
.pg-command img {
	border: none;
	float: left;
	margin: 0 5px 0 0;
}
.pg-command a, .pg-command a:visited, .pg-command a:active {
	color: #C42126;
	margin: 5px 0 0 0;
	display: block;
}
.pg-command a:hover {
	color: #222222;
}
.pg-detail2 {
	color: #666666;
	height: 369px;
    width: 200px;
	margin: 3px 0px 1px 0px;
	overflow: hidden;
	position: relative;
}
#box2 {
	position:relative;
}
#box4 {
	position:relative;
}
#box4 div {
	width:336px;
	float:left;
	color: #222222;
}
#box4 a, #box4 a:visited, #box4 a:active {
	color: #222222;
	border: none;
	font-weight: normal;
}
#box4 a:hover {
	color: #222222;
}
#box8 {
	position:relative;
}
#box8 div {
	width:190px;
	padding: 0 5px 0 5px;
	float:left;
	color: #222222;
}
#box8 .formc {
	height: 369px;
}
#box8 .formc p {
	font-size: 11px;
	overflow: hidden;
	height: auto;
}
#box8 a, .pg-command a:visited, .pg-command a:active {
	color: #C42126;
	margin: 5px 0 0 0;
	display: block;
}
#box8 a:hover {
	color: #222222;
}

/*Main Displayer End*/
#dyn_main {
    width: 984px;
	height: 437px;
	overflow: hidden;
}
#topscrol {
    width: 984px;
	height: 40px;
	background: #000;
	float: left;
	position: relative;
	z-index:2;
	top: -437px;
	left: 0px;
	opacity: 0; 
	filter: alpha(opacity=0);
}
#botscrol {
    width: 984px;
	height: 40px;
	background: #000;
	float: left;
	position: relative;
	z-index:2;
	top: -75px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#botscrol a, #topscrol a {
	display: block;
	color: transparent;
    width: 984px;
	height: 40px;
	cursor: default;
}
#leftside {
    width: 366px;
	height: 427px;
	float: left;
	padding: 10px 0 0 5px;
}
#leftside_top {
    width: 361px;
	height: 301px;
	text-align: justify;
	padding: 5px 0 0 5px;
	overflow: hidden;
}
#leftside_contactframe {
    width: 361px;
	height: 55px;
	margin-bottom: 5px;
	overflow: hidden;
}
#leftside_bottom {
    width: 361px;
	height: 90px;
	text-align: justify;
	margin: 5px 0 0 5px;
	padding: 10px 0 0 0;
	border-top: 1px dotted #BFBFBF;
}
#leftside #promocont{
    width: 366px;
	height: 427px;
	background: #fff url("../images/ressources/bloc_occasion_du_mois.jpg") no-repeat left top;
	overflow: hidden;
}
#leftside #promotitle{
    width: 336px;
	height: 57px;
	padding: 10px 15px 0px 15px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	color: #888888;
}
#leftside #anncont {
	height: 320px;
	width: 336px;
	margin: 10px 15px 0 15px;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
#leftside #anncont .imgcontainer {
    width: 336px;
	height: 151px;
	padding: 10px 0 10px 0;
	margin: 10px 0 0 0;
	text-align: center;
	background: #fff url("../images/ressources/prm_imgcont.gif") no-repeat;
	overflow: hidden;
}
#leftside #navitool {
    width: 336px;
	height: 20px;
	padding: 0 15px 10px 15px;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}
#leftside #navitool img, #leftside #navitool a:hover{
	border: none;
}
#rightside {
    width: 611px;
	height: 427px;
	text-align: justify;
	padding: 10px 0 0 0;
	float: right;
}
#rightside_top {
    width: 576px;
	height: 347px;
	text-align: justify;
	padding: 5px 20px 0 15px;
}
#rightside_bottom {
    width: 576px;
	height: 60px;
	text-align: justify;
	margin: 5px 20px 0 15px;
	padding: 10px 0 0 0;
	border-top: 1px dotted #BFBFBF;
}
#rightside_imaganim {
    width: 581px;
	height: 407px;
	text-align: center;
	padding: 10px 15px 10px 15px;
}
#footer {
	margin-top: 1px;
    width: 986px;
	text-align: center;
	background-color: #222222;
	font-size: 10px;
	color: #BCBCBC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 5px 3px 5px;
}
#footer a {
	color: #dedede;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
/*********************************************************/
form {
	margin: 0;
	padding: 0;
}
input.field {
	border: 1px #ddd solid;
	background: #fafafa;
	color: #333333;
	height: 16px;
	width: 180px;
}
select.fieldf {
	border: 1px #ccc solid;
	background: #fff;
	color: #333333;
	height: 22px;
	width: 136px;
}
input.fieldfi {
	margin: 2px 0 2px 0;
	border: 1px #CCC solid;
	background: #fff;
	color: #333333;
	height: 18px;
	width: 132px;
}
input.buttonf {
	width: 60px;
	height: 22px;
	cursor: pointer;
	border: none;
	font-size: 0.95em;
	color: #fff;
	background: #000;
}
input.fieldc {
	border: 1px #EEE solid;
	background: #F8F8F8;
	margin-bottom: 1px;
	color: #333333;
	height: 14px;
	width: 180px;
}
.textfield {
	border: 1px #EEE solid;
	background: #F8F8F8;
	margin-bottom: 5px;
	color: #333333;
	height: 55px;
	width: 180px;
}
input.button {
	width: 60px;
	height: 20px;
	cursor: pointer;
	border: none;
	font-size: 0.95em;
	color: #fff;
	background: #C42126;
}
input.buttonc {
	width: 60px;
	height: 20px;
	cursor: pointer;
	border: none;
	font-size: 0.95em;
	color: #fff;
	background: #000;
}


/**********/
.fadein {
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a .fadein{
	border:none;
}

.clear {
	clear: both;
	margin-bottom: 30px;
}

#leftControl {
	float: left;
	width: 15px;
	height: 64px;
	display: block;
}
#rightControl {
	float: left;
	width: 17px;
	height: 64px;
	display: block;
}
#leftControl img, #rightControl img {
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: #fff;
	opacity: 0.9; 
	filter: alpha(opacity=90);
	cursor: pointer;
}
#leftControl img:hover, #rightControl img:hover {
	opacity: 1; 
	filter: alpha(opacity=100);
}
#outerScroller {
	float: left;
	width: 530px;
	overflow: hidden;
	height: 64px;
	display: block;
	position:relative;
}
#innerScroller {
	width: 1056px;
	height: 64px;
	position: relative;
	text-align: center;
	margin-left: 2px;
}

#innerScroller img{
	float:left;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background: #fff;
	opacity: 0.9; 
	filter: alpha(opacity=90);
	margin: 0 2px 0 2px;
}
#innerScroller img:hover {
	background: #fff;
	opacity: 1; 
	filter: alpha(opacity=100);
}
