/* CSS Document */
body {
    background-color: #FFFFFF; /* commentaire */
	font-family: Century Gothic,Comic Sans MS,Verdana;
	color:#000000;

}

.tx { font-family: Arial,Arial,Verdana; font-size: 13px;}
.txw { font-family: Arial Narrow,Arial,Verdana; font-size: 15px; color: #FFFFFF}
.txgri { color:#CCCCCC;}
.txb { font-size: 14px;}

.txs { font-family: Verdana; font-size: 10px; color:#330000}
.txdat { font-family: Verdana; font-size: 10px }
.titr {	font-family: Arial Narrow,Arial,Verdana; color: #E1542A;	font-weight: bold; font-size: 16px; }
.mess { font-family: Verdana; font-weight:bold; font-size: 13px; color:#990033}


A:link { font-family: Arial; text-decoration: none ;  font-size: 13px; color:#000000} /* font-weight:bold */
A:visited { font-family: Arial; text-decoration: none ; font-size: 13px; color:#330000}
A:hover { font-family: Arial; text-decoration:underline ; font-size: 13px; color:#FF6600}


.Style2 {
	color: #E1542A;
	font-weight: bold;
}

ul {
margin:0;
padding:5px 15px 5px  5px;
/* list-style:none;*/
} 

li {
/* display:inline; */
padding:0;
margin:2px 2px 2px  20px;
} 

hr { color: #ffcccc;  width:90% }

INPUT {

color:#000000;
font-size:10px;
font-family:Verdana;
} 

 SELECT {

color:#330000;
font-size:10px;
font-family:Verdana;
} 

.gauche {
  float: left;
  padding : 2px;
  border : 0px;
  } 
.right {
  float: right;
  padding-top : 5px;
  padding-left : 15px;
  padding-bottom: 10px;
  } 


-->