/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

* {
margin:0;
padding:0;
}


/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   /*line-height: 1em;*/
}



hr { 
height:1px;
border:  0px dashed #83A336 !important;
border:  1px dashed #83A336;
background:  url(images/cms/sep_news_pointille_horizont.gif) repeat-x top left !important;
background:  none;
}
 
/******** FORMS ***/
fieldset {
border:none;
padding:0;
}

label {
font-size:11px;
padding-bottom:3px;
}
.form_contact input, .form_contact textarea {
border:1px solid #ccc;
background-color:#fff;
margin-right:3px;
color:#066112;
font-size:11px;
}

/*
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 {
   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:#066112;
}

a:visited {

}


/* remove underline on hover and change color */
a:hover {
   background-color: #add346; 
   text-decoration: underline;
}

/*****************
basic layout 
*****************/
body {
   color: #066112;
   margin:0em; /* gives some air for the pagewrapper */
   background: #9dd00d url(images/cms/bg_site.jpg) repeat-x top left;

}
/* center wrapper, min max width */
div#mainpage {
   margin: 0 auto;  /*   this centers wrapper */
   width: 1025px;
   background: #9dd00d url(images/cms/bg_papillons.jpg) no-repeat top left;
}

/*html>body #pagewrapper {
	filter: none;
	background: url(src='/images/cms/ombre.png') no-repeat
}*/

div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;  /*   this centers wrapper */
   width: 825px; 
   color: #066112;
   padding: 0 3px 0 3px;
   background: url('images/cms/ombre.png') repeat-y;      
   /*background-color: #edecdf ;*/
   /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ombre.png', sizingMethod='scale')*/
  /*position:relative;*/
  /*z-index:1;*/
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 212px; /* adjust according your image size */       
}

div#header h1 a {
/* you can set your own image here */
   background: #fff url(images/cms/header.jpg) no-repeat; 
   display: block; 
   height: 212px;             /* adjust according your image size */
   text-indent: -9990px;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#content {
   /*margin: 15px auto 20px 0;  some air above and under menu and content */
   border:0px solid red;   
   background-color:#edecdf;
  float:left;
    position:relative;
    z-index:1;

}

div#main {
    width:574px;
    float:left;
    background: #edecdf url(images/cms/bg_content.gif) repeat-y top left;
    position:relative;
    z-index:1;
}

div.breadcrumbs{
    padding:8px 28px 0px;
}

div#main_left_col {
float:left;
width:196px;
border:0px solid red;
}
div#main_right_col {
float:left;
width:314px;
border:0px solid blue;
padding:32px 28px 15px 28px;
}
div#main_unique_col {
float:left;
width:510px;
border:0px solid blue;
padding:12px 28px 15px 28px;
    position:relative;
    z-index:1;
}
div#bloc_actu {
clear:left;
border:0px solid red;
}


div#bloc_actu .bloc_actu_titre {
background-color:#fff;
height:21px;
width:572px;
}

div#bloc_actu .bloc_actu_contenu {

background-color:#fff;
height:21px;
width:100%;
}
div#sidebar {
   position:relative;
float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   /*width: 26%;    sidebar width, if you change this please also change #main margins */
  /*  display: inline;  FIX ie doublemargin bug */
   margin-left: 0;

}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   font-size:9px;
width:251px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}
div#sidebar.hascontent .pourquoi_planter_arbre {
   /*margin-top:12px;*/
   background: #edecdf url(images/cms/pourquoi_planter_arbre.gif) no-repeat top left;
   border:0px solid red;
}



div#sidebar.hascontent .pourquoi_planter_arbre .bloc_text{
   padding:30px 16px 20px 16px;
   line-height:12px;
}

div#sidebar.hascontent .pourquoi_planter_arbre .bloc_text p
{
    font-weight:bold;
    font-size:10px;
}
div#sidebar.hascontent .portraits_planteurs {
   margin-top:15px;
   background: #edecdf url(images/cms/portraits_planteurs.gif) no-repeat top left;
   border:0px solid red;
}
div#sidebar.hascontent .portraits_planteurs .bloc_text{
   padding:22px 16px 20px 0px;
   line-height:12px;
}

div#sidebar.hascontent .portraits_planteurs .bloc_text p
{
     /*font-size:1em;*/
}
div#footer {
   clear:both;       /* keep footer below content and menu */
   background: #edecdf url(images/cms/bg_footer.jpg) repeat-x top left;
   height:32px;
}

div#footer p {
   font-size:10px;
   font-weight:bold;
    padding: 15px 0 10px 0;      
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color:#066112;
}

div#footer2 {
   color:#fff;
   clear:both;       /* keep footer below content and menu */
   background: url(images/cms/bg_footer2.jpg) repeat-x top left;
   height:39px;
   margin:0pt auto;
   width:825px;
   text-align:center;
   padding-top:5px;
}
div#footer2, div#footer2 a{
   color:#fff;
   font-weight:bold;
   font-size:10px;
   text-decoration:none;
}
div#footer2 a:hover{
   background:none;
}
div#footer2 #menuwrapper{
   background:none;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 10px;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.bloc_actu {
  float: left;
  width: 100%;  
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
border:1px solid red;
}




/********************
CONTENT STYLING
*********************/
div#main_unique_col {
font-size: 11px; 
line-height:14px;
}

/* HEADINGS */
div#content h1 {
   font-size: 20px;  /* font size for h1 */
   line-height: 10px;
   margin: 0;
}
div#content h2 {
   color: #83a336; 
   font-size: 16px; 
   text-align: left; 
   padding:8px 0 15px 0;
line-height: 13px; 
}
div#content h3 {
   color: #066112; 
   font-size: 14px;
   line-height: 13px;
    padding:8px 0 15px 0;
}
div#content h4 {
   color: #066112; 
   font-size: 12px;
   line-height: 13px;
    padding:8px 0 15px 0;
}
div#content h5 {
   color: #066112; 
   font-size: 11px;
   line-height: 13px;
    padding:8px 0 15px 0;
}
h6 {
   font-size: 10px;
   line-height: 13px;
    padding:8px 0 15px 0;
}
/* END HEADINGS */

/* TEXT */
p {
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 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: "Courier New", Courier, monospace;
 font-size: 10px;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 10px 10px 10px;
   padding: 5px;
   line-height: 15px;
   font-size: 11px;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 10px;
   line-height:14px;
   margin: 0 0 15px 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 2.5px 30px;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 2.5px 30px;
}
div#dl dd {
   margin: 0 0 0 30px;
}

.GrosTitreVC{
   color:#83A336;
   font-size:16px;
}

.GrosTitreVF{
   font-size:16px;
   color:#1E5F0F;
}

.GrosTitreBeige{
     color:#ab9d59;
     font-size:16px;
}
.TitreMoyenVC{
   color:#83A336;
   font-size:14px;
}
.TitreMoyenVF{
   font-size:14px;
   color:#1E5F0F;
}

.TitreMoyenBeige{
     color:#ab9d59;
     font-size:14px;
}

.TexteVC{
   color:#83A336;
}

.TexteBeige{
   color:#83A336;
}
/* END LISTS */


/* End of 'Layout: Top menu + 2 columns' */

