BODY {
	background-color: #1C1946;
	font-size: 12px;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;}

A {color:#FFD300}
A:HOVER{color:white} 
  
h1 {
  color: rgb(255, 204, 0);
  font-size:25px;
  line-height: 30px;
  font-weight:bold;
  margin:0;
  padding:0;
  margin-left:25%;  
}    
  
  H2 {color:#FFD300; font-size: 14px; font-weight:bold} /* Sytle de texte sous titre de rubrique */
  H3 {font-size: 36px; font-weight:bold; color:#cbcbcb; font-family:Arial, Helvetica}  /* Style de texte pour remarques et erreurs */

a.image img
{
	border: 1px solid #ccc;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
a.image:hover img
{
	border: 1px solid navy;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
}
  
/* Barre de titre des menus de pages */
TR.BARRETITRE  {font-size:16px; color:white; font-weight:bold;}

TR {color:white; font-size: 12px; font-weight:normal;} /* Style des tableaux par défaut */

/* Style de lien sut les artistes */
TR.LISTEARTISTE {color:white; font-size: 10px; font-weight:normal}
A.LISTEARTISTE {color:yellow; font-size: 12px}
A:HOVER.LISTEARTISTE{font-weight:bold} 

/* Style de lien sut les artistes */
TR.FICHEARTISTE {color:yellow; font-size: 10px; font-weight:normal}
A.FICHEARTISTE {color:white; font-size: 10px}
A:HOVER.FICHEARTISTE{font-weight:bold} 

/* Style de lien des barres de menu */
A.BARREMENU{color:red; text-decoration: none; font-size: 12px}
A:LINK.BARREMENU{color: red}
A:HOVER.BARREMENU{color: red; font-weight:bold} 

/* Style des tableau des appels d'offres */
// TR.TABLEAU_AOFFRE_A0  {background:#E2FFA7;}
// TR.TABLEAU_AOFFRE_A1  {background:#A7FFF1;}
TR.TABLEAU_AOFFRE_A0  {background:#CCCCFF;}
TR.TABLEAU_AOFFRE_A1  {background:#CCCCCC;}

/* Style des tableaux d'administration */
TR.TABLEAU_ADMIN_ENTETE  {color:white; font-weight=bold; background:red; vertical-align:middle; text-align:center}
TR.TABLEAU_ADMIN_A0  {color:black; background:white; vertical-align:middle; text-align:center}
TR.TABLEAU_ADMIN_A1  {color:black; background}

#entete{
/* 
 *Conteneur d'ensemble du site
 * dans le csa ou les polices ne sont pas spécifiés
 * il prend les polices par défaut de la balise Body
 *
 */
  width:800px;
  height:117px;
  margin: 0px auto 5px;
  background-image:url(header.jpg); 
  background-repeat: no-repeat; 
  background-position: 0 top;  
}
a.B {background-image:url(entrer.jpg); display: block; width:100px; height:20px}
a.B:hover {background-image:url(entrer_jaune.jpg)}

#conteneur{	
  margin:0px auto 50px;
  width:800px;
  text-align:left;  
}
	

#credit
{
   padding-bottom:20px;
}

