@charset "utf-8";

body {
	background-color:#000000;	//888888
    direction: ltr
	/*padding:0;
	margin:0;    for footnote*/
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #ffffff;
}


.pic{
	margin:0; 
	background-color:#000000;
	border: 1px solid #FC0;
}

.innerTable {
	background-color:#48322B;
}

.northBorder { 
	/*border: 1px solid #FC0; */
	border-top: 1px solid #FC0;
}

.westBorder { 
	border-left: 1px solid #FC0;
}

.southBorder { 
	border-bottom: 1px solid #FC0;
}

.eastBorder { 
	border-right: 1px solid #FC0;
}

.westNorthEastBorder { 
	border-left: 1px solid #FC0;
	border-top: 1px solid #FC0;
	border-right: 1px solid #FC0;
}

.westSouthEastBorder { 
	border-left: 1px solid #FC0;
	border-bottom: 1px solid #FC0;
	border-right: 1px solid #FC0;
}

.allBorders { 
	border: 1px solid #FC0;
	background-color: #000000
}

.indexFlash{
	background-color:#DEDC26;
	padding:0;
}



.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FABB22;		/*jaune orangé*/
}

.texteliste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #FABB22;
}


a:link {
	color: #DEDC26;
}
a:visited {
	color: #DEDC26;
}
a:hover {
	color: #48322B;		/*marron*/
}
a:active {
	color: #DEDC26;
}
.texteadresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #48322B;
}




a.type1:link {
	color:#48322B;
	font-weight: normal;
}
a.type1:visited {
		color:#48322B;
	font-weight: normal;
}

