﻿/*- Menu Tabs I--------------------------- */
/* config generale debut */
    #tabsI {
	float:left;
	width:100%;
	background: transparent;
	/* font-size:60%; */
	line-height:normal;
	padding: 0px 0 0 0;
	font: bold 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
}

    #tabsI ul {
	margin:0;
	padding: 0px 0 0 0px;
	list-style:none;
	
}
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }

/* config generale fin */

    #tabsI #menu1 a  {
      float:left; 
      display:block;
      background:url("images/DS_01.png") no-repeat ;
      color:#F7F6F7; /* text bordeaux menu */
	  width:81px; 
	  height:178px;
	  /* padding-top:3px; */ 	  
	  text-decoration:none;
	  vertical-align:bottom;
	  text-align:center;
      }
    #tabsI  #menu1 a:hover{
      float:left;
      display:block;
      background:url("images/DS_01a.png") no-repeat;
      color:#003333; /* text bordeaux menu */
	  width:81px; 
	  height:178px;
	  /* padding-top:3px; */ 	
      }
	  
    #tabsI #menu2 a  {
      float:left; 
      display:block;
      background:url("images/DS_02.png") no-repeat ;
      color:#F7F6F7; /* text bordeaux menu */
	  width:104px; 
	  height:178px;
	  /* padding-top:3px; */ 	  
	  text-decoration:none;
	  vertical-align:middle;
	  text-align:center;
      }
    #tabsI  #menu2 a:hover{
      float:left;
      display:block;
      background:url("images/DS_02a.png") no-repeat;
      color:#003333; /* text bordeaux menu */
	  width:104px; 
	  height:178px;
	  /* padding-top:3px; */ 	  
	  text-decoration:none;
	  vertical-align:middle;
	   text-align:center;
      }
	  
    #tabsI #menu3 a  {
      float:left; 
      display:block;
      background:url("images/DS_03.png") no-repeat ;
      color:#F7F6F7; /* text bordeaux menu */
	  width:81px; 
	  height:178px;
	  /* padding-top:3px; */ 	  
	  text-decoration:none;
	  vertical-align:middle;
	  text-align:center;
      }
    #tabsI  #menu3 a:hover{
      float:left;
      display:block;
      background:url("images/DS_03a.png") no-repeat;
      color:#003333; /* text bordeaux menu */
	  width:81px; 
	  height:178px;
	  /* padding-top:3px; */ 	  
	  text-decoration:none;
	  vertical-align:middle;
	  text-align:center;
      }	  
	  
    #tabsI #menu4 a  {
      float:left; 
      display:block;
      background:url("images/DS_04.png") no-repeat ;
      color:#F7F6F7; /* text bordeaux menu */
	  width:79px; 
	  height:178px;
	  /* padding-top:3px; */ 	  
	  text-decoration:none;
	  vertical-align:middle;
	  text-align:center;
      }
    #tabsI  #menu4 a:hover{
      float:left;
      display:block;
      background:url("images/DS_04a.png") no-repeat;
      color:#003333; /* text bordeaux menu */
	  width:79px; 
	  height:178px;
	  /* padding-top:3px; */ 	  
	  text-decoration:none;
	  vertical-align:middle;
	  text-align:center;
      }	
	  
    #tabsI #menu5 a  {
      float:left; 
      display:block;
      background:url("images/DS_05.png") no-repeat ;
      color:#F7F6F7; /* text bordeaux menu */
	  width:81px; 
	  height:178px;
	  /* padding-top:3px; */ 	  
	  text-decoration:none;
	  vertical-align:middle;
	  text-align:center;
      }
    #tabsI  #menu5 a:hover{
      float:left;
      display:block;
      background:url("images/DS_05a.png") no-repeat;
      color:#003333; /* text bordeaux menu */
	  width:81px; 
	  height:178px;
	  /* padding-top:3px; */ 	  
	  text-decoration:none;
	  vertical-align:middle;
	  text-align:center;
      }		  
	  	  
    #tabsI #menu6 a  {
      float:left; 
      display:block;
      background:url("images/DS_06.png") no-repeat ;
      color:#F7F6F7; /* text bordeaux menu */
	  width:79px; 
	  height:178px;
	  /* padding-top:3px; */ 	  
	  text-decoration:none;
	  vertical-align:middle;
	  text-align:center;
      }
    #tabsI  #menu6 a:hover{
      float:left;
      display:block;
      background:url("images/DS_06a.png") no-repeat;
      color:#003333; /* text bordeaux menu */
	  width:79px; 
	  height:178px;
	  /* padding-top:3px; */ 	  
	  text-decoration:none;
	  vertical-align:middle;
	  text-align:center;
      }		
	   #tabsI a:hover #menu1 {
      color:#00740B; /*  text orange lors du passage de la souris */
      }
	  
 
