/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
   color: #fff;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  float:left;
  margin: 0 0.5em 0.2em 0.2em;
  width: 22%;
  padding-left: 0.3em;
  height: auto;
}

div#solutions {
  height:auto;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  /* background: #2059a6; */
  background: url(uploads/images/bgfondsolution.jpg) repeat-x 0 0;
}

div#solutions  a {
   text-decoration:none;
   color: white;
}

div#solutions  a:hover {
   text-decoration:underline;
   color: white;
}
div#solutions ul {
  list-style-type: none;
 /* padding-left:1em;
  padding-right:1em; */
}

div#solutions li {
  font-size:115%;
  line-height:1.6em; 
  font-family: verdana,sans-serif;
  color: white;
  border-bottom:1px solid #658dc4;
  padding-left:0.5em;
}

div#solutions li a {
  color:white;
  text-decoration:none;
}

div#solutions li a:hover {
  color: #4c4c4c;
  background-color: #dce6ec;
  text-decoration:none;
}

div#solutions h2 {
  font-size: 1.5em;
  line-height: 2.4em;
  color: white;
  margin: 0;
  padding-left: 10px;
  border-bottom:1px solid white;
}

div#actu {
  margin-top: 1em;
  height: auto;
/*  background: #2059a6; */
  background: #5680ba url(uploads/images/bgfondsolution.jpg) repeat-x 0 0;
  border:1px solid #d6d6d6;
}

div#actu h2 {
  font-size: 1.5em;
  line-height: 2em;
  color: white;
  margin-bottom: 0.5em;
  padding: 0 0 0 10px;
  border-bottom:1px solid white;
}

div#actu p {
  font-weight: bold;
  padding-left: 15px;
  line-height:1.3em;
  color: white;
}

div#actu p:hover {
   text-decoration:underline;
}

div#actu a {
   text-decoration:none;
   color: white;
}

div#actu a:hover {
   text-decoration:underline;
   color: white;
}


div#news p {
   padding-left: 1em;
}


.NewsSummary {
    margin-top:0;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryLink a:visited,hover,link {
  /*color: #fff;*/
}


.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary {
 margin-bottom: 2em;
 padding-left: 0em;
 color:white;
}

div#news2 .NewsSummarySummary p {
 color:white;
}

.NewsSummarySummary p a,a:link,a:hover,a:visited { 
   color:#205ba1;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
}

.NewsSummaryContent p a,a:hover,a:visited {
  color:white;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}


#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Layout: accueilv33' */
/* feuille cms adaptee pour frame */

* {
margin:0;
padding:0;
}


body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-size: 75.01%;
   line-height: 1em;
   background: url(uploads/images/bgbody.jpg) repeat-x 0 0; 
}

div {
    font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color:#205ba1;
}

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

a:hover {
   text-decoration: none;
   color:#205ba1;
}

div#menu_vert a:hover {
   text-decoration: none;
   background: #5585c7;
   color:white;
}


body {
   background-color: #fff;
   color: #333;
   margin:0em; 
}

div#pagewrapper {
   margin: 0em auto;    
   max-width: 110em; 
   min-width: 60em;
   height: auto;
   background-color: white;
   color: black;
   border-left:1px solid #b4b0b0;
   border-right:2px solid #b4b0b0;
}

div#pagewrapper  img {
   padding-bottom: 5px;
}

div#header {
   height: 120px;
   width:100%;
   padding:0;
   margin:0;
}

div#header a:hover {
   text-decoration: none;
}

div#repere {
    float: right;
    width: 45em;
}

div#bandemenu {
    float:right;
    height:80px;
    width:48%;
    margin-top:3em;
    padding:0;
}

div#search {
   margin:0.5em;
   text-align: right;
   padding: 0.1em 0;
}


div#search label, input {
   font-family:verdana;
   font-size:90%;
   color:  #ee7b0b;
}


div#search .btnsubmit {
      color: #888888;
      background-color: #ee7b0b;
      text-decoration: none;
      border: 1px solid #ee7b0b;
      cursor: pointer;
      cursor: hand;
}

div#search .btnsubmithover {
      color: #ee7b0b;
      background-color: #ee7b0b;
      text-decoration: none;
      border: 1px solid #ee7b0b;
      cursor: pointer;
      cursor: hand;
}



div.breadcrumbs {
   padding: 1em 0 1.2em 0; 
   font-size: 90%;             
   margin: 0 1em;             
   border-bottom: 1px dotted #fff;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#content {
   /*margin: 0em auto 2em 0;*/
  margin:0 0 3em 0;
}

div#main {
  margin:0;
  margin-left:22%;
  height:660px;
  width:auto;
}

div#main p{
   margin-top:2em;
}

div#main table td {
   width: 100px;
}

