a.menu2:link, a.menu2:visited
{
	font-size: 12pt;
}

a.menu2:hover
{
	color: white;	
}

a:link, a:visited  
{
	color: #fae10e;
	text-decoration: none; 
	letter-spacing: 0.5px;
	font-family: "Times New Roman";
	font-size: 14pt;
}

a:hover
{
	color: white;	
	font-weight:bold;
	text-decoration: none;
}

.menu
{
	width:165px; 
	height:30px; 
	display:inline; 
	float:left;
	text-align:center;
}

.menu2
{
	height:30px; 
	color: #fae10e;
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
	font-family: "Times New Roman";
	font-size: 12pt;
}

.texte_records
{
	color: white;
	text-decoration: none; 
	font-family: "Cambria","Times New Roman";
	font-size: 14pt;
    border-bottom: 1px solid white;
    border-left: 1px solid white;

}

.texte_records_header
{
	color: red;
	text-decoration: none; 
    font-weight: bold;
	font-family: "Cambria","Times New Roman";
	font-size: 20pt;
    font-style: italic;
}

.texte_records_titres
{
	color: white;
	text-decoration: none; 
    font-weight: bold;
	font-family: "Cambria","Times New Roman";
	font-size: 16pt;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;
    background-color: navy;
}

.texte_records_titres_right
{
	color: white;
	text-decoration: none; 
    font-weight: bold;
	font-family: "Cambria","Times New Roman";
	font-size: 16pt;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid white;
    background-color: navy;
}

.texte_records_right
{
	color: white;
	text-decoration: none; 
    /*font-weight: bold;*/
	font-family: "Cambria","Times New Roman";
	font-size: 16pt;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid white;
    font-style: italic;
}

.texte_attente
{
	color: white;
    font-weight: bold;
	font-family: "Cambria","Times New Roman";
	font-size: 24pt;
    font-style: italic;
}

#logo_persistent
{
    position: fixed;
    vertical-align: middle;
    
    bottom: 10px;
    right: 10px;

}

.visibleDiv2
{
    position: fixed;
    border: solid 1px #e1e1e1;
    bottom: 0;
    right: 0;
}

.wrapper 
{ 
    position: relative; 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
} 

.visibleDiv { 
    position: fixed; 
    border: solid 0px #e1e1e1;
    right: 20px; 
    top: 200px; 
} 

* html .visibleDiv { 
    position: absolute; 
} 

.footer
{
	font-family:Arial, Tahoma, Verdana;
	font-size:7pt;
    color:#fae10e;
}

a.footer
{
	font-family:Arial, Tahoma, Verdana;
	text-decoration:none;
    
}

a.footer:link ,a.footer:visited
{
	font-family:Arial, Tahoma, Verdana;
    font-size:7pt;
    color:#fae10e;
}

a.footer:hover
{
	font-family:Arial, Tahoma, Verdana;
	color:white;
}


