/* personnaliser les ascenseurs*/


BODY 
{
	 /*scrollbar-face-color: #993333; 
    scrollbar-shadow-color: #999999;
    scrollbar-highlight-color: #999999;
    scrollbar-3dlight-color: #993333;
    scrollbar-darkshadow-color: #993333;
    scrollbar-track-color: #aaaaaa;
    scrollbar-arrow-color: #999999;
	 scrollbar-base-color:#000000;*/
	 

}
#pied{
	 position: fixed;    bottom   : 15px;width:100%;

}

#pied div{

text-align:center;width:100%;
}

/* ===== home ===== */

h1.home
{
font-size : 1pt;
color: #FFFFF0;
}

A.h1
{
text-decoration : none;
color : #FFFFF0;
font-size : 1pt;
}

A.h1:HOVER 
{
color : #FFFFF0;
font-size : 1pt;
}

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

h1.titre
{
font-size : 24px;
color: #00626E;
 font-family: "Times New Roman";
 margin-bottom : 0px;
}


h1.rouge
{
font-size : 14px;
color: #990000;
 font-family: Arial;
 margin-bottom : 0px;
 padding-left: 18px;
 padding-top: 21px;
}

h2.titre
{
font-size : 14px;
color: #00626E;
font-family:  Verdana;
margin-bottom : 0px;
margin-top: 0;
}

h2.avocat
{
font-size : 16px;
color: #00626E;
font-family:  Verdana;
margin-bottom : 0px;
margin-top: 0;
}

h3.titre
{
font-size : 12px;
color: #00626E;
font-family:  Verdana;
font-weight : bold;
margin-bottom : 0px;
margin-top: 0;
}


td.citation
{
font-size : 18px;
color: #00626E;
font-family: Garamond;
 font-style: italic;
 font-weight: bold;
}
td.auteur
{
font-size : 14px;
color: #00626E;
font-family: Garamond;


}




TD.texte
{
	font-family : Arial;
	font-size : 11px;
	color: #666666;
	text-align: justify;
}

TD.texte_home
{
	font-family : Arial;
	font-size : 11px;
	color: #666666;
	text-align: justify;
	font-weight : bold;
}

font.intro
{
	font-family : Arial;
	font-size : 12px;
	color: #993333;
	font-style: italic;
}

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


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

A
{
text-decoration : none;
color :#993333;
font-weight : bold;
}

A:HOVER 
{
text-decoration : none;
color :#999999;
font-weight : bold;
}


A.texte
{
text-decoration : none;
color :#993333;
font-family : Arial;
font-size : 11px;
font-weight : normal;
}

A.texte:HOVER 
{
text-decoration : underline;
color :#993333;
font-family : Arial;
font-size : 11px;
font-weight : normal;
}


A.titre
{
text-decoration : none;
color :#993333;
font-family : Arial;
font-size : 11px;
font-weight : bold;
}

A.titre:HOVER 
{
text-decoration : underline;
color :#993333;
font-family : Arial;
font-size : 11px;
font-weight : bold;
}



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

A.nav:HOVER 
{
text-decoration : none;
color : #000000;
font-family :  Arial;
font-size : 11px;
/*font-weight : bold;*/
}

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



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

A.mail
{
text-decoration : none;
color :#666666;
font-family : Arial;
font-size : 11px;
font-weight : normal;
}



A.mail:HOVER 
{
text-decoration : none;
color :#BBBBBB;
font-family : Arial;
font-size : 11px;
font-weight : normal;
}

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

/*===== 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;
}