/* CSS Document - Keller - Audi by actweb.fr */

body {
    margin-left: 0px;
    margin-top:  0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #C2C2C2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.70em;
    color: #696969;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}


p {
    margin: 10px 0 10px 0;
}

a, a:link {
    color: #E50000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: none;
    margin: 0 10px 0 10px;
    padding: 0;
}
li {
    background-image: url(../images/interface/puce-ul.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0 0 0 12px;
    margin: 2px 0 0 0;
}


/******************************/
/*          GENERAUX 
/******************************/

.img-left {
    float: left;
    margin: 0 10px 2px 0;
}
.img-right {
    float: right;
    margin: 0 0 2px 10px;
}

.fl-left {
    float: left;
}
.fl-right {
    float: right;
}

.justify {
    text-align: justify;
}

.small {
    font-size: 0.90em;
}

p.intro {
    margin: 5px 0 15px 0;
    font-weight: bold;
}

.link-red, .link-red:link {
    color: #E50000;
    text-decoration: none;
}
.link-red:hover {
    text-decoration: underline;
}

.highlight {
    color: #E50000;
}

div.blank {
    height: 1px;
    font-size: 1px;
    clear: both;
}


/******************************/
/*          CALQUES 
/******************************/

/***** CONTENU *****/


/***** CONTACT *****/

div.error {
    background-color: #E0E0E0;
    color: #696969;
}
div.error div.txt {
    padding: 0 0 10px 0;
}

table.contact {
    width: 350px;
    margin: 0 0 0 0;
}
table.contact td.titre {
    padding: 15px 0 20px 0;
    font-size: 1.20em;
    color: #E50000;
    font-weight: bold;
}
table.contact td.designation {
    width: 100px;
    padding: 7px 0 6px 10px;
    font-weight: bold;
    vertical-align: top;
}
table.contact tr.error td.designation {
    width: 100px;
    padding: 7px 0 6px 10px;
    color: #696969;
    font-weight: bold;
    vertical-align: top;
}

table.contact td.required {
    width: 10px;
    font-size: 1px;
}

table.contact td.required-on {
    width: 10px;
    font-size: 1px;
    background-image: url(../images/interface/css-field-required.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
table.contact td.field {
    vertical-align: top;
    padding: 3px 0 0 0;
}
table.contact td.field input {
    width: 220px;
    padding: 2px 0 1px 2px;
    border: 1px solid #C3C3C3;
    background-image: url(../images/interface/css-field-text.gif);
    background-position: top left;
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5D5D5D;
}
table.contact td.field textarea {
    width: 220px;
    height: 100px;
    padding: 0 0 0 2px;
    border: 1px solid #C3C3C3;
    background-image: url(../images/interface/css-field-text.gif);
    background-position: top left;
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5D5D5D;
}
table.contact td.sep {
    height: 20px;
    font-size: 1px;
}
table.contact table.button {
    width: 100%;
}
table.contact table.button input {
    width: 100px;
    height: 20px;
    border-top: 1px solid #ECECEC;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid #ECECEC;
    background-color: #C3C3C3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
table.contact table.button td.space {
    width: 120px;
}
table.contact table.button td.submit {
    width: 120px;
    text-align: left;
}
table.contact table.button td.reset {
    text-align: left;
}
table.contact tr.error {
    background-color: #E0E0E0;
}


/******************************/
/*          CONTENEURS 
/******************************/

#conteneur {
    width: 760px;
    background-color: #D2CEC3;
}
#conteneur td.header {
    height: 92px;
    width: 760px;
    vertical-align: top;
    text-align: left;
}
#conteneur td.menu {
    height: 23px;
    background-color: #BCBCBC;
    background-image: url(../images/interface/menu-bg.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    vertical-align: bottom;
    text-align: left;
}
#conteneur td.frise {
    height: 12px;
    background-image: url(../images/interface/frise.gif);
    background-position: top left;
    background-repeat: repeat-x;
    vertical-align: top;
    text-align: left;
    font-size: 1px;
}
#conteneur td.frise2 {
    height: 35px;
    /*background-image: url(../images/interface/contenu-bg.gif);
    background-position: top left;
    background-repeat: repeat-y;*/
	background:white;
    vertical-align: top;
    text-align: left;
    font-size: 1px;
}
#conteneur td.contenu {
    /*background-image: url(../images/interface/contenu-bg.gif);
    background-position: top left;
    background-repeat: repeat-y;*/
	background:white;
	vertical-align: top;
    text-align: left;
}
#conteneur td.footer {
    height: 48px;
    background-color: #C2C2C2;
    background-image: url(../images/interface/footer-bg.gif);
    background-position: top left;
    background-repeat: repeat-x;
    vertical-align: top;
    text-align: left;
}

/*** FRISE ***/
#conteneur td.frise div.keller {
    margin: 0 0 0 93px;
    width: 120px;
}
#conteneur td.frise2 div.keller {
    margin: 0 0 0 64px;
    width: 180px;
}

/*** CONTENU ***/
#contenu {
    padding: 20px 47px 30px 10px;
    float: left;
}


#main {
    margin: 0 0 0 15px;
    width: 420px;
    float: left;
    background-color: #FFFFFF;
}

/*** LEFT ***/ 
#left {
    width: 268px;
    float: left;
}
#left_top {
    background-color: #E0E0E0;
}
#left_top div.titre {
    margin: 0 0 7px 0;
}
#left_top div.txt {
    margin: 0 20px 0 17px;
    font-size: 0.90em;
    color: #414141;
}
#left_top div.txt div.garage {
    margin: 5px 0 10px 30px;
}

