BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DFD5B2;
	background: #C8FFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	
}

Span.DateRechercheNoir
{
	color:#000000;
	font-size:1px;
}

Span.DateRecherche
{
	color: #C8FFFF;
	font-size: 1px;
}

.Titre
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
}	

.SousTitre
{
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;	
}

.Texte
{
	font-size: 12px;
	font-weight: normal;
	color: #666666;	
}
	
/***********************************************
* LINK
*********************************************** */

  A:link {
    color: #FF0000;
    background: transparent;
		font-weight: normal;
  }
  A:visited {
    color: #FF0000;
    background: transparent;
		font-weight: normal;
  }
  A {
    color: #FF0000;
    background: transparent;
    text-decoration: none;
    text-transform: none;
		font-weight: bold;
  }
  A:active {
    color: #FF0000;
    background: transparent;
		font-weight: normal;
  }
  A:hover {
    color: #FF0000;
    background: transparent;    
		font-weight: bold;
  }

  A.menu {
    color: #666666;
    background: transparent;
    text-decoration: none;
    text-transform: none;
		font-weight: normal;
  }
  A.menu:visited {
    color: #666666;
    background: transparent;
		font-weight: normal;
  }
  
  A.menu:hover {
    color: #666666;
    background: transparent;    
		font-weight: bold;
  }