/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
* {margin:0;padding:0;}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   line-height: 1em;
   background:url(images/cms/fd.jpg); 
}

img {border: 0;}

/*
default link styles
*/
/* set all links to have underline and bluish color */

a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
   outline:none;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #18507C;                /* a different color can be used for visited links */
}

/*****************
basic layout 
*****************/

body {
   background-color: #ccc;
   color: #333;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   max-width: 930px;   /* IE wont understand these, so we will use javascript magick */
   min-width: 910px;
   background-color: #fff;
   color: #737373;
}


div#header {height: 185px;}

#global{
  width:950px;
   background:url(images/cms/fd_global.jpg) repeat-y;   
   margin: 0 auto;
}

#fd_haut{
   margin: 0 auto;
   background:url(images/cms/fd_haut.jpg); 
   height:10px;
   width:950px;
   font-size:1px;
   margin-top:0px !important;
   margin-top:2px;
}


#fd_bas{
   margin: 0 auto;
   background:url(images/cms/fd_bas.jpg); 
   height:10px;
   width:950px;
   font-size:1px;
}

div#header h1 a {
/* you can set your own image here */
   background:url(images/cms/header.jpg) no-repeat; 
   display: block;
   height: 185px;           /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   margin-bottom:-7px;
}

div.breadcrumbs {float:left;}

div.breadcrumbs span.lastitem {font-weight:bold; } 

div#content {width: 738px;background-color:#fff;}

div#main {
   margin-left:34px;
   padding-right:34px;
   font-family:verdana;
   font-size:12px;
   color:#747474;
   text-align:left;
}

div#main2 {
  margin-left:34px;
  font-family:verdana;
  font-size:12px;
  color:#747474;
  text-align:left;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 192px;     /* sidebar width, if you change this please also change #main margins */
   padding-top:20px;
   background:url(images/cms/fd_menu.jpg) no-repeat; 
   background-position:bottom;   
   background-color: #f6f6f6;
   height:500px;
}

div#footer {clear: both;color: #e85412;}

div#footer p {
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {color: #e85412;font-size:9px;}

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

div#content {float:left;margin-top:10px; }

/* HEADINGS */

div#content h2 {
   color: #e85412;
   padding-left:11px;
   text-align: left; 
   font-size:1.3em;
   font-weight:normal;
}

#fd_h2{
   padding-top:7px;
   background:url(images/cms/h2.jpg) no-repeat;
   height:49px;
}

div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   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: Verdana;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

.Document {
   background:url(images/cms/img_doc.jpg) no-repeat;
   padding-left:25px;
   color:#ff0000;
}

.Document a{
   background:url(images/cms/img_doc.jpg) no-repeat;
   padding-left:25px;
   color:#ff0000;
}

.Contour_Images{
   border: 1px solid #000;
   padding:5px;
}

/************************ Page rÃ©fÃ©rences ************************/

/************ Styles de la page ************/

.Img_reference{
     margin-top:-5px;
     margin-right:20px;
     border:1px solid #afafaf;
     margin-bottom:15px;
}

.Titre_reference{
     top:30px;
     text-decoration:underline;
     color:#f39900;
     font-weight:bold;
}

.Sous_titre_Reference{
     font-size:10px;
     color:#e85412;
     font-style:italic;
}

.Texte_Reference{
     font-size:11px;
     text-align:left;
     line-height:2.5ex;
}


/************ Styles des pages ************/

.Ligne_introduction{
     font-size:13px;
     color:#f39900;
     font-style:italic;
}

.titre_gras_orange{
     font-size:13px;
     font-weight:bold;
     color:#f39900;
}

.texte_simple{
     font-size:11px;
}

.texte_simple a{
     font-size:11px;
     color:#797979;
}

.Ligne_introduction{
     font-size:11px;
     color:#f39900;
     font-style:italic;
}

.Img_formateurs{
     margin-top:10px;
     margin-right:10px;
}

.Nom_formateurs{
     font-size:11px;
     font-weight:bold;
     color:#f39900;
}

.Texte_formateurs{
     font-size:11px;
     color:#797979;
     text-align:left;
    line-height:2.5ex;
}

#main fieldset{
border:none;

}

#contenu_gauche_accueil{
width:322px;
float:left;
margin-right:10px;
border-right:1px solid #797979;
padding-right:10px;
}

#contenu_haut_accueil{
margin-bottom:15px;
}

#contenu_droite_accueil{
width:322px;
float:left;
}

ul li{
margin-left:15px;
}
/* End of 'Layout: Left sidebar + 1 column' */

