/* Start of CMSMS style sheet 'dupuis screen' */
/*****************
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;
}

img, div { behavior: url(iepngfix.htc) }

div#map22 img {
  behavior: none;
}



/*
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: none;
   color: #986f33; 
}

a:visited {
   text-decoration: none;
  color: #986f33;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #986f33;
}

IMG.imgeLeft{margin-right:10px;}


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

body {
   background:url(/uploads/tpl_dupuis/bg.gif) repeat;
   color: #333;
   margin:1em;    /* gives some air for the pagewrapper */
   width: 100%;
}

div#map22{
  border:1px solid #986f33;
  border-spacing:2px;
}


div#degrade {
   position:absolute;
   top:0px;left:0px;
   background:url(/uploads/tpl_dupuis/bgDegrade.gif) repeat-x;
   width:100%;
}


/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 692px;   

}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
  position:relative;
  width:100%;height: 163px;padding-top:28px;    /* adjust according your image size */  
}
div#header2 {
  position:relative;
  width:100%;height: 133px;padding-top:28px;    /* adjust according your image size */  
}
div#logo{
   position:absolute;
   left:50%;margin-left:-100px;
   width:200px;height: 113px;    /* adjust according your image size */     
}

div#menu{
   position:absolute;
   bottom:0px;
   width:100%;height: 20px;    /* adjust according your image size */       
}

div#content1 {
   margin:0;   /* some air above and under menu and content */
   background:url(/uploads/tpl_dupuis/contentbg1.png) no-repeat bottom right;
   min-height:565px;
   padding-bottom:15px;
}

div#content2 {
   margin:0;   /* some air above and under menu and content */
   background:url(/uploads/tpl_dupuis/contentbg2.png) no-repeat bottom right;
   min-height:565px; 
   padding-bottom:15px;
}

div#content3 {
   margin:0;   /* some air above and under menu and content */
   background:url(/uploads/tpl_dupuis/contentbg3.png) no-repeat bottom right;
   min-height:565px;
   padding-bottom:15px;
}

div#content4 {
   margin:0;   /* some air above and under menu and content */
   background:url(/uploads/tpl_dupuis/contentbg4.png) no-repeat bottom right;
   min-height:565px; 
   padding-bottom:15px;
}

div#content5 {
   margin:0;   /* some air above and under menu and content */
   background:url(/uploads/tpl_dupuis/contentbg5.png) no-repeat bottom right;
   min-height:565px; 
   padding-bottom:15px;
}


div#content6 {
   margin:0;   /* some air above and under menu and content */
   background:url(/uploads/tpl_dupuis/contentbg6.png) no-repeat bottom right;
   min-height:565px; 
   padding-bottom:15px;
}
div#contentx {
   margin:0;   /* some air above and under menu and content */
   min-height:670px; 
   padding-bottom:15px;
}


div#main {
   margin-right: 50px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-left: 20px; 
  margin-bottom: 20px;
  margin-top: 20px;
}

div#main2 {
   margin: 0px; 
}

div#footer {
   width:100%;
   text-align:left;
   font-family:arial,verdana;
   font-size:10px;
   color:#404040;
   margin-left:5px;
  margin-top:5px;
}

div#media A{
   text-align:left;
   font-family:arial,verdana;
   font-size:12px;
   font-weight:bold;
   color:#404040;
}



div#media{
  float: right;
  background:url(/uploads/tpl_dupuis/bgMedia.png) no-repeat;
  width:193px;height:171px;
  margin-top:20px;
  margin-right:-55px;
  margin-left:15px;
  padding:8px;
  
}


/* 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;
}

/* relational links under content */
div.left49 {
  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
*********************/
A.cv{
color: #404040; 
   font-family:arial,verdana;
   font-size: 12px;
text-decoration:underline;
}


P{
  color: #404040; 
   font-family:arial,verdana;
   font-size: 12px;
   line-height:14px;
   margin-bottom:16px;
}

/* HEADINGS */
h1 {
   font-family:times new roman,arial,verdana;
   font-size: 14px; 
   color:#986f33;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
   font-weight:bold;
   font-style:italic;
   
}

h2 {
   color: #404040; 
   font-family:arial,verdana;
   font-size: 14px;
   font-weight:bold;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
}

h3 {
   color: #404040; 
   font-family:arial,verdana;
   font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
}

/* END HEADINGS */

/* TEXT */


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: "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%;


}

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

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
  color: #404040; 
   font-family:arial,verdana;
   font-size: 12px;
   margin-bottom:16px;
}

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

