/* Elevage JS du Bosquet - Section Transport */

/*-------*/
/* Fonts */
/*-------*/

@font-face {
   font-family: Gotham-Narrow-Book;
   src: url('fonts/Gotham-Narrow-Book.woff');
}

@font-face {
   font-family: Gotham-Narrow-Medium;
   src: url('fonts/Gotham-Narrow-Medium.woff');
}

/*---------*/
/* General */
/*---------*/

body {
   background-color: #E0E0E0;
   font-family: Gotham-Narrow-Book,arial,sans-serif;
   font-size: 20px;
   margin: 20px 0px 20px 0px;
}

img {
   border: none;
}

div.section {
   border-bottom: solid 1px #C0C0C0;
   color: #225340;
   font-family: Gotham-Narrow-Medium,arial,sans-serif;
   font-size: 20px;
   text-align: right;
   margin: 0px 0px 24px 0px;
}

a:link, a:visited, a:active {
   color: #A05340;
   font-weight: none;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

ul.list1 {
   list-style-type: disc;
   margin: 0px 0px 0px 30px;
}

ul.list2 {
   list-style-type: circle;
   margin: 0px 0px 0px 50px;
}

li {
   margin: 8px 0px 8px 0px;
}

.underdots {
   border-bottom: dotted 1px;
}

/*--------*/
/* Header */
/*--------*/

table.header {
   border-collapse: collapse;
   margin: 0px auto 0px auto;
   width: 975px;
}

td.header {
   padding: 0px 0px 0px 0px;
}

img.header {
   margin: 0px;
}

/*------*/
/* Page */
/*------*/

table.page {
   border-collapse: collapse;
   margin: 0px auto 0px auto;
   width: 975px;
}

td.page {
   background-color: #FFFFFF;
   color: #225340;
   padding: 25px 25px 50px 25px;
   vertical-align: top;
}

/*------*/
/* Home */
/*------*/

div.home-line {
   border-bottom: dotted 2px #C0C0C0;
   margin: 15px 0px 15px 0px;
}

div.home-comment-text {
   background-color: #FFFFE7;
   border: dashed 1px #FAC873;
   color: #7F7F7F;
   font-size: 16px;
   font-style: italic;
   margin: 16px 0px 16px 0px;
   padding: 12px 36px 12px 36px;
}

span.home-comment-name {
   font-size: 14px;
   font-style: normal;
   margin-left: 8px;
}

span.home-comment-date {
   display: none;
   font-size: 12px;
   font-style: normal;
   margin-left: 8px;
}

div.home-small-text {
   color: #7F7F7F;
   font-size: 12px;
   text-align: center;
}

img.home {
   border: solid 2px #FAC873;
   float: right;
   margin: 0px 0px 0px 50px;
}

/*------------*/
/* Regulation */
/*------------*/

div.regulation-line {
   border-bottom: dotted 2px #C0C0C0;
   margin: 15px 0px 15px 0px;
}

/*---------*/
/* Vehicle */
/*---------*/

div.vehicle-line {
   border-bottom: dotted 2px #C0C0C0;
   margin: 15px 0px 15px 0px;
}

/*---------*/
/* Contact */
/*---------*/

div.contact-line {
   border-bottom: dotted 2px #C0C0C0;
   margin: 15px 0px 15px 0px;
}

div.contact-big-text {
   font-size: 24px;
   text-align: center;
}

/*--------*/
/* Footer */
/*--------*/

div.footer {
   font-size: 12px;
   font-weight: none;
   letter-spacing: 1px;
   margin: 10px 0px 0px 0px;
   text-align: center;
}
