@charset "UTF-8";
/* CSS Document */

Body {
background-color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#CCCCCC;
font-size-adjust:none;
margin:0px;
text-align:center;
}

/*DIV principales */
#main {
margin:auto;
text-align:left;
width:950px;
}

/* bandeaux - un par page */
#bandeau {
background-image:url(images/fond_01.jpg);
background-repeat:none;
width:950px;
height:86px;
}

#bandeau_magasin {
background-image:url(images/magasin_01.jpg);
background-repeat:none;
width:950px;
height:86px;
}

#bandeau_promos {
background-image:url(images/promos_01.jpg);
background-repeat:none;
width:950px;
height:86px;
}

#bandeau_occasions {
background-image:url(images/occasions_01.jpg);
background-repeat:none;
width:950px;
height:86px;
}

#bandeau_equipe {
background-image:url(images/equipe_01.jpg);
background-repeat:none;
width:950px;
height:86px;
}

#bandeau_contact {
background-image:url(images/contact_01.jpg);
background-repeat:none;
width:950px;
height:86px;
}
#bandeau_liens {
background-image:url(images/liens_01.jpg);
background-repeat:none;
width:950px;
height:86px;
}


/* suite de div de mise en page */
#milieu {
width:950px;
display:inline;
}

#footer {
background-image:url(images/fond_13.jpg);
height:76px;
width:950px;
clear:both;
}

#navigation {
Width:950px;
display:inline;
height:29px;
}

/* LI principales, navigation et milieu */

#navigation ul {
margin:0px;
padding:0px;
height:29px;
list-style-type:none;
}

#navigation li, #navigation a { height:29px;
border:none; float:left;}
#navigation img {height:29px;
border:none; }

.bord_gauche {
width:161px;
background-image:url(images/fond_02.jpg);
float:left;
}

.magasin {
width:81px;
background-image:url(images/fond_03.jpg);
float:left;
}

.gamme {
width:73px;
background-image:url(images/fond_04.jpg);
float:left;
}

.promos {
width:68px;
background-image:url(images/fond_05.jpg);
float:left;
}

.occasions {
width:79px;
background-image:url(images/fond_06.jpg);
float:left;
}

.equipe {
width:66px;
background-image:url(images/fond_07.jpg);
float:left;
}

.contact {
width:71px;
background-image:url(images/fond_08.jpg);
float:left;
}

.liens {
width:49px;
background-image:url(images/fond_09.jpg);
float:left;
}

.bord_droit {
width:302px;
background-image:url(images/fond_10.jpg);
}

#liste_milieu {
width:950px;
margin:0px;
padding:0px;
list-style-type:none;
text-align:left;
float:left;
}

#liste_milieu li { float:left; }

.contenu {
width:788px;
}

/* titres de pages */
.titres {
width:161px;
height:29px;
background-image:url(images/fond_02.jpg);
list-style-type: none;
float:left;
}

.titre_index {
width:162px;
height:409px;
background-image:url(images/bienvenue_11.jpg);
background-repeat:none;
}
.titre_magasin {
width:162px;
height:409px;
background-image:url(images/magasin_11.jpg);
background-repeat:none;
}
.titre_promos {
width:162px;
height:409px;
background-image:url(images/promos_11.jpg);
background-repeat:none;
}
.titre_occasions {
width:162px;
height:409px;
background-image:url(images/occasions_11.jpg);
background-repeat:none;
}
.titre_equipe {
width:162px;
height:409px;
background-image:url(images/equipe_11.jpg);
background-repeat:none;
}
.titre_contact {
width:162px;
height:409px;
background-image:url(images/contact_11.jpg);
background-repeat:none;
}
.titre_liens {
width:162px;
height:409px;
background-image:url(images/liens_11.jpg);
background-repeat:none;
}


/*transparents menu */
.magasin_transp {
width:81px;
height:29px;
margin:0px;
}
.gamme_transp {
width:73px;
height:29px;
}
.promos_transp {
width:68px;
height:29px;
}
.occasions_transp {
width:79px;
height:29px;
}
.equipe_transp {
width:66px;
height:29px;
}
.contact_transp {
width:71px;
height:29px;
}
.liens_transp {
width:49px;
height:29px;
}
.gauche_transp {
width:161px;
height:29px;
}
.droit_transp {
width:302px;
height:29px;
}



/* liens  */
.credits {
color:#666666;
text-decoration:none;
}
.credits a:link {
color:#666666;
text-decoration:none;
}
.credits a:visited {
color:#666666;
text-decoration:none;
}
.credits a:hover {
color:#ffffff;
text-decoration:none;
}

/* roll overs */
.magasin a:hover {
background-image:url(images/roll_03.jpg);
}
.gamme a:hover {
background-image:url(images/roll_04.jpg);
}
.promos a:hover {
background-image:url(images/roll_05.jpg);
}
.occasions a:hover {
background-image:url(images/roll_06.jpg);
}
.equipe a:hover {
background-image:url(images/roll_07.jpg);
}
.contact a:hover {
background-image:url(images/roll_08.jpg);
}
.liens a:hover {
background-image:url(images/roll_09.jpg);
}

/* DIV spécifiques aux pages */

/* formulaire contact */

#form_contact {
margin-top:30px;
margin-bottom:30px;
}
.TxtCourant {
font-size:12px;
}
#nom, #prenom, #tel, #mail, #question {
background-color:#999999;
}

#cont_promos {
margin-top:30px;
margin-left:50px;
}

/* mise en forme des textes */

.TitreBleu {
font-size:14px;
color:#CC0000;
font-weight:bold;
}

.TitreBleu a:link {
color:#cc0000;
text-decoration:none;
}
.TitreBleu a:visited {
color:#cc0000;
text-decoration:none;
}
.TitreBleu a:hover {
color:#ffffff;
text-decoration:none;
}

.chapeau {
font-size:13px;
font-weight:bold;
color:#999999;
}

.table_occasions {
margin-left:30px;
width:650px;
}

/*page imprimer une occasion */

#imprim_page_occase {
background-color:#ffffff;
background-image:url(images/fond_imprim.jpg);
background-repeat:none;
width:645px;
height:902px;
text-align:left;
}

.impression {
background-color:#ffffff;
}

/* yables et div pour les diaporamas */
.table_magasin {
width:100%;
border:none;
}

.titre_td_magasin {
width:162px;
height:409px;
background-image:url(images/magasin_11.jpg);
background-repeat:none;
}

.diapos_magasin {
width:300px;
}

.texte_magasin {
vertical-align:top;
text-align:justify;
width:400px;
padding-left:20px;
}


.tdvendu {
background-repeat:no-repeat;
}
