﻿
/* ENTETE
----------------------------------------------------------*/
div.entete
{
	width: 800px;
	margin-left: auto; 
    margin-right: auto; 
		 
}

div.logoRight
{
	position:relative;
	float: right;
}
div.logoLeft
{
	position:relative;
	float: left;
}


.title
{
   width: 800px;
   margin-left: auto; 
   margin-right: auto;
   margin-bottom:10px;
   margin-top:10px;
   text-align:center;
   font-family:Times New Roman;
   font-size:20px;
   font-weight:bold;
   border-color:Black;
}

/* CORPS
----------------------------------------------------------*/
/* body   */
body   
{
    background: White;
      float: right;   
   
}
/* corpe   */
.corp
{ 
	width: 700px;
	margin-left: auto; 
    margin-right: auto; 
	text-align: left;	  

}
.corp1
{ 
	/*float:left;*/
	/*width:100%;*/
	width: 700px;
	margin-left: auto; 
    margin-right: auto; 
	text-align: left;
	/*float: right; */
} 

.corp2
{ 
	/*float:left;*/
	/*width:100%;*/
	width: 700px;
	margin-left: auto; 
    margin-right: auto; 
	text-align: left;
	/*float: right; */ 

}

.button
{ 
	 
}

/* TABLEAUX
----------------------------------------------------------*/
table.customer 
{
	background-color: #6FAFEE;
	width:700px;
}

table.everial 
{
	background-color: #D5DEE7;
	width:700px;
}

.teverial  {	
	font-family: arial ;
	font-size: 12pt ;
	color: black ;
	font-variant: normal;
	overflow:hidden;
	vertical-align:text-top;
	width:700px;
}

table.metadata 
{
	background-color: White;
	width:750px;
}

.dmetadata1 
{
	background-color: White;
	overflow:hidden;
	width:300px;
	vertical-align:middle;
}

.dmetadata2 {
	background-color: White;
	overflow:hidden;
	width:250px;
	vertical-align:middle;
}

.dmetadata3 {
	background-color: White;
	overflow:hidden;
	width:200px;
	text-align: left;
	vertical-align:middle;
}

.tmetadata  {	
	font-family: arial ;
	font-size: 12pt ;
	color: black ;
	font-variant: normal;
	overflow:hidden;
	vertical-align:text-top;
	width:700px;
}

/* CONTROLS
----------------------------------------------------------*/

/* style des controles   */
.TxtStyle
{
   font-family:arial;
   font-size:12px;
   /*font-weight:bold;*/
   width:300px;
}

.TxtStyleValidatore
{
   font-family:arial;
   font-size:10px;
   /*font-weight:bold;*/
   width:100px;
   color:Red; 
}
/* message alerte sur le numero de compte*/
#NomPointeDeVente 
{
   font-family:arial;
   font-size:10px;
   /*font-weight:bold;*/
   width:200px;
   color:Red;
}
