/* personnaliser les ascenseurs*/
BODY 
{
	margin: 0px 0px 0px 0px;
	/*background-color: White;*/
	font-family : Verdana, Tahoma, Helvetica;
	
}


/* ===== tableau  ===== */

h1.titre
{
font-size : 16px;
color: #2769AF;
 margin-bottom : 0px;
 font-weight: bold;
}

h1.titre_blanc
{
font-size : 18px;
color: #FFFFFF;
 font-weight: bold;
 background: url(../images/fond_titre.jpg) no-repeat;
 vertical-align: middle;
 height: 20;
}


TD.texte
{

	font-size : 12px;
	color: #2769AF;

}

TD.bord
{
	font-size : 12px;
	color: #2769AF;
border: 1px solid #2769AF;
}


td.small {
  font-size: 11px;
  color: #2769AF;
  font-weight : none;
}
TD.bord
{
    border: 1px solid #2769AF;
}

/* ===== liens =====*/

A
{
text-decoration : underline;
color :#2769AF;
}

A:HOVER 
{
text-decoration : underline;
color :#9BC3EC;
}

A.menu
{
text-decoration : none;
color :#2769AF;
 font-weight: bold;
 font-size : 11px;
}

A.menu:HOVER 
{
text-decoration : none;
color :#2769AF;
 font-weight: bold;
 background-color: #9BC3EC;
}


td.nav {
text-decoration : none;
color :#000000;
font-family :  Arial;
font-size : 11px;
font-weight : bold;
 /*letter-spacing: 1px;*/
}

A.jours
{
font-family : Arial;
font-size : 11px;
color:#000000;
text-decoration : none;
}

A.jours:HOVER
{
font-family : Arial;
font-size : 11px;
color:#666666;
text-decoration : underline;
}

/*===== Retour Haut Accueil =====*/

A.rha
{
font-family : Arial;
font-size : 10px;
color:#666666;
text-decoration : none;
}

A.rha:HOVER
{
font-family : Arial;
font-size : 10px;
color:#BBBBBB;
text-decoration : none;
}

td.rha {
  font-family: Arial;
  font-size: 10px;
  color: #666666;
  font-weight : bold;
}

B.va
{
font-family : Arial;
font-size : 11px;
color: #B6000A;
/*color: #075F6B;*/
text-decoration : none;
}



/*===== masquage / démasquage des div =====*/

DIV.masque 
{
	display: none;
}

DIV.visible 
{
	display: block;
}