/* 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 */
/* End of 'dupuis screen' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/*ul#primary-nav {
width: 692px;
height: 20px;
margin:0;
padding:0;
position:relative;
}*/

ul#primary-nav li {
display:block;
height:20px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

ul#primary-nav li a {
display:block;
height:20px;
text-indent:-9000px;
}


li#ilng{
left: 584px;
width: 96px;
height:20px;
}

li#ilng a{background:url(/uploads/tpl_dupuis/menu/menu_english.gif) no-repeat;}
li#ilng a:hover {background: url(/uploads/tpl_dupuis/menu/menu_english_a.gif) no-repeat;}



li#i15{
left: 0px;
width: 103px;height:20px;
}

li#i15a{
left: 0px;
width: 103px;height:20px;
}

li#i15 a{background:url(/uploads/tpl_dupuis/menu/menu_profil.gif) no-repeat;}
li#i15a a{background:url(/uploads/tpl_dupuis/menu/menu_profil_a.gif) no-repeat;}
li#i15 a:hover {background: url(/uploads/tpl_dupuis/menu/menu_profil_a.gif) no-repeat;}
li#i15a a:hover {background: url(/uploads/tpl_dupuis/menu/menu_profil_a.gif) no-repeat;}





li#i51{
left: 103px;
width: 113px;height:20px;
}


li#i51a{
left: 103px;
width: 113px;height:20px;
}

li#i51 a{background:url(/uploads/tpl_dupuis/menu/menu_services.gif) no-repeat;}
li#i51a a{background:url(/uploads/tpl_dupuis/menu/menu_services_a.gif) no-repeat;}
li#i51 a:hover {background: url(/uploads/tpl_dupuis/menu/menu_services_a.gif) no-repeat;}
li#i51a a:hover {background: url(/uploads/tpl_dupuis/menu/menu_services_a.gif) no-repeat;}


li#i52{
left: 216px;
width: 136px;height:20px;}



li#i52a{
left: 216px;
width: 136px;height:20px;
}

li#i52 a{background:url(/uploads/tpl_dupuis/menu/menu_experiences.gif) no-repeat;}
li#i52a a{background:url(/uploads/tpl_dupuis/menu/menu_experiences_a.gif) no-repeat;}
li#i52 a:hover {background: url(/uploads/tpl_dupuis/menu/menu_experiences_a.gif) no-repeat;}
li#i52a a:hover {background: url(/uploads/tpl_dupuis/menu/menu_experiences_a.gif) no-repeat;}

li#i53{
left: 352px;
width: 118px;height:20px;
}

li#i53a{
left: 352px;
width: 118px;height:20px;
}

li#i53 a{background:url(/uploads/tpl_dupuis/menu/menu_clientele.gif) no-repeat;}
li#i53a a{background:url(/uploads/tpl_dupuis/menu/menu_clientele_a.gif) no-repeat;}
li#i53 a:hover {background: url(/uploads/tpl_dupuis/menu/menu_clientele_a.gif) no-repeat;}
li#i53a a:hover {background: url(/uploads/tpl_dupuis/menu/menu_clientele_a.gif) no-repeat;}

li#i54{
left: 470px;
width: 114px;height:20px;}

li#i54a{
left: 470px;
width: 114px;height:20px;}

li#i54 a{background:url(/uploads/tpl_dupuis/menu/menu_contact.gif) no-repeat;}
li#i54a a{background:url(/uploads/tpl_dupuis/menu/menu_contact_a.gif) no-repeat;}
li#i54 a:hover {background: url(/uploads/tpl_dupuis/menu/menu_contact_a.gif) no-repeat;}
li#i54a a:hover {background: url(/uploads/tpl_dupuis/menu/menu_contact_a.gif) no-repeat;}


/* End of 'Navigation: CSSMenu - Horizontal' */

