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

body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   background-color: inherit; 
   color: #a8d150; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #a8d150; 
}

a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #fff;
}

div#content a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #789e28;
}

/*****************
basic layout 
*****************/
body {
   background: #51463B url(images/design/isolation/fond.jpg) 0 0 repeat-x;
   color: #333;
}

div#pagewrapper {
   margin: 0 auto;
   width: 924px;
   background-color: transparent;
   color: black;
}

div#header {
   height: 145px;  
}

div#header h1 {
   position: absolute;
   top: 70px;
   font-size: 60px;
   height: 60px;
   color: #9ABD3C;
   text-decoration:none;
   font-weight: normal;
   padding: 0 0 0 20px;
}

div#header h2 {
   position: absolute;
   top: 110px;
   font-size: 20px;
   height: 20px;
   color: #7e7e7e;
   text-decoration:none;
   font-weight: normal;
   padding: 0 0 0 20px;
}






div#main {
   width: 834px;
   min-height: 350px;
   float: left;
   background: transparent url(images/design/isolation/fond_centre_main.png) 0 0 repeat-y;
   padding: 20px 150px 0 40px;
}

div#main_accueil {
   background: none;
}

div#bas_main {
   position: relative;
   width: 924px;
   height: 52px;
   float: left;
   background: transparent url(images/design/isolation/fond_bas_main.png) 0 0 no-repeat;
}

div#content {
   position: relative;
}

div#credit_impot {
   position: absolute;
   z-index: 100;
   left: 470px;
   top: 322px;
}

div#credit_impot2 {
   position: absolute;
   z-index: 100;
   left: 470px;
   top: -7px;
}

div#footer {
   clear: both;
   color: #fff;
   background-color: transparent;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
   color: #9d9c9c;
}

div#footer p a {

}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}


div.left49 {
  width: 49%;
  color: #999;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  color: #999;
}




/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
   color: #b46c05;
   padding-bottom: 1em;
}
div#content h2 {
        float: left;
        width: 880px;
	color: #DAE8B8; 
	font-size: 1.8em;
        font-weight: normal;
	text-align: left; 
        padding: 5px 0 0 20px;
        line-height: 1.5em;
        margin: 0 11px 0 11px;
        background: transparent url(images/design/isolation/fond_h2.png) 0 0 repeat-x;
}
div#content h3 {
   color: #aaa; 
   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 {
   margin: 0 0 1.5em 0;
   line-height: 1.4em;
   padding: 0;
}

div#main p {
   font-size: 1.2em;
   margin: 0 0 1.5em 0;
   line-height: 1.4em;
   padding: 0;
}

div#news p {
   font-size: 1.2em;
   margin: 0 0 1.5em 0;
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   font-family: Georgia, Times, serif;
   font-size: 1.5em;
   color: #96692E;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}



/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.2em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#main ul ul ul li,
{
   font-size: 0.8em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

.carousel-wrap {
  width: 885px;
  margin: 0 20px 0 0;
}

.carousel-wrap p {
  font-size: 1.2em;
}

.carousel-control {
position: absolute;
top: 245px;
width:40px;
height:40px;
cursor:pointer;
zoom:1;
z-index: 100;
background:url(http://thomlx.free.fr/numerized/styles/images/buttons/next.png) 0 0 no-repeat;
}

.carousel-next {
left: 65px;
background:url(images/design/isolation/fleche_droite.png) 0 0 no-repeat;
}
.carousel-previous {
left: 25px;
background:url(images/design/isolation/fleche_gauche.png) 0 0 no-repeat;
}

.image_a_droite {
   float: right;
   margin: 0 0 0 15px;
}

.image_a_gauche {
   float: left;
   margin: 0 15px 0 0;
}

/* Form */

.formulaire {
   float: left;
   width: 500px;
   font-size: 0.9em;
}

.formulaire textarea {
   width: 400px;
}

.formulaire div {
   padding: 0 10px 10px 0;
   width: 500px;
   clear: right;
}

.adresse label {
   float: left;
}

.formulaire label {
    display: block;
    width: 150px;
   /*float: left;*/
}

.formulaire .boutons label {
    display: inline;
}
/* End of 'isolation' */

