body 
{
    height: 100%;	
    min-height: 100%;
    width:100%;
    padding:0;
    margin: 0; 
    font-size:1em;
    font-family: verdana, arial, sans-serif;
    background-color: #ffffff;
    word-wrap: break-word;
}
div#main
{
    height:100%;
    min-height: 100%;
    width : 80%; /*ideal 1024px =>1024/1280*/
    margin: 0 auto 0 auto;
}

div#Entete 
{
    width : 100%; 
    display:block;
    vertical-align: top;
    background-color: #c23735;
    background-size: cover;
} 
div#Menu 
{
    width : 74%; 
    display:inline-block;
    vertical-align: top;
    background-color: #c23735;
    background-size: cover;
} 
div#Connexion 
{
    color: white;
    width : 25%; 
    display:inline-block;
    vertical-align: top;
    font-size: 0.8em;
}

div#Contenu
{
    display:block;
    width : 100%;
    min-height: 100%;
    color : black;
    font-size: 0.8em;
}
div#Encaissement
{
    display:inline-block;
    width : 58%;
    min-height: 100%;
    vertical-align: top;
    color : black;
    font-size: 0.8em;
    border: 2px black ;
 
   /*  background-color: pink;*/
}
div#DerniereTransaction
{
    display:inline-block;
    width : 38%;
    min-height: 100%;
    vertical-align: top;
    color : black;
    font-size: 0.8em;
      border-width:2px;
 border-color:black;
    /*background-color: grey;*/
}


li.Item
{
        display: inline;
        border-bottom-style: none ;
        border-left-width: 1px ; 
        border-left-color: #6e6562 ;
        border-left-style: solid ;
        padding-left: 1%;
        padding-right: 1%;
        font-size: 1em;
        cursor: pointer;
        text-align: left;
        font-weight: bold;
         color : white;
         min-height: 40px;
    line-height: 40px;
}
li.Item a:hover
{
	font-style:italic;
        color: #6e6562;
}

li.Item a:link
{
	color: white;
        text-decoration: none;
}

li.Item a:visited 
{
	color: white;
         text-decoration: none;
}

.image_supprimer_input
{
background-image:url("../Image/IconeSupprimer.png");
}

.image_modifier_input
{
background-image:url("../Image/IconeModifier.png");
}
 #AnneeLbl
 {
    color: grey;
 }
  #TailleLbl
 {
    color: grey;
 }