/* Start of CMSMS style sheet 'Design' */
/* DESIGN */
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
   font-size: 10pt;
   background-color: #FFF;
   color: #444;
}

img {
   border: 0;
}

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;
   color: #017E82;
}

div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   color: black;
   width: 870px;
   margin-top: -220px;
}

div#header {
   height: 94px; 
   background: url(images/cms/fond-header.jpg) repeat-x; 
   width: 100%;        
}

#logo {
   height: 94px;
   width: 439px;
   float: left;
   background: url(images/cms/logo-journalistesCFDT.jpg) no-repeat;
}

#ville { 
   background: url(images/cms/ville-header.jpg) repeat-x;  
   width: 540px; 
   height: 94px; 
   float: right;
}

div#header h1 a {
   position: absolute;
   height: 94px;  
   width: 439px;          
   text-indent: -999em;  
   text-decoration: none; 
}

#bdbackground {
   width: 100%;
   height: 220px;
   background-color: red;
   background: url(images/cms/fondcontent.jpg) repeat-x;
}

div#search {
   float: right;
   width: 27em; 
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; 
   font-size: 90%;             
   margin: 0 1em;         
   border-bottom: 2px dotted #444444;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
   color: #05787F;
}

div#content {
   margin: 1.5em auto 2em 0;
}

div#sidebar {
   float: left;  
   width: 26%;   
   display: inline;
   margin-left: 0;
}

div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%; 
   padding-bottom: 1em;
}

div#footer {
   clear:both;       
   color: #fff;
   height: 113px;
   background-color: #444444;
   font-size: 1.2em;
}

#footermenu {
   width: 870px;
   height: 68px;
   margin: 0 auto;
   background: url(images/cms/menufooter.jpg) no-repeat;  
}

div#footer #footermenu p {
   font-size: 0.8em;
   padding: 1.5em;      
   text-align: center; 
   margin:0;
}

div#footer p a {
   color: #fff; 
}

div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

div.left49 {
  float: left;
  width: 49%; 
  font-size: 0.9em; 
  color: gray;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  font-size: 0.8em;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  
   line-height: 1em;
   margin: 0;
}

div#content h2 {
   color: #ee7a31; 
   font-size: 1.5em; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   border-bottom: 1px solid #444444; 
   border-left: 1.1em solid #017E82; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

div#content h3 {
   color: #017E82; 
   font-size: 1.4em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#sidebar h3 { color: #fff; background-color: #017E82; padding: 5px; text-align: center; }

div#content h4 {
   color: #EE7A31; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#sidebar h4 { color: #fff; background-color: #00C4D4; padding: 5px; text-align: center;}

div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   color: #017E82; 
}

h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   color: #EE7A31; 
}

p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  
   line-height:1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

pre {
   font-family: monospace;
   font-size: 1.0em;
}

strong, b {
   font-weight: bold;
   color: #444444;
}

em, i {
   font-style:italic;
}

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;  
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;  
}

div#main ul, div#main ol, div#main dl {
   font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li, div#main ol li {
   margin: 0 0 0.25em 3em;
   list-style-image: url(images/cms/puce2.gif);
}

div#sidebar ul, div#sidebar ol, div#sidebar dl {
   font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}

div#sidebar ul li, div#sidebar ol li {
   margin: 0.5em 0 0em 2em;
   list-style-image: url(images/cms/puce.gif);
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}

div#dl dd {
   margin: 0 0 0 3em;
}

#search label {
   color: #EE7A2F;
}
/* End of 'Design' */

