/*------------------------------------------------------*
  *-----------------------------------     CSS DECO     ----*
  *------------------------------------------------------*/


body#home{
	text-align:center;
	padding: 0;
	border:0;
	margin: 0;
	font-family: helvetica;
	font-size: 11px;
	color: #CCCCCC;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-x;
}


body {
	text-align:center;
	padding: 0;
	border:0;
	margin: 0;
	font-family: helvetica;
	font-size: 14px;
	color: #CCCCCC;
	background-image: url(../images/deco/bg1.gif);
	background-color: #949494;
	background-repeat: repeat-x;
}

#rotator1 {
border: 5px #fecf1d solid;}

#global{

	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


#haut{
	width: 800px;
	height: 230px;
	}
	

#menu{
	height: 25px;
	width: 800px;
	}
		
	
#centre{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-left: 40px;
	width: 375px;
	padding-bottom: 30px;
	padding-top: 20px;
	text-align: justify;
	line-height:18px;
	}
	
#centrebis{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	width: 800px;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: justify;
	line-height:18px;
	}

#cadre_vente {
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	BACKGROUND-POSITION: left top;
	BACKGROUND-IMAGE:  url(../images/deco/cadre.gif);
	BACKGROUND-REPEAT: repeat-y;
	padding-top: 15px;	
	padding-left: 15px;
	text-align: justify;
	color: #3C3C3C;

}

#cadre_detail {
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	BACKGROUND-POSITION: left top;
	BACKGROUND-IMAGE:  url(../images/deco/cadre_detail.gif);
	BACKGROUND-REPEAT: repeat-y;
	padding-top: 15px;	
	padding-left: 17px;
	text-align: justify;
	color: #3C3C3C;
}
	
#droite{
	float:left;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;;
	width:375px;
	padding-left: 40px;
	padding-bottom: 30px;
	padding-top: 20px;
	text-align: justify;
	line-height:18px;
	}
		

#bas{
	clear:both;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	padding: 0px;
	height: 18px;
	width:100%;
	left:0px;
	background-image: url(../images/deco/bas.gif);
	background-repeat: repeat-x;
	}
	

 /*------------------------------------------------------*
  *-----------------------------------     CSS TEXT     ----*
  *------------------------------------------------------*/

h1
{
	color:#FECF1D;
	font-family: helvetica;
	font-size: 14px;
	text-transform: uppercase;
}

.highlight
{
	color:#333333;
	font-family: helvetica;
	line-height: 17px;
}
.pied
{
	color:#333333;
	font-family: helvetica;
	font-size: 14px;
}

.pied a
{
	color:#333333;
	text-decoration:none;
}

.pied a:hover {
color:#999;
}

li {
	list-style-image: url(../images/deco/puce.gif);
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS PLAN     ----*
  *------------------------------------------------------*/

a.link_petit_plan{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	font-family: helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#F9BE3E;
	display:block;
	width:100%;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F9BE3E;
	border-right-color: #F9BE3E;
	border-left-color: #F9BE3E;
	}

a.link_petit_plan:hover{
	background-color: #F9BE3E;
	color:#FFFFFF;
}



a.lien_plan
{
	color:#FECF1D;
	text-decoration:none;
	font-family: helvetica;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	text-align: right;

}
a.lien_plan:hover{
	color:#FFFFFF;
}

a.fiche
{
	color:#999999;
	text-decoration:none;
	font-family: helvetica;
	font-size: 11px;
	letter-spacing:1;
	font-weight: bold;
}
a.fiche:hover{
	color:#999999;
}

.plus a
{
	color:#fff;
	text-decoration:none;
	font-family: helvetica;
	font-size: 12px;
	background:#000000;

}

.plus a:hover {
	color:#000;
	background:#fff;
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/
  
  
body#presentation a#presentation, body#mecanique a#mecanique, body#neuf a#neuf, body#occasion a#occasion, body#contact a#contact, body#carrosserie a#carrosserie, {
	color:#fff;
	padding-top: 4px;
	background-image: url(../images/deco/on.gif);
	background-repeat: no-repeat;
   }
     
a.menu{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	text-decoration: none;
	padding-top:4px;
	display:block;
	height: 25px;
	width:140px;
	font-family: helvetica;
	font-size: 12px;
	color:#CCCCCC;
	font-weight: bolder;
	text-align:center;
	background-image: url(../images/deco/off.gif);
	background-repeat: no-repeat;
	font-variant: small-caps;
	}
	

a.menu:hover{
	color:#FFFFFF;
	background-image: url(../images/deco/roll.gif);
	padding-top:4px;
	
}

.preload {display:none;}

 /*------------------------------------------------------*
  *-----------------------------------     CSS LIEN     ----*
  *------------------------------------------------------*/
  
  
a.lien{
	font-family: helvetica;
	text-decoration:none;
	color: #FECF1D;
	font-weight:bold;
	}


a.lien:hover{
	text-decoration:underline;
}




td.j {
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: helvetica;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	}
td.g {
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: helvetica;
	font-size: 14px;
	color: #FFFFFF;
	}
th.titre {
	padding: 3px;
	font-family: helvetica;
	letter-spacing:1px;
	font-size: 16px;
	color: #FFFFFF;
	text-align:left;
	}
a.retour{
	text-decoration: none;
	letter-spacing: 1px;
	color:#FFFF00;
	display:block;
	width:100%;
	font-family: helvetica;
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
a.retour:hover{
	text-decoration: none;
	background-color:#FFFFFF;
	color: #000000;
}

a.number{
	text-decoration: none;
	color:#666666;
	display:block;
	width:100%;
	font-family: helvetica;
	font-size: 10px;
	background-color: #E6E6E6;
	font-weight: bold;
	text-align: center;
	}

a.number:hover{
	text-decoration: none;
	text-align: center;
	color:#666666;
	display:block;
	width:100%;
	font-family: helvetica;
	font-size: 10px;
	background-color: #FECF1D;
	font-weight: bold;
}

a.link_occas{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#CCCCCC;
	display:block;
	width:99%;
	_width:100%;
	background-color: #333333;
	text-align: center;
	border: solid 1px #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	}

a.link_occas:hover{
	color:#FFFFFF;
}


.bord_image_occas {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

