/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul, li {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* STYLES ETCHANDY */

body {
	text-align:center;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#384850;
	background: #ebe8e3;
}

a {
  color:#384850;
}

h1 {
	color:#384850;
	font-size:18px;
	text-transform: uppercase;
	padding-top: 4px;
	margin-bottom:14px;
	font-weight: normal;
	line-height: 120%;
}

h2 {
	color:#384850;
	font-size:18px;
	text-transform: uppercase;
	padding-top: 4px;
	margin-bottom:10px;
	font-weight: normal;
	line-height:120%;
}

h3 {
	color:#384850;
	font-size:14px;
	font-weight: bold;
	margin-bottom:10px;
}

h4 {
	color:#ffffff;
	font-size:17px;
	margin-bottom:4px;
	font-weight: bold;
}

h5 {
	color:#ffffff;
	font-size:17pt;
	margin-bottom:4px;
}

#conteneur {
	text-align:left;
	margin: 0 auto;
	width:958px;
	background: #ffffff;
}

/****** BANDEAU ******/

#bandeau {
	text-align:left;
	width:958px;
	height:210px;
	background: url("../images/bandeau.jpg") no-repeat;
  color: #ffffff;
	display: block;
	position:relative;
}

  #search {
    text-align: left;
    float: left;
    width: 159px;
    height: 22px;
    background: url("../images/bg_search.png") no-repeat;
    margin-top: 188px;
    margin-left: 21px;
  }
    
    #search input.text {
      float: right;
      height: 13px;
      width: 124px;
      margin-top: 1px;
      display: block;
      color: #555555;
      font-size: 8pt;
    }
    
    #search input.submit {
      float: right;
      height: 18px;
      width: 25px;
      margin-top: 2px;
      margin-right: 2px;
      background: #e8690c;
      font-size: 10pt;
      color: #ffffff;
      border: none;
    }
  
  #baseline {
    margin-left: 310px;
    padding-top: 50px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
  }
 
  #menu {
    width: 680px;
    margin-left: 276px;
    margin-top: 33px;
    display: block;
  }
  
  *+html #menu {
    margin-top: 32px;
  }
  
  #menu div {
    float:left;
    display: block;
  }  
  
  #menu div:hover {
    float:left;
    display: block;
    padding-bottom: 7px;
  }
  
  *+html #menu div:hover {
    padding-bottom: 8px;
  }
  
    #menu div .menu {
      margin-left: 13px;
      margin-right: 13px;
      font-size: 12px;
      text-transform: uppercase;
      color: #ffffff;
      text-decoration: none;
    }
    
    #menu div .menu:hover {
      padding-bottom: 6px;
      border-bottom: 3px solid white;
      text-decoration: none;
    }
    
    *+html #menu div .menu:hover {
      padding-bottom: 4px;
      border-bottom: 3px solid white;
      text-decoration: none;
    }
    
   
  #menu div ul {
    position: absolute;
    /*width: 100%;*/
    margin-top: 11px;
    filter : alpha(opacity=90);
    -moz-opacity : 0.9;
    opacity : 0.9;
    display: block;
    margin-left: 13px;
  }
  
  *+html #menu div ul {
    margin-top: 25px;
  }

  #menu ul, #menu li {
    list-style-type: none;
    list-style-position:outside;
  }


    #menu ul li {
      display: block;
    }
  
     #menu ul li a {
      width: 112px;
      height: 19px;
      padding: 5px 0px 0px 5px;
      font-size: 12px;      
      text-transform: uppercase;
      color: #ffffff;
      text-decoration: none;
      filter : alpha(opacity=90);
      -moz-opacity : 0.9;
      opacity : 0.9;
      background: #9e9995;
      border-bottom: 1px solid white;
      display: block;
    }
    
    #menu ul li a:hover {
      background: #fff;
      color: #9e9995;
      border-bottom: 1px solid white;
    }

/****** CONTENU ******/

