
.TDTableGroup1
{
	   
 background-color :Fuchsia 
 
	  
}

.TDTableGroup2
{
	   
 background-color : Aqua  
 
	  
}


.dtProductItemStyle
{
    vertical-align :top
}

.dtProductDescription
{
     line-height :10px 
}



.TableEdit
{
	   
	  padding :0;
	  
}
.Label
{
	font-size: 8pt;
	color:  Black ;
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.LabelExplication
{
    font-size: 6.5pt;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
}

.CheckBoxSmall
{
	font-size: 7pt;
	color:  Black ;
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 .stBox
{
	padding: 1px;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

.stBox1
{
	border: 1px solid #000000; background-color: #CCFFFF;
}
.stBox2
{
	border: 1px solid #000000;
	background-color: #ffCCFF;
}
.stBox3
{
	border: 1px solid #000000;
	background-color: #66FF99;
}
.stBox4
{
	border: 1px solid #000000;
	background-color: #ddddFF;
}	
.stBox5
{
	border: 1px solid #000000; background-color: #ffdddd;
}
.stBox6
{
	border: 1px solid #000000;
	background-color: #FF6699;
}
 .stBox7
{
	border: 1px solid #000000;
	background-color: #CCFF99;
}

 .stBox8
{
	border: 1px solid #000000;
	background-color: #FFFF99;
}
  .stBox9
{
	border: 1px solid #000000;
	background-color: #FFCC99;
}

   
 .roundcorner    {border-width: 0px; border-style: none; padding: 0px; margin: 0px; font-size: 0px;}
 .tblroundcorner {padding: 0px; margin: 0px; border-style: none; border-width: 0px; border-collapse: collapse; 
                 width: 100%; 
                 height: auto; 
                 font-size: 0px; border-spacing: 0px; empty-cells: show;}
 
.LinkLabel
{
	font-size: 8pt;
	
	
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.LabelTitle
{
	font-size: 14pt;
	color:  Black ;
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight :bold ;
}
.LabelSubTitle
{
	font-size: 10pt;
	color:  Black ;
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight :bold ;
}
.TableSection
{
 border-collapse :collapse ;
 width: 100%
}

.Title
{
	font-size: 18pt;
	color:  Black ;
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.LabelDateSearch
{
	font-size: 6pt;
	color:   Red ; 
	font-style:  italic  ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight :bold ;
	
}


.Message
{
	font-size: 8pt;
	color:   Red ; 
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight :bold ;
}
.TextBox
{
    font-size: 8pt;
    color: Black;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-variant: normal;
}	

.TextBoxReadOnly
{
    font-size: 8pt;
    color: Gray;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}	


.TextBoxDirectory
{
	 border-style :solid ;
	 border-width :2px;
	 border-color :Red ; 
	font-size: 8pt;
	color:  Black ; 
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.DropDown
{
	font-size: 8pt;
	color:  Black ; 
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.CheckBox
{
	font-size: 8pt;
	color:  Black ; 
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.ListBox
{
	font-size: 7pt;
	color:  Black ; 
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.Button
{
	font-size: 8pt;
	color:  Black ; 
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	


.GridHeader
{
	font-size: 10pt;
	color: white;
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.GridItem
{
	font-size: 8pt;
	color: white;
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.Grid
{
	font-size: 8pt;
	color: white;
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.GridPager
{
	padding :2px;
	font-size: 8px;
	font-weight :bold ;
	color: white;
	font-style: normal ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

/* Css utile pour la galerie */
body
{
    margin: 0;
    padding: 0;
    height: 100%;
}
.modal
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    /*background-color: black;*/
    z-index: 100;
    opacity: 0.8;
    filter: alpha(opacity=60);
    -moz-opacity: 0.8;
    min-height: 100%;
}
#divImage {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: White;
    height: 550px;
    width: 600px;
    padding: 3px;
    border: solid 1px black;
}
