/* Start of CMSMS style sheet 'top + 2 colonnes - largeur fixe' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

.tableau { color: #000; font-size: 1em; font-family: Arial; padding: 5px }
.tabhaut { color: #fff; font-weight: bold; background-color: #d2691e; padding-top: 1em; padding-bottom: 0.5em; padding-left: 1em }
.tabtrgris { background-color: #f5f5f5; padding: 10px; border-top: 1px solid #dcdcdc; border-right: 1px dotted #c63; border-bottom: 1px solid #dcdcdc }
.tabcol  { padding: 5px; border-top: 1px solid #dcdcdc; border-right: 1px dotted #d2691e; border-bottom: 1px solid #dcdcdc }
.tabdelit { color: #360 }
.tabnatinf { color: #360; font-weight: bold }
.trbas { border-bottom: 2px dotted #ccc }


.questions  { padding: 10px; border: solid 1px #9c0 }
.questions li   { background-image: url("images/puce-questions.gif"); background-repeat: no-repeat; background-position: 0 2px; list-style-type: none; padding-left: 15px }

.questions li  { -padding-left: 0px }




.encadre { color: #993300; margin-top: 10px; margin-bottom: 10px; padding: 10px; border: solid 1px }
.blocimage  { background-color: #f5f5f5; margin-top: 5px; margin-right: 10px; margin-bottom: 5px; padding: 5px 5px 10px; width: 200px; float: left }
.legende { color: #333; font-size: 0.8em; margin-top: 5px; padding-top: 5px; padding-bottom: 10px;  float: left; border-top: 1px solid #ccc;  }
.arret  {  color: #00000; width: 600px; }
.logo  {  margin-right: 10px; margin-bottom: 5px; padding: 5px 5px 10px; width: 100px; height: 100%; float: left; text-align: center; height: 100px }
.asso {   margin-bottom: 5px; border-bottom: dotted 1px; }


div#don { font-weight: bold; background-image: url("images/boutons/bouton-don.gif"); background-repeat: no-repeat;display: block;  padding-top:25px; padding-left: 115px; width: 250px; height: 81px }
div#don a { color: #fff; font-size: 0.9em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 1.1em ;width: 100px}
div#don a:hover { text-decoration: underline }



.chapitre   { margin-top: 10px; margin-bottom: 10px; float: left; border-top: 1px solid #693; border-left: 1px solid #693; width: 100% }

div.chapitre h5      { color: #eee; font-size: 1.1em; line-height: 1.3em; background-color: #693; margin: 0 0 0.5em; padding-top: 5px; padding-bottom: 5px; padding-left: 10px }

div.chapitre p      { font-size: 1em; line-height: 1.4em; margin: 0 0 1.5em; padding: 0 0 0 10px }
div.chapitre h6 { color: #360; font-size: 1em; line-height: 1.3em; margin: 0 0 0.25em;  padding-left: 10px }

* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active   { color: #696969; text-decoration: none }

a:visited   { color: #696969; text-decoration: none }


/* remove underline on hover and change color */
a:hover   { color: #808080; text-decoration: underline }

/*****************
basic layout 
*****************/
body   { color: #033; background-color: #fff; margin: 1em }

/* center wrapper, min max width */
div#pagewrapper  { color: black; background-color: #fff; margin: 0 auto; width: 1024px; min-width: 60em; max-width: 80em; border: solid 1px #ccc }


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header  { background: #fff; height: 140px ; }
div#header h1 a   { text-decoration: none; background: #fff url("images/header.gif") no-repeat 0 top; text-indent: -999em; display: block; height: 140px }

#recurrents   { color: #556b2f; margin-left: 300px; padding-top: 0.5em; padding-right: 2em; position: absolute; z-index: 2 }

#phrasetitre   { color: #3c5a0a; font-size: 1.4em; font-weight: bold; background-color: #fff; text-align: right; margin-top: 5px; margin-right: 20px; height: 25px }
#phrasetitre2   { color: #3c5a0a; font-size: 0.9em; font-weight: bold; background-color: #fff; text-align: left; margin-top: 3px; margin-left: 20px; height: 20px }

div#search    { text-align: right; margin-left: 760px; padding: 0.3em 0 1em; position: absolute; z-index: 2; }

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
  
}

 div.breadcrumbs span.lastitem  { color: #d2691e; font-weight: bold }

div#content {
   margin: 0 auto 2em 0; /* some air above and under menu and content */
}

div#main {
   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}


div#sidebar  { display: inline; margin-left: 10px ; width: 250px; float: left ;-margin-right:-150px;}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {

   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer   { background-color: #fff; color: #666; clear: both }

div#footer p  { font-size: 0.8em; text-align: center; margin: 0; padding: 0.8em }

div#footer p a {
   color: #666; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1    { color: #360; font-size: 1.4em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 1.5em; background-image: url("images/homepage/puce_titre.gif"); background-repeat: no-repeat; margin: 0 0 1em;  padding-left: 1.5em }
div#content h2   { color: #d2691e; font-size: 1em; line-height: 1.3em; text-align: left; margin: 0 0 0.5em; padding-bottom: 1px }
div#content h3   { color: #666; font-size: 1.1em; font-weight: bold; line-height: 1.5em; margin: 1em 0 0.5em }
div#content h4  { color: #fff; font-size: 1.2em; font-variant: small-caps; line-height: 1.3em; margin: 0 0 0.25em }
div#content h5    {  font-size: 1.1em; line-height: 1.3em; margin: 0 0 0.5em }

h6 {color: #360;
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   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 {
/* 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: "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;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
#juridique  { line-height: 1.2em; background-image: url("images/module_juridique_fd.gif"); background-repeat: repeat-y; margin-right: 0; margin-left: 1em; width: 230px; float: right }
#juridiquehaut { color: #fff; font-size: 0.8em; background-image: url("images/module_juridique_h.gif"); background-repeat: no-repeat; background-position: 0 0; padding: 0.8em 2em 1em 1.6em }






#juridiquemilieu  { color: #fff; background-image: url("images/module_juridique_b.gif"); background-repeat: no-repeat; background-position: 0 bottom; padding: 1em 2em 2em 1.6em }

.rubrique { margin: 0 }
.rubrique li   { font-size: 1em; line-height: 1.3em; background-image: url("images/menus/puce1.png"); background-repeat: no-repeat; background-position: 10px 10px; list-style-type: none; list-style-image: none; padding-top: 1em; padding-bottom: 1em; padding-left: 2em; border-bottom: 1pt solid #ffa500 }

.rubrique li  { -background-image: url("images/menus/puce1.gif"); -padding-left: 5px }


.lientableau { background-image: url("images/boutons/bouton-tableau.gif"); background-repeat: no-repeat; background-position: 0 0; padding-top: 1.8em; padding-right: 2em; padding-left: 5em; padding-bottom: 2em; margin-bottom: 2em }

.lientableau a { color: #fff; font-weight: bold; }



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 {
   list-style-position: inside;position: inside; margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'top + 2 colonnes - largeur fixe' */