#contenu {
  width: 958px;
  padding: 0px 0px 0px 20px;
  
}

  .line_spacer {
    clear: both;
    width: 100%;
    height: 20px;
    display: block;
  }

 /*** page contenu ***/

  #content_left {
    float: left;
    width: 738px;
    display: block;
  }
  
    .content_leftin {
      float: left;
      width: 225px;
      height: 200px;
      font-weight: bold;
      color: #ffffff;
      font-size: 20px;
      text-transform: uppercase;
      text-align: center;
      /*padding-top: 144px;*/
    }
    
    .content_leftin_bis {
      float: left;
      width: 225px;
      height: 200px;
      font-weight: bold;
      color: #ffffff;
      font-size: 20px;
      text-transform: uppercase;
      text-align: center;
      /*padding-top: 144px;*/
    }

		.content_leftin_contact {
			font-size:12px;
			float: left;
      width: 225px;
      height: 200px;
      font-weight: bold;
			text-align: center;
		}
		
		.content_leftin_produits {
      float: left;
      width: 225px;
      height: 200px;
      font-weight: bold;
      color: #ffffff;
      font-size: 20px;
      text-transform: uppercase;
      text-align: center;
      /*padding-top: 144px;*/
    }   
		
  	  .title_page_produits {
        width: 150px;
        height: 80px;
        padding:15px 5px;
        display: block;
      }   
      
      .produits-collectivites .content_leftin_produits .title_page_produits {
        background: url("../images/bg_collectivites_left.gif") top left no-repeat;
      }
      
      .produits-entreprises .content_leftin_produits .title_page_produits {
        background: url("../images/bg_entreprises_left.gif") top left no-repeat;
      }
      
      ul.nav_glbl {
        /*width: 160px;*/
        text-align: left;
      }  
      
        ul.nav_glbl li {
          font-size: 12px;
          text-decoration: none;
          font-weight: normal;
          height: 20px;
          
        }
        
        ul.nav_glbl li a {
          font-size: 12px;
          text-decoration: none;
          font-weight: normal;
          
        }
        
        ul.nav_glbl li a:hover, ul.nav_glbl li a.selected {
          font-weight: bold;
        }
        
    #lien_contact {
      padding-top: 5px;
      width: 160px;
      height: 66px;
      display: block;
      background: url("../images/demande_devis.gif") left bottom no-repeat;
      text-indent: -9999px;
      border: none;
    }
    
    .produits-collectivites .content_leftin {
      /*border-top: 25px solid #b1c519;
      padding-top: 10px;*/
    }
    
    .produits-collectivites h2 {
      color: #b1c519;
      padding-top: 0px;
    }
    
    .produits-collectivites .content_leftin {
      /*border-top: 25px solid #b1c519;
      padding-top: 10px;*/
    }
    
    .produits-entreprises h2 {
      color: #5fbfea;
      padding-top: 0px;
    }
    
    .produits-entreprises h3.sous_h2 {
      color: #5fbfea;
    }
    
    .produits-collectivites h3.sous_h2 {
      color: #b1c519;
    }
    
    .option {
      color: #fff; 
      padding: 5px;   
    }
    
      .option h2{
        color: #fff; font-size:15px; font-weight: bold; padding-top: 0px;
      }
    
    .produits-entreprises .option {
      background:  #5fbfea;
    }
    
    .produits-collectivites .option {
      background:  #b1c519;
    }
    
    .content_middle {
      float: left;
      margin-left: 20px;
      width: 493px;
      display: block;
      font-size: 12px;
      line-height: 120%;
    }
    
      .produits-collectivites .content_middle #photos img {
        border: 5px solid #b1c519;
        margin:5px;
      }
      
      .produits-entreprises .content_middle #photos img {
        border: 5px solid #5fbfea;
        margin:5px;
      }
      /***  globale produits  ***/
      
      .glbl_produits {
        float: left;
        padding: 5px;
        display: block;
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
        text-decoration: none;
        margin:0 5px;
      }
      
      .short {
        letter-spacing: -1px;
      }
      
      .glbl_produits:hover .title_glbl_produits {
        text-decoration: underline;
      }
      
      .produits-collectivites .glbl_produits {
        background : #b1c519;
      }
      
      .produits-entreprises .glbl_produits {
        background : #5fbfea;
      }
    
    .dotted {
      clear: both;
      width: 493px;
      border-top: 1px dotted #ff7000;
    }
  
  #content_right {
    float: right;
    margin-right: 40px;
    width: 160px;
    height: 390px;
  }
  

  
    .content_titre {
      font-size: 18px;
      font-weight: bold;
      color: #FFFFFF;
      text-transform: uppercase;
      text-decoration: none;
      line-height: 120%;
    }
    
    .content_link {
      margin-top: 3px;
      text-align:right;
    }
      
      .content_link a {
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        line-height: 120%;
      }
      
      .content_link a:hover {
        text-decoration: underline;
      }
    
    #content_solutions {
      width: 150px;
      height: 90px;
      background: url("../images/bg_solutions_dte.gif") top left no-repeat;
      padding: 5px;
      display: block;
    }    
      
    #content_collectivites {
      margin-top: 20px;
      width: 150px;
      height: 92px;
      background: #b1c519;
      padding: 5px;
      display: block;
      font-size: 11px;
      color: #FFFFFF;
      line-height: 120%;
    }
    
    #content_entreprises {
      margin-top: 20px;
      width: 150px;
      height: 93px;
      background: #5fbfea;
      padding: 5px;
      display: block;
      font-size: 11px;
      color: #FFFFFF;
      line-height: 120%;
    }

 /*** page accueil ***/

  #accueil_solutions {
    float: left;
    width: 205px;
    height: 145px;
    background: url("../images/bg_solutions.gif") top left no-repeat;
    padding: 5px 50px 0px 5px;
  }
    
    #accueil_solutions a {
      font-size: 23px;
      font-weight: bold;
      color: #FFFFFF;
      text-transform: uppercase;
      text-decoration: none;
      line-height: 120%;
    }
  
	#slideshow-panel-place, #slideshow-label {
		display:none;
	}
	
  #accueil_collectivites {
    float: left;
    margin-left: 34px;
    width: 302px;
    height: 150px;
    background: #a9bf00;
    text-decoration: none;    
  }
  
    .accueil_titre {
      padding: 6px 0px 3px 10px;
      font-size: 18px;
      font-weight: bold;
      color: #FFFFFF;
      text-transform: uppercase;
    }
    
    .accueil_photo {
      margin-left: 10px;
    }
    
      .accueil_photo img{
        border: 4px solid white;
      }

  #accueil_entreprises {
    float: left;
    margin-left: 20px;
    width: 302px;
    height: 150px;
    background: #4eb8e8;
    text-decoration: none; 
  }
  
  #accueil_actualites {
    clear: both;
    float: left;
    width: 250px;
    height: 160px;
    background: #f5f6f7;
    font-size: 12px;
    color: #384850;
    padding: 5px;
    line-height: 120%;
  }
  
    .accueil_titre2 {
      font-size: 18px;
      text-transform: uppercase;
      padding: 5px 0px 10px 0px;
      font-weight: bold;
    }
    
    #accueil_actualites a {
      font-size: 11px;
      color: #e45b0f;
      font-weight: bold;
      text-decoration: none;
    }    
    
    #accueil_actualites a:hover {
      text-decoration: underline;
    } 
  
  #accueil_cartefrance {
    float: left;
    margin-left: 34px;
    width: 412px;
    height: 170px;
    background: #ecedee;
  }
  
    #cartefrance_txt {
      float: left;
      width: 210px;
      padding: 5px 5px 5px 5px;
      display: block;
    }  
      
      .accueil_titre3 {
        font-size: 18px;
        color: #e45b0f;
        text-transform: uppercase;
        padding: 0 0 14px 0;
        line-height: 120%;
      }
      
      #accueil_cartefrance a {
        font-size: 11px;
        color: #384850;
        text-decoration: none;
      }
      
      #accueil_cartefrance a:hover {
        text-decoration: underline;
      }
    
    #cartefrance_img {
      float: left;
      width: 185px;
      height: 170px;
      background: url("../images/carte_france.gif") no-repeat;
      display: block;
      text-indent: -9999px;
    }
  
  #accueil_telechargements {
    float: left;
    margin-left: 20px;
    width: 182px;
    height: 160px;
    background: #d9dcde;
    padding: 5px;
  }
  
    .accueil_titre4 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
    }
    
    #accueil_telechargements a {
      font-size: 11px;
      color: #384850;
      text-decoration: none;
      line-height: 100%;
    }
    
    #accueil_telechargements a:hover {
      text-decoration: underline;
    }
      
    #telechargements_img {
      width: 148px;
      height: 110px;
      margin: 0 auto;
      background: url("../images/plaquette_telechargement.gif") bottom center no-repeat;
      display: block;
      text-indent: -9999px;
    }

