
/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#000000; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

h1 { color:#ff0000; font-size: 1.2em; }
h2 { color:#ff0000; font-size: 1.2em; }
h3 { color:#ff0000; font-size: 1.17em; }
h4 { color:#ff0000; font-size: 1em; }
h5 { color:#ff0000; font-size: 0.83em; }
h6 { color:#ff0000; font-size: 0.67em; }
p { color:#000000; font-size: 0.9em; }
ul, ol { color:#000000; font-size: 1em; }
li {  color:#000000; font-size: 1em; }
a { color:#000000; text-decoration:underline; }
a:hover { text-decoration:none; color:#ff0000; } /* si changement de couleur au survol */
a:visited { color:#000000; text-decoration:underline; } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; color:#000000; }
textarea { border-width:thin; padding:3px; color:#000000; }
em { }
strong { }


/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.h1index{ position:absolute; left:0; top:0; width:100%; padding:0; color:#FF0000; font-weight:normal; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }


/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }
.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }
.clearer { clear: both; width: 0; height: 0; line-height: 0; }

/* Autre */
.margeLeft { margin-left:20px; }
.intro { background-image:url(../images/fondintro.jpg); background-position:top left; background-repeat:repeat-x; }
.margepied { margin-left:250px; }
.noborder { border:0px; }

/* plan du site */
#pagesite { margin:0 auto; width:661px; }
.bgplansite { background-image:url(../images/fond_plansite.jpg); background-repeat:repeat-x; background-position:top left; background-color:#ffffff; }
#headplansite { width:661px; height:255px; }
#adresseplansite { width:661px; height:32px; }
#interieurplansite { background-image:url(../images/bg_plansite.jpg); background-repeat:repeat-y; background-position:top left; padding-left:20px; padding-right:20px; }
#titreplan { width:661px; height:115px; }


/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }
#frmEnvoi .champ { border:none; border:#000000 solid 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#000000 solid 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#ffffff;  background-color:#FF0000;}

/*////////////////////////////////////////////// voiture occasion /////////////////////////////////////////////////////////////////*/

.fondvoiture { clear:both; width:550px; margin-bottom:10px; border:solid #4c4c4c;}

.voiture { clear:both; width:540px; padding:0 5px; }

.titrevoiture { width:420px; min-height:10px; _height:10px; float:left; padding:5px 0 5px 0}

.prixvoiture { width:120px;  min-height:10px; _height:10px; float:left; text-align:right; padding:5px 0 5px 0}

.imagevoiture { width:120px; padding:10px; float:left; text-align:center; color:#4c4c4c}

.imagevoiture a {  color:#4c4c4c;}

.caracteristiquesvoiture { width:300px; float:left; padding:0 0 0 10px; }

.basvoiture { width:550px; height:10px; clear:both; _margin:0 0 -3px 0; }

.selpage { font-weight:bold}

.separation { padding:0 0 6px 0; clear:both }

.separation div { border-bottom: 1px dashed #4c4c4c; padding:5px 0 0 0; }


/*////////////////////////////////////////////// fin voiture occasion /////////////////////////////////////////////////////////////////*/

/*//////////////////////////////// PopUp affichage véhicules //////////////////////////////////////////////*/

.divfondpopup { clear:both; width:550px; margin-bottom:10px; border:solid #4c4c4c; color:#002d77; background-color:#4c4c4c;}

.divpopup { clear:both; width:550px; background-color:#506269; }

.divtitretdpopup { background-color:#506269; width:550px; padding:5px 0 0 0;}

.divtextpopup { background-color:#506269; width:550px; padding:0 0 5px 0; }

/*//////////////////////////////// fin PopUp affichage véhicules //////////////////////////////////////////////*/

.selectformrech { font-variant:small-caps!important; position: relative;}