.concessionnaire {
float:left;
margin-right:5px;
margin-top:10px;
}

.garage p {
margin:5px 0;
}

#left_top div.hr {
    height: 8px;
    margin: 5px 0 5px 0;
    background-image: url(../images/interface/left-hr.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#left_top div.txt a, #left div.txt a:link {
    color: #414141;
    text-decoration: none;
}
#left_top div.txt a:hover {
    text-decoration: underline;
}  
#left_bot {
    width: 268px;
    margin-top: 120px;
    /*background-image: url(../images/interface/left-bg.gif);
    background-position: top left;
    background-repeat: repeat-x;
    */
	display:none;
}
.toyota_occasions {
	background:url('../images/interface/occasions.jpg') top left no-repeat;
	width:253px;
	height:93px;
	padding-top:50px;
	text-align:justify;
	font-size:10px;
	padding-left:15px;
}
.toyota_occasions a {
	color:#000000;
}

/*** MAIN ***/
#main div.titre {
    margin: 0 0 10px 0;
}
#main div.txt {
    margin: 0 30px 25px 30px;
}

/*** FOOTER ***/
#footer {
    padding: 0 0 0 5px;
}
#footer div.realisation {
    width: 150px;
    float: left;
}

#footer div.realisation div.actweb {
    padding: 10px 0 0 15px;
}
#footer div.infos {
    width: 450px;
    padding: 10px 0 0 0;
    margin: 0 0 0 5px;
    font-size: 0.90em;
    float: left;
}
#footer div.haut {
    width: 90px;
    float: left;
}
#footer a, #footer a:link {
    color: #414141;
    text-decoration: none;
}
 #footer a:hover {
    text-decoration: none;
}
#footer div.garage {
    clear: both;
    padding: 0 0 0 450px;
}


/******************************/
/*          MENU 
/******************************/

#menu {
    height: 23px;
    margin: 0 0 0 310px;
}

#menu div.keller {
    margin: 0 64px 0 0px;
    width: 180px;
    float: left;
}


/***    ACCUEIL ***/
#accueil-off, #accueil-on {
    width: 61px;
    height: 23px;
    float: left;
}
/* OFF */
#accueil-off a, #accueil-off a:link {
    height: 23px;
    padding: 0;
    margin: 0;
    display: block;
    
    background-image: url(../images/interface/menu-accueil-off.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}
#accueil-off a:hover {
    background-image: url(../images/interface/menu-accueil-on.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}
/* ON */
#accueil-on a, #accueil-on a:link, #accueil-on a:hover {
    height: 23px;
    padding: 0;
    margin: 0;
    display: block;
    
    background-image: url(../images/interface/menu-accueil-on.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}

/***    PRESENTATION ***/
#presentation-off, #presentation-on {
    width: 89px;
    height: 23px;
    float: left;
}
/* OFF */
#presentation-off a, #presentation-off a:link {
    height: 23px;
    padding: 0;
    margin: 0;
    display: block;
    
    background-image: url(../images/interface/menu-presentation-off.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}
#presentation-off a:hover {
    background-image: url(../images/interface/menu-presentation-on.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}
/* ON */
#presentation-on a, #presentation-on a:link, #presentation-on a:hover {
    height: 23px;
    padding: 0;
    margin: 0;
    display: block;
    
    background-image: url(../images/interface/menu-presentation-on.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}

/***    MECANIQUE ***/
#mecanique-off, #mecanique-on {
    width: 81px;
    height: 23px;
    float: left;
}
/* OFF */
#mecanique-off a, #mecanique-off a:link {
    height: 23px;
    padding: 0;
    margin: 0;
    display: block;
    
    background-image: url(../images/interface/menu-mecanique-off.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}
#mecanique-off a:hover {
    background-image: url(../images/interface/menu-mecanique-on.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}
/* ON */
#mecanique-on a, #mecanique-on a:link, #mecanique-on a:hover {
    height: 23px;
    padding: 0;
    margin: 0;
    display: block;
    
    background-image: url(../images/interface/menu-mecanique-on.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}

/***    CARROSSERIE ***/
#carrosserie-off, #carrosserie-on {
    width: 86px;
    height: 23px;
    float: left;
}
/* OFF */
#carrosserie-off a, #carrosserie-off a:link {
    height: 23px;
    padding: 0;
    margin: 0;
    display: block;
    
    background-image: url(../images/interface/menu-carrosserie-off.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}
#carrosserie-off a:hover {
    background-image: url(../images/interface/menu-carrosserie-on.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}
/* ON */
#carrosserie-on a, #carrosserie-on a:link, #carrosserie-on a:hover {
    height: 23px;
    padding: 0;
    margin: 0;
    display: block;
    
    background-image: url(../images/interface/menu-carrosserie-on.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}

/***    CONTACT ***/
#contact-off, #contact-on {
    width: 68px;
    height: 23px;
    float: left;
}
/* OFF */
#contact-off a, #contact-off a:link {
    height: 23px;
    padding: 0;
    margin: 0;
    display: block;
    
    background-image: url(../images/interface/menu-contact-off.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}
#contact-off a:hover {
    background-image: url(../images/interface/menu-contact-on.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}
/* ON */
#contact-on a, #contact-on a:link, #contact-on a:hover {
    height: 23px;
    padding: 0;
    margin: 0;
    display: block;
    
    background-image: url(../images/interface/menu-contact-on.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}

#demande_vehicule_2 {
	margin: 5px 5px;
	width:247px;
	height:120px;
}



<a href="file:///S|/STUDIO/GARAGE KELLER/GARAGE KELLER skoda/www/_dev.htm">_dev</a>