/*----------------------------------------------------------------------*/
/* AUTEUR      : Chanh T.Do [ www.thoransoft.com ]                      */
/* DATE        : 2008.10.13                                             */
/* DESCRIPTION : Feuille de style principal du site.                    */
/*----------------------------------------------------------------------*/

/* NOTE TECHNIQUES :
   a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
   a:active MUST come after a:hover in the CSS definition in order to be effective!!
   Pseudo-class names are not case-sensitive.
   #93c750: Vert du site
   #4e370f: Brun du site
   #2558be: Lien bleu du site
------------------------------------------------------------------------------------------------ */
body {color:#666666;
      margin:0px auto 0px auto;
      font-family: Verdana, Arial, serif;
      font-size:8pt;
      text-align: left;
      background-color: #4e370f /*#aaaaaa*/;}  /* Enlever les commentaires pour revenir a la V1.0 */

a {outline: none;}
:focus{-moz-outline-style: none;}

img {border-style:none;}

/*----- Section style pour les containers du site -----*/
.h_container {position:relative;
              margin:0px auto 0px auto;
              width:766px;
              height:320px;
              background-image:url(../images/headerbg.png);
              background-repeat:no-repeat;
              /* Enlever les commentaires pour revenir a la V1.0 */
              /*border-left:1px solid #4e370f;
              border-right:1px solid #4e370f;*/}

.b_container {position:relative;
              margin:0px auto 0px auto;
              width:766px;
              height:417px;;
              /* Enlever les commentaires pour revenir a la V1.0 */
              /* height:415px;
              background-color:#4e370f;
              border:1px solid #4e370f;*/ 
              background-color:#ffffff;
              border-top:5px solid #93c750;
              }

.b_img_right {position:absolute;
	            border-style:none;
	            width:254px;
	            height:408px;
	            /* Enlever les commentaires pour revenir a la V1.0 */
	            /*bottom:0px;
	            right:0px;*/
	            top:0px;
	            right:-11px;}

.f_container {position:relative;
              margin:0px auto 0px auto;
              width: 766px;
              height:43px;
              font-family:Verdana,sans-serif;
	            font-weight:normal;
	            font-size: 0.9em;
	            color:#999999;
	            /* Enlever les commentaires pour revenir a la V1.0 */
	            /*background-color:#4e370f;
	            border-left:1px solid #4e370f;
	            border-right:1px solid #4e370f;
	            background-image:url(../images/footerbg.png);
	            background-repeat:no-repeat;*/
	            background-color:#4e370f;
	            }

.f_container table {margin:5px 0px 0px 11px; width:744px;}
.f_container span {color:#93c750;}
.f_container a:link {color:#cccccc; text-decoration:none;}
.f_container a:visited {color:#cccccc; text-decoration:none;}
.f_container a:hover {color:#93c750; text-decoration:none;}
.f_container a:active {color:#cccccc; text-decoration:none;}
/*----- Fin Section style pour les containers du site -----*/


.slideimg {position:absolute; top:0px; left:0px; filter:alpha(opacity=0); -moz-opacity:0; opacity:0.0;}
#slidelnk {position:absolute;
	         width:514px;
	         height:198px;
	         bottom:0px;
	         left:0px;}

/*----- Section pour le menu -----*/
.mnu_site {position:absolute;
	         left:565px;
	         height:4px;
	         font-family:"Century Gothic",Verdana,sans-serif;
	         font-weight:normal;
	         font-size:1.2em;
	         text-align:center;
	         line-height:30px;}

#mnu_accueil {top:140px;}
#mnu_partenaires {top:230px;}
#mnu_services {top:170px;}
#mnu_produits {top:200px;}
#mnu_contacts {top:260px;}

.mnu_site a:link {color:#4e370f; text-decoration:none;}
.mnu_site a:visited {color:#4e370f; text-decoration:none;}
.mnu_site a:hover {color:#93c750; text-decoration:none;}
.mnu_site a:active {color:#4e370f; text-decoration:none;}
/*----- Fin Section pour le menu -----*/

.ipanel {position:relative;
	       background-color:#ffffff;
	       width:744px;
	       height:410px;
	       margin: 4px 10px 5px 11px;
	       display:none;}

.ipanel_div {position:absolute;
	           width:435px;
	           height:380px;
	           margin:16px 12px 15px 20px;
	           /* font: 1.17em/1.3em "Trebuchet MS", Verdana, Sans-Serif;*/
	           font-family:Tahoma, Arial, sans-serif;
	           font-size:1.1em;
	           font-weight:normal;
             color:#4e370f;}

.textbox {border:1px solid #aaaaaa;
          color:#0357a0;
          font-family:Verdana, Arial;
          font-size:0.9em;
          height:16px;
          width:240px;}

.t_area {border:1px solid #aaaaaa;
         color:#0357a0;
         font-family:Verdana, Arial;
         font-size:0.9em;
         height:96px;
         width:240px;}

.btn {background-color:#888888;
      border:1px solid #ffffff;
      color:#ffffff;
      font-weight:bold;
      font-family:Verdana, Arial;
      font-size:0.8em;
      height:22px;
      width:60px;
      cursor:pointer;}

.btn_container {position:relative;
	              border:1px solid #888888;
	              left:5px;
			          text-align:center;
			          height:22px;
                width:60px;
                float:left;}

.google_map {position:absolute;
             top:80px;
			       left:410px;
			       width:320px;
			       height:280px;
			       border:1px solid #aaaaaa;}

/* Section ADMIN */
.AdminLoginBox {margin: 50px auto;
                padding: 0px;
                width: 358px;
                height: 170px;
                border-left: solid 1px white;
                border-top: solid 1px white;
                border-right: solid 1px gray;
                border-bottom: solid 1px gray;
                font: 1em Verdana, Arial;
                background-color: #e2e2e2;
                color: black;}
/* FIN Section ADMIN */















.ipanel a:link {color:#2558be; text-decoration:underline;}
.ipanel a:visited {color:#2558be; text-decoration:underline;}
.ipanel a:hover {color:#cf0076; text-decoration:underline;}
.ipanel a:active {color:#2558be; text-decoration:underline;}

.panel_cadre {position:absolute;
	            background-image:url(../images/cadre01.png);
              background-repeat:no-repeat;
	            width:229px;
	            height:325px;
	            margin: 45px 0px 0px 547px;}

.img_accueil {position:absolute;
	            width:499px;
	            height:106px;
	            margin:299px 0px 0px 11px;}

.listeSuperC {width:380px; 
              height:400px; 
              position:absolute; 
              top:-100px; 
              left:180px; 
              background-color:#fff; 
              border:3px solid #333;
              filter:alpha(opacity=0); -moz-opacity:0; opacity:0.0;
              display:block;}