/****** FOOTER ******/

#footer {
  clear: both;
	width: 958px;
	height: 110px;
	background: url("../images/footer.jpg") no-repeat;
}

  #adresse {
    width: 131px;
    height: 70px;
    padding-top: 11px;
    margin-left: 33px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    font-size: 9pt;
    color: #ffffff;
  }
  
  #menu_bis {
    padding-left: 200px;
    margin-top: -60px;
    width: 750px; 
  }
  
    .item_menu_bis {
      float: left;
      margin-left: 14px;
      margin-right: 14px;
      height: 50px;
      letter-spacing: -0,5px;
    }
    
      .item_menu_bis_titre {
        margin: 0 1px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #4fad45;
        text-decoration: none;
        display: block;
      }
      
      .item_menu_bis_descript {
        padding-left: 6px;
        margin-top: -12px;
        font-size: 10px;
        font-weight: normal;
        font-variant: capitalize;
        color: #707070;
        width: 92px;
        text-align: left;
        text-decoration: none;
        display: block;
      }
    
    #menu_bis .item_menu_bis_titre:hover, #menu_bis .item_menu_bis_descript:hover {
      text-decoration: underline;
    }

/****** ELEMENTS ******/

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.underlined {
  text-decoration: underline;
}

.vert {
  font-size: 16px;
  color: #a9bf00;
  text-transform: uppercase;
  line-height: 120%;
}

