/* 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;
color: #333;
}

h2{
font-size:18px;
padding-bottom:30px;
color:#686666;
}


/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   margin-bottom:50px;
}

/*
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 */
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: und
}

/*****************
basic layout 
*****************/
body {
    background-image:url(http://multiplast.e-declic.net/img/fond.png);
    background-repeat:repeat-x;
    color: #333;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 940px; /* IE wont understand these, so we will use javascript magick */
   background-color: #fff;;
   color: black;
  height:auto;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 112px; /* adjust according your image size */
   width:940px;
   background: #ffffff;
   background-image:url(http://multiplast.e-declic.net/img/logo_multi.png);
    background-position:bottom left;
   background-repeat:no-repeat;
   border-bottom:solid 2px #999;      
}

div#header h1 a {
/* you can set your own image here */
   background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px; 
   display: block; 
   height: 80px;             /* 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: 48px;     /* enough width for the search input box */
   height:10px;
   margin-top:7px;
   padding-left:5px;
}

div#search a {
margin:0;
padding:0;
}


#recherche{
width:160px;
float:right;
position:absolute;
margin-left:700px;
}

#recherche input{
border:1px solid #666;
color:#666;
margin-top:5px;
background-image:url(img/loupe.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
padding-left:15px;
}

#recherche .submit {
background-color:#666;
color:#FFF;
border:none;
background-image:none;
padding:0;
}

div.breadcrumbs {
padding:0px;
margin:0px;
width:938px;
height:330px;
z-index:2;
padding-left:1px;
padding-right:1px;
}

div#content {
    border-left:dotted 1px #999;
    border-right:dotted 1px #999;
    width:928px;
    padding-left:10px;
   padding-top:10px;
  padding-bottom:5px;
  float:left;
}
div#main a:hover{
text-decoration:underline;
}

div#main {
padding:0;
float:left;
width:629px;
border-right:1px dotted #CCC;
text-align:justify;
padding-right:10px;
}

#fil {
color:#686666;
font-size:10px;
}

.titre_accueil{
font-size:18px;
color:#686666;
margin:0;
padding:0;
font-weight:normal;
padding-bottom:5px;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 10px;
   width:390px;
text-align:justify;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   width:270px;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #797979;
   background-color:#ebebef;
   height:25px;
   border-bottom:2px solid #9999a3; 
}  

#footer_in a {
text-decoration:none;
font-size:9px;
color:#797979;
}

#footer_in a:hover {
text-decoration:underline;
}  

div#footer_in {
 margin: 0 auto; 
 padding-top:5px; 
   height:20px;
  width:928px;
  padding-left:10px;
    border-left:solid 1px #fff;
    border-right:solid 1px #fff;
}

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

/* 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:18px;
padding-bottom:30px;
color:#686666;
}

div#content h3 {
font-size:14px;
padding-bottom:10px;
color:#686666;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   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 */
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 {
   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;
}


#accueil_indu
{
width:303px;
float:left;
padding-left:10px;
color:#686666;
height:215px;
}
#accueil_composite
{
width:303px;
float:left;
border-right:1px dotted #ccc;
padding-right:10px;
color:#686666;
height:215px;
}

.lien_accueil a{
font-size:10px;
color:#387588;
background-image:url(img/fleche.png);
background-repeat:no-repeat;
background-position:2px 2px;
text-decoration:none;
padding-left:20px;
text-transform:uppercase;
}

.lien_accueil a:hover{
text-decoration:underline;
}


div#flash{
margin:0;
padding:0;
background-color:#FFF;
height:330px;
width:938px;
}

.ref_img{
text-align:center;
width:300px;
float:left;
}

.clear{
clear:left;
}

.hdp{
float:right;
margin-right:30px;
margin-top:30px;
margin-bottom:20px;
font-size:9px;
}

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

