/* Start of CMSMS style sheet 'Optium - 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;
/*font-size: 11px;*/
}

/*
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 {
   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: #000; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #000;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   /*background-color: #C3D4DF;*/
   color: #000;
}

/* TEXT */
p {
   font-size: 1.0em;
   
   line-height:1.4em;
   padding: 0;
margin: 0 0 1.5em 0;  /* some air around p elements */
}
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 */

main_contact{
margin-left: 2%; 
/*height:600px;*/
height:auto;
}

/*****************
basic layout 
*****************/
body {
background-color: #ECE8DF;
   color: #333;
   margin:1em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
background-color: #fff;
margin: 0 auto;     /* this centers wrapper */
   /*     border: 1px solid black;
max-width: 80em;IE wont understand these, so we will use javascript magick 
min-width: 60em;
-webkit-border-radius: 10px 10px;
-moz-border-radius: 10px;*/
width:974px; 
color: black;

}



/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 104px; /* adjust according your image size */
   /*background: #385C72; */         
//margin-bottom:-10px;
}

div#header h1 a {
/* you can set your own image here */
background: url(uploads/images/logohead.png) no-repeat 0 0px;
   display: block; 
   height: 104px;             /* 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 */
}


div#headerhome {
   height: 104px; /* adjust according your image size */
   /*background: #385C72; */         
//margin-bottom:-10px;
}

div#headerhome h1 a {
/* you can set your own image here */
background: url(uploads/images/logohead.png) no-repeat 0 0px;
   display: block; 
   height: 104px;             /* 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 */
}

div#search {
 /*  float: right;
   width: 27em;
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;*/
display:none;

}

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" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }



div#content {
   /*margin: 1.5em auto 2em 0;  some air above and under menu and content */

}

div#content_home{

}



div#mainhome {
   /*margin-left: 2%;  this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   /*margin-right: 28%;  and some air on the right */
width:975px;
float:left;
background: url(uploads/images/fond.jpg) no-repeat 0 0px;
height:480px; 
}
div#mainhome_content {
width:400px;
height:400px;
/*margin:10 80 15 30px;*/
margin-top:50px;
margin-right:70px;
float:right;
color:white;
}

div#main {

   margin-left: 2%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   /*margin-right: 28%;  and some air on the right */
width:720px;
float:left;
min-height:450px;
//margin-left:10px;
background: url(uploads/images/plante.jpg) no-repeat 0 0px; 
}

div#main_missions{

   margin-left: 2%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   /*margin-right: 28%;  and some air on the right */
/*width:720px;
float:left;*/
/*background: url(uploads/images/plante.jpg) no-repeat 0 0px;*/
height:auto;
//margin-left:15px;
}




div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
      /* sidebar width, if you change this please also change #main margins */
width: 223px;
//width: 204px; 
/*width: 233px;*/   
display: inline;  /* FIX ie doublemargin bug */
   margin-top:0px;
}

div#sidebar2 {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
      /* sidebar width, if you change this please also change #main margins */
width: 223px;
//width: 204px; 
/*width: 233px;*/   
display: inline;  /* FIX ie doublemargin bug */
   margin-top:0px;
}

div#sidebar_ex {

}
div#sidebar_home {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 240px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-top:25px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   /* padding: 0 1%;
   width: 24%;  make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
clear:both;       /* keep footer below content and menu */
color:#fff;
  /*background-color:yellow;  same bg color as in header */
background: url(uploads/images/footer.png) no-repeat 0 0px;
/*background: url(uploads/images/footer.png) no-repeat 0 27px;*/
margin:auto;
height:27px;
width:974px;
}

div#footer p {
   font-size: 0.7em;
   text-align: center; /* centered text */
/*padding-bottom:10px;*/
margin: 0 0 0 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}

div#footer p a {
   color: #fff; /* 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;
   border-bottom: 1px dotted black;
}

/* 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 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

div#content_ex_miss h2 {
color: black; 
font-size: 1.6em; 
font-weight:bold;
text-align:left;
background: url(uploads/images/puceb2.gif) no-repeat 0 5px; 
padding-left: 1.5em;
line-height: 40px; 
margin-left: 2%;
}

/*div#content h2 {
color:black;
font-size: 1.6em; 
font-weight:bolder;
text-align:left;
background: url(uploads/images/puceb1.gif) no-repeat 0 12px; 
padding-left: 1.6em;
line-height: 80px; 
margin-top:0px;
}*/
div#content h2 {
margin-top:11px;
color: black; 
font-size: 1.6em; 
font-weight:bold;
text-align:left;
background: url(uploads/images/puceb2.gif) no-repeat 0 5px; 
padding-left: 1.5em;
line-height: 40px;
text-indent:5px; 
}

div#content h1{
color: #1D2A5C;
font-size: 1.5em; 
font-weight:bolder;
text-align:left;
padding-left: 1.6em;
line-height: 75px; 
margin-top:0px;
}

div#content h3 {
   color: #294B5F; 
   font-size: 11px;
   line-height: 20px;
   margin: 0 0 0.5em 0;
text-transform: uppercase;
border-bottom: 1px solid #3A70AF; 
}

/*div#main_missions h2 {
color: black; 
font-size: 1.6em; 
font-weight:bold;
text-align:left;
background: url(uploads/images/puceb1.gif) no-repeat 0 12px; 
padding-left: 1.6em;
line-height: 80px; 
margin-top:0px;
}*/

div#main_missions h2 {
color: black; 
font-size: 1.6em; 
font-weight:bold;
text-align:left;
background: url(uploads/images/puceb2.gif) no-repeat 0 5px; 
padding-left: 1.5em;
line-height: 40px; 
}

