/*
Copyright (c) 2006, Publications Le Guide. All rights reserved.
last update: 01.12.2006
by: Alexandre Geoffrion
SKIN pour DETAILLANTS PERSO
*/

/* ########## start: header style ########## */
/* Edit: Changer le fond du menu autoexpert pour le bas arrondie match le header du det. */
#hd {
	background-image: url(bghead.jpg);
}
/* ########## end: header style ########## */

/* ########################### start: BODY CLASS ########################### */
/* Edit: Changer header det. ACCUEIL */
#headdet {
	width: 964px;
	height: 199px;
	background-image: url(headbg.jpg);
	background-repeat: no-repeat;
	float:left;
}
/* Edit: Couleur de base du texte du header det. ACCUEIL */
#headdet h1, h3, h4, p {
	color:#000;
}
#headdet h1 {
	color:#000;
}
#headdet h3 {
	color:#000;
}
/* Edit: Changer header det. AUTRE PAGE */
#headdetSmall {
	background-image: url(headbgsmall.jpg);
}
/* Edit: Couleur de base du texte du header det. AUTRE PAGE */
#headdetSmall h1, h3, h4, p {
	color:white;
}
/* Edit: Changer bordure du logo */
#headdetSmall img {
	border: 1px solid #fff;
}
#headdetSmall h1 {
	color:white;
}

/* Edit: Changer barre de listing de resultat */
div.resultToolbar {
	background: url(bgresulttoolbar_637.jpg) top left no-repeat;
}

/* ########## start: secondary column style ########## */
/* Edit: Changer fond "Notre inventaire d'autos à vendre" */
div.secondary {
  background: url(bgheader_300px.jpg) top left no-repeat;
}
/* Edit: ??? */
/*
div.secondary .roundbottom {
	background-image: url(bgfooter_300px.gif);
}
*/
/* Edit: ??? */
/*
div.secondary .blue {
background-color:#e3edf5;
background-image: url(bgfooter_184px.gif);
}
*/
div.secondaryBody {
	color: #fff;
}
/*
div.secondaryBody label {
	color: #fff;
}
*/
/* Edit: Changer le rectangle arrondi du haut et la couleur de la boite */
div.secondaryTxt {
background-image: url(topbox_300px.gif);
background-color:#01487E;
width:300px;
}
/* Edit: Changer le rectangle arrondi du bas */
div.secondaryTxt .roundbottom {
background-image: url(botbox_300px.gif);
}
/* Edit: Changer la couleur gen. du texte */
div.secondaryTxtArea {
color:white;
}
/* Edit: Changer la couleur du H1 */
div.secondaryTxtArea h1 {
color:white;
}
/* Edit: Changer la couleur du H2 */
div.secondaryTxtArea h2 {
color:white;
}
/* Edit: Changer la couleur du H3 de texte */
div.secondaryTxtArea h3 {
color:white;
}
/* Edit: Changer la couleur du PARagraphe */
div.secondaryTxtArea p {
color:white;
}
/* Edit: Changer la couleur du BOLD */
div.secondaryTxtArea strong {
color:white;
}
/* Edit: Changer la couleur du LI */
div.secondaryTxtArea li {
color:white;
}
/* Edit: Changer la couleur du LIEN */
div.secondaryTxtArea p a {
color:#fff;
}



/* start:: GM Optimum CSS -------------------------------- */

#headdet{
	width: 964px;
	height: 199px;
	background-image: url("headbg.jpg");
	background-repeat: no-repeat;
	float: left;
}

#headdet .dealerLogo{
	width: 183px;
	height: 165px;
	padding-left: 15px;
	position: relative;
	ext-align: center;
}

#headdet .dealerInfo{
	position: relative;
	float: right;
	width: 190px;
	height: 175px;
	padding-top: 10px;
}

#headdet h1{
    color: #000000;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-right: 0;
    padding-top: 10px;
    position: relative;
    width: 210px;
}

#headdet h3{
    clear: both;
    float: right;
    font-size: 100%;
    margin-right: 0;
    width: 210px;
}

#headdet td.dealerInfo h3{
	position: relative;
	float: left;
	font-size: 12px;
	padding-top: 10px;
	width: 170px;
}

.dealerInfo img{
	vertical-align: top;
}

#headdet img{
    float: right;
    left: 630px;
    position: absolute;
    top: 150px;
    vertical-align: top;
}
/* -------------------------------- end:: GM Optimum CSS */