div#colonne1 {
    float:left;
    margin:15px 0 0 1em;
    width:300px;
    height:auto;
}
div#colonne1 a, a:visited {
    color:#205ba1;
    text-decoration:underline;
}
div#colonne1 a:hover {
    color:#205ba1;
    text-decoration:none;
}
div#colonne1 img {
   margin-bottom:1em;
}

div#colonne2 {
    float:left;
    margin:15px 0 0 1em;
    width:25%;
    height:auto;  
}
div#colonne2 a, a:visited {
    color:#205ba1;
    text-decoration:underline;
}
div#colonne2 a:hover {
    color:#205ba1;
    text-decoration:none;
}

div#colonne3 {
    float:left;
    width:22%;
    height:auto;
    margin:15px 0 0 0em;
}
div#colonne3 a, a:visited {
    color:#205ba1;
    text-decoration:underline;
}
div#colonne3 a:hover {
    color:#205ba1;
    text-decoration:none;
}
div#colonne3 img {
  border:1px solid white;  
}

div#colonne3 img:hover {
   opacity:0.5;
}

div#bandobas {
   clear:both; 
   width:700px;
   height:100px;
   margin:0.5em 0 0 1em;
}

div#sidebar {
   float: left;  
   width: 26%;    
   display: inline; 
   margin-left: 0;
}

div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;
}

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

div#footer p {
   font-size: 0.8em;
   padding: 0.5em;    
   text-align: center;
}

div#footer p a {
   color: #2059a6;
   texte-decoration:underline;
}
div#footer p a:hover {
   color: #2059a6;
   text-decoration:none;
}
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted #000;
}

div.left49 {
    float: left;
    width: 49%;  
    margin-top: 4em;
}

div.right49 {
    float: right;
    width: 49%;
    text-align: right;
    margin-top: 4em;
}

div.pdroite30 {
  float: right;
  margin-left:1px;
  line-height:1.3em;
  width: 70%;
}

div.pdroite {
  float: right;
  margin-left:1px;
  line-height:1.3em;
  width: 50%;
border:0px dotted #000;
}

div.pgauche {
  float: left;
  margin-left:1px;
  line-height:1.3em;
  width: 49%;
 border:0px dotted #000;
}

div.right10 {
  float: right;
  width: 10%;
}

div.printetpdf {
   float: right;
   width: 10%;
   height: 2em;
   border:0px solid #000;
}

.accroche {
   font-family: Verdana;
   font-size: 100%;
   font-style: italic;
   margin:0 0 0.1em 0.5em;
   padding:0;
   color: #2059a6;
}

div#content h1 {
   font-size: 2em; 
   line-height: 1em;
   margin: 0;
}

div#content h2 {
   color:  #294B5F;
   font-size: 1.5em; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   border-bottom: 1px solid #9ac990;          
   border-left: 1.1em solid #9ac990;  
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}


div#content h3 {
   color: #294B5F; 
   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 {
   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;
}

p {
   font-size: 1em;
   margin: 0 0 1.5em 0;
   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 {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

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; 
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

div#content li {
   list-style-image: url(uploads/images/s.jpg);
}

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


.pucesvertes {
   line-style-image: url(uploads/images/s.jpg);
   padding:0;
   margin:0;
}

#boutons {
       float: right;
       padding-top:0.5em;
       margin:0 0 0 0; 
       width:30%;
}

#boutons a:link,hover,visited {
       margin:0; 
}

.verslehaut {
      background: url(uploads/images/flechehaut.jpg);
}

.zoomvirt1 {

}

.zoomvirt1 img:hover {
   background: url(uploads/images/pics/vz-graph2.jpg) no-repeat 0;
}


#printdate {
  float: right;
  width: 12%;
  text-align: right;
  margin-top: 3em;
  margin-right: 1em;
  padding:0;
  color: #fff;
}


#cartouche {
  margin:0;
  padding:0;
  height: 150px;
}

div#cartouche img {
    float: right; 
    padding-right: 10px;
    padding-bottom: 10px;
}


div#cartouche p {
  float: left;
  width: 40%;
  padding-left:  10px;
}

.separaccueil {
 background: url(uploads/images/accueil/doubletraitfond.gif) repeat-x 0;
}

.presentations {
   border: 1px solid #000;
   margin: 0.5em;
}

div#content .picturelist ul .thumb li {
   list-style-image: none;
   text-decoration: none;
}

#myframe { height: 325px; }

div#divslideshow {
  float:left;
  width:180px;
}

#zoneimgdiapo {
  cursor: pointer;
  overflow: hidden;
  margin:1em 2em 0 1em;
  position: relative;
  width: 175px;
  height: 50px;
}

#zoneimgdiapo img {
  border: 0;
  cursor: pointer;
}



/* End of 'Layout: accueilv33' */

