Body 
	{ 
    scrollbar-arrow-color : #ff0000;
	scrollbar-face-color : #ffffff;
	font-family : Verdana ; 
	font-size : 11px ; 
	color : #ffffff;
	background-color : #1a2c3a;
	}
TD
	{
	font-family : Verdana;
	font-size : 11px;
	color : #ffffff;
	font-style: normal;
	}

.menuup
	{
	font-family : Verdana;
	font-size : 10px;
	color : #8b8b8b;
	font-style: normal;
	}

.flags
	{
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}

.adresse
	{
	font-family : Verdana;
	font-size : 10px;
	color : #515faa;
	font-style: normal;
	padding-bottom: 12px;
	}

.titre
	{
	padding-right: 35px;
	}
	
.menudown
	{
	font-family : Verdana;
	font-size : 10px;
	color : #ffffff;
	font-style: normal;
	font-weight: bold;
	}

input 
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #636363 ;
	border: solid #636363 ;
	border-width: 1 ;
	background-color:#FFFFFF ;
	}
select
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #636363 ;
	border: solid #636363 ;
	border-width: 1 ;
	background-color:#FFFFFF ;
	}
textarea
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #636363 ;
	border: solid #636363 ;
	border-width: 1 ;
	background-color:#FFFFFF;
	}
ul
{
	color:#ffffff !important;
}
li
	{
	list-style-type: disc;

	}
.info {
	font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;

}
.button {
	font-size : 9px;
	color: #000000;

}

/* ================  BEGIN - These are the Navigation properties ================ */
/* class is always .arrow */
  A.arrow 
  	{
	text-decoration: none;
	font-family : Arial;
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold;	
    }
	
  A:active.arrow 
  	{
    text-decoration: none;
	font-family : Arial;
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold;   
	}
	
    A:visited.arrow 
	{
    text-decoration: none ;
	font-family : Arial;
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold;  
    }
	
    A:hover.arrow 
	{
    text-decoration: underline ;
	font-family : Arial;
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold; 
	}
/* ================  END - These are the Navigation properties ================ */

/* ================  BEGIN - These are the Navigation properties ================ */
/* class is always .arrow2 */
  A.arrow2 
  	{
	text-decoration: none;
	font-family : Verdana;
	font-size : 10px;
	color : #27357a;
    }
	
  A:active.arrow2 
  	{
    text-decoration: none;
	font-family : Verdana;
	font-size : 10px;
	color : #27357a;    
	}
	
    A:visited.arrow2 
	{
    text-decoration: none ;
	font-family : Verdana;
	font-size : 10px;
	color : #27357a;    
    }
	
    A:hover.arrow2 
	{
    text-decoration: underline ;
	font-family : Verdana;
	font-size : 10px;
	color : #27357a;    
	}
/* ================  END - These are the Navigation properties ================ */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 515faa;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited
{
	color:#6eccd2;
	text-decoration:none;
}
a:hover
{
	color:#b9f7fb;
	text-decoration:underline;
}