div#main_contact h2{
color: black; 
font-size: 2em; 
font-weight:bold;
text-align:left;
background: url(uploads/images/puceb2.gif) no-repeat 0 5px; 
padding-left: 1.5em;
line-height: 40px; 
}

div#content h4 {
   color: #294B5F; 
   font-size:10px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/*div#main_missions h4{
color: #294B5F; 
font-size: 11px;
line-height: 30px;
padding-left: 1.6em;
text-transform: uppercase;
background: url(uploads/images/puceb2.gif) no-repeat 0 0px; 
border-bottom: inherit;
}*/

div#main_missions h4{
   color: #294B5F; 
   font-size: 11px;
   line-height: 20px;
   margin: 0 0 0.5em 0;
text-transform: uppercase;
border-bottom: 1px solid #F19300; 
}


div#content h5 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
padding-left: 1.6em;
color:black;
text-transform: uppercase;
border-bottom: 1px solid black; 
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */


/* LISTS */
div#content ul,
div#content ol,
div#content dl {
  font-size: 1em;
   line-height:1.4em;
   /*margin: 0 0 1.5em 0;*/
margin: -1.5em 0 2.5em 0;
}
div#content ul li,
div#content ol li {
   /*margin: 0 0 0.25em 3em;*/
 margin: 1.5em 0 -1em 1em;
}

div#sidebar_ex ul,
div#sidebar_ex ol {
   /*margin: 0 0 0.25em 3em;*/
 margin: 1.5em 0 3em 2em;
}
div#sidebar_ex li,
div#sidebar_ex li {
   /*margin: 0 0 0.25em 3em;*/
 margin: 1.5em 0 -1em 2em;
}

div#visucote_offresmcontent  ul li,
div#visucote_offresmcontent ol li {
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 */

table p{
/*margin:5px;*/
}

table{
/*margin-left:-4px;*/
margin-left:-30px;
margin-top:-15px;
}

div#tab_form table{
margin-left:0px;
margin-top:0px;
}



div#fichewrapper {
   border: 1px solid black;
   margin: 0 auto;     /* this centers wrapper */
 width: 450px;
   background-color: #fff;
   color: black;
}


div#fiche{
width:597px;
margin: auto;
padding:10px;
background-color:white;
}
div#fiche h3{
font-size:13px;
}

div#fiche p,
div#fiche ul li{
font-size:10px;
}

div#diapo_intro{
width:937px;
margin-left:auto;
margin-right:auto;
}

div#diapo_intro a:hover{
text-decoration:none;
}

div#visucote{
width:195px;
height:517px;
margin:auto;
background: url(uploads/images/sidebar_div.gif) no-repeat 0 0px;
margin-top:75px; 
}

div#visucote_rh{
width:195px;
height:517px;
margin:auto;
background: url(uploads/images/resolumenthumain.png) no-repeat 0 0px;
margin-top:75px; 
}

div#visucote_offres{
width:195px;
height:auto;
margin:auto;
/*background: url(uploads/images/sidebar_offres.jpg) no-repeat 0 0px;*/
margin-top:75px;
}

div#visucote_offresh{
background: url(uploads/images/sidebar_offresh.jpg)  no-repeat;
height:26px;
width:195px; 
}
div#visucote_offresm{

background: url(uploads/images/sidebar_offres_m.jpg) repeat-y 0 0px; 
}
div#visucote_offresb{

background: url(uploads/images/sidebar_offresb.jpg) no-repeat;
height:26px;
width:195px; 
}

div#visucote_offresmcontent h3,p{
margin-left:20px;
margin-right:20px;
}

div#visucote_offresmcontent h3{
   color: white; 
   font-size: 11px;
   line-height: 20px;
text-transform: uppercase;
border-bottom: none; 
}

div#visucote_offresmcontent ul{
margin:10px;
//margin-bottom:10px;
}
div#visucote_clients{
width:195px;
height:517px;
margin:auto;
margin-top:75px; 
}


div#exemplemission{
background-color:yellow;
}

div#exemplemissionh{
width:500px
height:15px;
/*background: url(uploads/images/missionh.jpg) no-repeat; */
}
div#exemplemissionm{
width:500px;

background: url(uploads/images/missionm.jpg) repeat-y 0 0px; 
}

div#exemplemissionmcontent{
width:480px;
padding:10px;
}

div#exemplemissionmcontent h3{
   color: black; 
   font-size: 14px;
   line-height: 20px;
text-transform: uppercase;
border-bottom: none;
margin-left:19px
}

div#exemplemissionb{
width:550px;
height:15px;
/*background: url(uploads/images/missionb.jpg) no-repeat;*/ 
}

div#main p{
margin-left:0px;
/*text-align:justify;*/
}

div#postesap{
border: 1px solid #3a70b0;
padding: 10px;				
}

div#sidebar_ex_form{
color:black;
}

/*div#content ul li,
div#content ol li {
 margin: 1.5em 0 0.25em 0em;
}*/

div#visucote_offresmcontent ul li{
margin-left:14px;
}

/*MODIF OPTIUM

div#texthome {
padding-top:100px;
margin-left:410px;
width:450px;
height:200px;
color: #fff;
}*/

/*     rollover pour l'image        */
a.rollopaque img {
  opacity: 1.0;
  filter:alpha(opacity=100);
  }

a.rollopaque:hover img {
  opacity: 0.5;
  filter:alpha(opacity=50);  
  }

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

