
/* Lien Hypertexte */

a:link {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    color: #333366;
}

a:visited
{
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333366;
}

a:active
{
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    color: #333366;
}

a:hover {
    text-decoration: underline;
    font-style: normal;
    color: #333366
}

/* En Tete */
.haut {
	width: 100%;
	height: 68px;
	top: 10px;
	left: 10px;
	padding: 3px;
	border: #333366 1px solid;
	background-color:#F5F5F5
}

/* Petite barre du haut */
.barre {
	width: 100%;
	height: 10px;
	top: 87px;
	left: 10px;
	background-color: #333366;
	border: 333366 1px solid;
	font-family: verdana;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	padding: 3px
}

/* conteneur pages esclaves */
.corps {
	top: 97px;
	left: 10px;
	width: 100%;
	font-family: arial, helvetica, sans-serif; 
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #333366 1px solid;
	border-right: #333366 1px solid;
	border-bottom: #333366 1px solid
	
}

/* Style du pied de page */
.bas {
	width: 100%;
	height: 10px;
	text-align: right;
	background-color: #333366;
	border: #333366 1px solid;
	padding: 3px;
	font-family: verdana;
	font-weight: bold;
	font-size: 8pt;
	color: white
}

/* style des onglets inactifs */
.onglet { 
  border: solid 1px #333366;
  margin: 1px 1px 1px 1px ; 
  padding: 4px 4px 4px 4px;
  text-decoration: none;
  font-family: verdana;
  font-size: 8pt;
  color: #333366
  }

/* style de l'onglet de la page active */
.ongletactif { 
   border: solid 1px #333366; 
   margin: 1px 1px 1px 1px; 
   padding: 4px 4px 4px 4px; 
   background-color:#333366;
   font-family: verdana;
   font-size: 8pt;
   color: White;
   font-weight: bold
   } 

/* En Tête d'un petit conteneur */
.enteteconteneur {
	width: 80%;
	border-top: #333366 1px solid;
	text-align: left;
	padding: 5px;
	background-color: #F5F5F5;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #333366;
}

/* Conteneur */
.conteneur {
	width: 80%; 
	text-align: left;
	padding: 5px; 
	font-family: verdana;
	font-size: 8pt;
}


/* Etiquette logo */
.logo {
	width: 180px; 
	height:45px; 
	border: #ccc 1px solid;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-family: verdana; 
	font-size: 8pt; 
	color: #333366;
	float: left;
	margin-right: 5px
}

.pub 
{
    width: 25%; 
	height:45px; 
	border: #ccc 1px solid;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-family: verdana; 
	font-size: 8pt; 
	color: #333366;
	float: left;
}

.soc {
	width: 45%; 
	height:45px; 
	border: #ccc 1px solid; 
	padding: 5px;
	font-family: verdana; 
	font-size: 8pt; 
	color: #333366;
	float:left;
	margin-right: 5px
}

.compte {
	width: 45%;
	height: 45px;
	border: #ccc 1px solid; 
	padding: 5px;
	font-family: verdana; 
	font-size: 8pt; 
	color: #333366;
	float:left;
	margin-right: 5px
}


/* controles */
.scontrol 
{
    font-family: verdana;
	font-size: 8pt;
	background-color:#CC6633;
	color:white;
	font-bold:true;
}

.szone
{
    font-family: verdana;
	font-size: 8pt;
	color:#CC6633;
 }

.slabelok {
	font-family: verdana;
	font-size: 8pt;
	color: green;
	font-bold: true;
	font-weight: bold;
}

.slabelko {
	font-family: verdana;
	font-size: 8pt;
	color: red;
	font-bold: true;
	font-weight: bold;
}

/* Datagrid */

div.GVScrollCSS
{
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    font-family: verdana;
    font-size: 8pt;
    color: #333366;
   
}

.GVScrollFixedHeader 
{ 
  /*position:relative; 
  top:expression(this.parentNode.parentNode.parentNode.scrollTop-1);*/
  color: #FFFFFF;
  background-color: #333366
}

.GVBody
{
    width: 80%;
    border: 3px;
    border-style: double;
    border-color:#333366;
}

.GVAlter
{
    background-color: #F8F8FF;
}

    