ul.radio_list li, ul.checkbox_list li, ul.radio_list li input, ul.checkbox_list li input, ul.radio_list li label, ul.checkbox_list li label {
  clear: none;
  float: left;
}

ul.radio_list li label, ul.checkbox_list li label {
  clear: none;
  float: left;
  width: 60px;
}

ul.radio_list2 li, ul.checkbox_list li, ul.radio_list2 li input, ul.checkbox_list li input, ul.radio_list2 li label, ul.checkbox_list li label {
  clear: none;
  float: left;
}

ul.radio_list2 li label, ul.checkbox_list li label {
  clear: none;
  float: left;
  width: 150px;
}

label {
  clear:both;
  float:left;
	text-align: left;
	width:120px;
}

textarea {
	text-align: left;
	height:200px;
	width:250px;
	overflow:auto;
}

textarea#contact_adresse {
	text-align: left;
	height:80px;
	width:200px;
	overflow:auto;
}

.volume {
	color:#384850;
	font-size:14px;
	font-weight: bold;
}

p {
	text-align:justify;
}

a#lien_logo {
	position:absolute;
	top:0px;
	left:55px;
	width:200px;
  height:122px;
  display:block;
}

.etoile {
	color:red;
	font-weight:bold;
}

.error {
	color:red;
	font-weight:bold;
}

#slideshow, #slideshow2, #slidenews {
    position:relative;
    height:105px;
}

#slideshow a, #slideshow2 a, #slidenews div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slidenews div {
	background-color:#fff;
	width:100%;
}

#slidenews {
	overflow:hidden;
}

#slideshow a.active, #slideshow2 a.active, #slidenews div.active {
    z-index:10;
}

#slideshow a.last-active, #slideshow2 a.last-active, #slidenews div.last-active {
    z-index:9;
}

#slideshow a, #slideshow a {display:block;}


