/*    Style général du site    */
html , body {
font-family:Tahoma;
font-size:9pt;
color:#FFFFFF;
margin:0;
}

/*    Aucune bordure  sur les images    */
img {
   border : 0 none;
   }

   
/*    Font du site générale    */
th,td,p{
font-family:Tahoma;
font-size:9pt;
color:#FFFFFF;
}

/* Style des tableau */
table#sample {
    background-color:#0D5999;
    border: 1px;
	border-width:1; 
	border-color:black; 
	border-style:solid;
	margin-left:auto;
    margin-right:auto;
}

table#sample td {
    border: 1px;
	}

/* Style des TD (p) des tableau */
.menu_g {
font-family:Tahoma;
font-size:8pt;
color:#FFFFFF;
margin:0;
}

.pink {
color:#FFCCFF;
}

.blue {
color:#66CCFF;
}

	 

/*    Couleur des Liens du site  */
a:link,a:active{
color:#FFFFFF;
text-decoration:underline;
}

a:visited{
color:#FFFFFF;
}

/*   Rollover sur les Liens du site    */
a:hover{
color:white;
text-decoration:none;
}
	   
	  
/*    Style des <HR>    */
hr{
border: 0px dashed #76AE4B;
border-top-width:1px;height:0px;
}




.textInput,textarea{  /* General style for my inputs when they're not highlighted */
  width:250px;  
  background-color:#FFFFFF;
  border:1px solid #000;
}


.inputHighlighted{  /* Highlighting style */
  background-color:#1767A6;
  color:#FFF;
  width:300px;
  border:1px solid #80AC55;
} 
