/*-----------------------------------------------------------------
mycar-story
-----------------------------------------------------------------*/

#mycar-story {
}

/*----- primary -----*/

#mycar-story .primary {
width: 400px;
float: left;
}

#mycar-story .primary h2 {
font-size: 150%;
line-height: 100%;
font-weight: bold;
color: #CC6600;
border-left: #CC6600 8px solid;
padding-left: 10px;
margin: 15px 0;
}

#mycar-story .primary h3 {
font-size: 100%;
border-bottom: #CCCCCC 1px dotted;
padding-bottom: 5px;
color: #CC9900;
font-weight: bold;
margin: 25px 0 15px 0;
}

#mycar-story .primary h4 {
font-size: 100%;
color: green;
font-weight: bold;
margin: 25px 0 10px 0;
}

#mycar-story .primary p {
font-size: 90%;
line-height: 150%;
margin: 0 0 1em 0;
}

#mycar-story .primary p.lead {
font-size: 100%;
line-height: 150%;
margin: 1em 0;
}

#mycar-story .hp-link {
height: 16px;
background: #FFFFFF url("../images/icon-web.gif") no-repeat 0 2px;
padding-left: 40px;
font-size: 12px;
display: block;
margin: 1em 0 5px 0;
}

#mycar-story .map-link {
height: 16px;
background: #FFFFFF url("../images/icon-map.gif") no-repeat 0 2px;
padding-left: 40px;
font-size: 12px;
display: block;
}

#mycar-story table.line {
border-top: 1px solid #666666;
border-left: 1px solid #666666;
}

#mycar-story table.line th {
background-color: #EEEEBB;
padding: 5px;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
}

#mycar-story table.line td {
padding: 5px;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
vertical-align: top;
}

#mycar-story table.photo-table h3 {
font-size: 75%;
color: #CC9900;
font-weight: baold;
border: 0;
margin: 0 0 0.3em 0;
padding: 0;
}

#mycar-story table.photo-table p {
font-size: 75%;
line-height: 140%;
margin: 0;
}

#mycar-story em {
color: #CC6600;
font-style: normal;
}

#mycar-story strong.pink {
color: #CC3366;
font-weight: bold;
}

#mycar-story ul.local-navigation {
margin: 2em auto;
text-align: center;
font-size: 75%;
}

#mycar-story a.btn-enquete {
width: 190px;
height: 36px;
background: #FFFFFF url("../images/btn-enquete.jpg") no-repeat top;
display: block;
margin-top: 10px;;
}

#mycar-story a.btn-enquete:hover {
background-position: bottom;
}




/*----- secondary -----*/

#mycar-story .secondary {
width: 170px;
float: right;
border: #CCCCCC 1px solid;
}

#mycar-story .secondary .inner {
padding: 13px;
}

#mycar-story .secondary h2 {
font-size: 90%;
font-weight: bold;
color: #006600;
line-height: 120%;
margin: 0.5em 0 0.2em 0;
}

#mycar-story .secondary h3 {
font-size: 75%;
font-weight: bold;
color: #666666;
margin: 0 0 1em 0;
}

#mycar-story .secondary p {
font-size: 75%;
line-height: 140%;
margin: 0 0 1em 0;
}


