/* Start of CMSMS style sheet 'Jogging : Pages' */
* { margin:0; padding:0; }
body, textarea { text-align: left; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }

/* set font size for all divs, this overrides some body rules */
div { font-size: inherit; }

/* if img is inside "a" it would have borders, we don't want that */
img { border: 0; }

/* default link styles */
a, 
a:link 
a:active { text-decoration: underline; background-color: inherit;  color: #18507C; }
a:visited { text-decoration: underline; background-color: inherit; color: #18507C; }
a:hover { text-decoration: none; background-color: #fedf62; color: #000; }
a.nostyle:hover { background-color: white; }

/*****************
basic layout 
*****************/
body { background-color: #ccc; color: #333; margin:1em; }

/* center wrapper, min max width */
div.pagewrapper { border: 1px solid #a63813; width: 1000px; margin: 0 auto;   
background: #fff url(uploads/Jogging/bottom_background.jpg) bottom left repeat-x; color: black; }

div.contentmin { min-height: 400px; }

div.header { height: 143px;  background: #fedf62 url(uploads/Jogging/bandeau.jpg) no-repeat 0 0px;  margin-bottom: 3px; }

div.search { float: right; width: 27em;  text-align: right;   padding: 10px;  margin: 0 px;}
div.search input { font-size: 11px; border: 1px solid #999; margin: 2px; padding: 1px;}

input, textarea { font-size: 11px; border: 1px solid #999; margin: 2px; padding: 1px;}
div.carnet { margin: 5px; padding: 10px; border: 1px solid #666; background-color: #EEE; }


div.breadcrumbs {  padding: 1em 0 1.2em 0;  font-size: 11px;   margin: 0 1em; border-bottom: 1px dotted #000; } 
div.breadcrumbs span.lastitem { font-weight:bold; }

table.contenu { width: 100%; }
table.contenu td, table.contenu th { vertical-align: top; padding: 4px 10px;  }
table.contenu td.cote { width: 260px;}
table.contenu td.coteMenu { width: 230px;}
table.contenu td { text-align: justify}


div.footer {   clear:both;  }
div.footer p {  font-size: 0.8em; padding: 1.5em; text-align: center; margin:0; }
div.footer p a { color: #666; }


div.hr {  height: 1px;  margin: 1em;  border-bottom: 1px dotted black; }

/* relational links under content */
div.left49 {   float: left;  width: 49%; }
div.right49 {  float: right;  width: 49%;  text-align: right; }


/********************
CONTENT STYLING
*********************/
table.contenu { }

/* HEADINGS */
h1 { font-size: 2em;  line-height: 1em;  margin: 0; }
h2 { 
   color: #a63813; 
   font-size: 1.5em; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;

 }

h3 { color: #a63813;  font-size: 1.3em; line-height: 1.3em; margin: 0 0 0.5em 0; }
h4 { color: #a63813;  font-size: 1.2em; line-height: 1.3em; margin: 0 0 0.25em 0;}
h5 { font-size: 1.1em; line-height: 1.3em; margin: 0 0 0.25em 0; }
h6 { font-size: 1em; line-height: 1.3em; margin: 0 0 0.25em 0; }
/* END HEADINGS */


/* TEXT */
p {  margin: 0 0 1em 0; padding: 0;}
blockquote { border-left: 10px solid #ddd; margin-left: 10px; }
pre { font-family: monospace; font-size: 1.0em; }
strong, b { font-weight: bold; }
em, i {   font-style:italic; }

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

table.NewsArchives { margin: 20px 3px; }
table.NewsArchives  td, table.NewsArchives  th { vertical-align: top; padding: 2px;  }
table.NewsArchives th {border: 1px solid #666; background-color : #fedf62; }
div.content {min-height: 250px;}

/* END TEXT */

/* LISTS */
table.contenu ul, table.contenu ol, table.contenu dl {  margin: 0 0 1.5em 0;  list-style-position:inside; }
table.contenu li {  padding-top: 5px; }

div#dl dt { font-weight: bold;    margin: 0 0 0.25em 3em; }
div#dl dd { margin: 0 0 0 3em; }
/* END LISTS */

  div.video ul{ list-style: none; margin: 0px; padding: 0px; }
  div.video ul li {  padding: 2px 0px; }
  div.video ul li a {text-decoration: none; font-weight: normal;  font-size: 11px;}


table.form th { text-align: right; padding: 5px;}

/* End of 'Jogging : Pages' */

