/* 9/11/2004
orange foncé : #FF9933; (#EF7C22;)
orange pâle : #FADE93;
bleu foncé : #333399;
bordeaux : #993333; */

* { font-family: arial, helvetica, sans-serif; } 	
body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif; /* répété pour Netscape 4.X */
	}
/* -------------------- LINKS ----------------------- */
a { font-weight: 900; }
a:link { 
	color: #333399;
	text-decoration: none;
	} 
a:visited { 
	color: #333399;
 	text-decoration: none; 
	} 
a:hover { text-decoration: underline; }
a:active { 
	color: #FFFFFF;
	background-color: #333399; 
	}
/* ---------------------- BANNER ----------------------- */
#banner {
	height: 100px;
	background: #EF7C22 url(../images/banner_left.gif) top left no-repeat;
	margin: 0;
	}
#banner_de {
	height: 100px;
	background: #EF7C22 url(../images/banner_left_de.gif) top left no-repeat;
	margin: 0;
	}
#langue { 
	float: right;
	padding: 3px;
	height: 28px;
	background: #EF7C22 url(../images/courbe.gif) no-repeat;
	font-size: 11px;
	}
#langue a:active {
	color: #333399;
	background-color: #FFFFFF;
	}
/* ----------------------- MENU ------------------------ */
#menu {
	font-size: 12px;
	background-color: #FADE93;	
	text-align: center;
	color: #FF9933;
	font-weight: 900;
	white-space: nowrap;
	}
/* ---------------------- CONTENT ----------------------- */
#content {
	padding: 15px 50px 10px 50px;
	font-family: arial, helvetica, sans-serif;
	}
#content p, ul, li {
	line-height: 140%;
	text-align: justify;
	}
#content h1 {
	color: #993333;
	}
#content h2 { 
	color: #FF9933;
	}
#content h4 {
	margin-bottom: -10px;
	}
#content td {
	vertical-align: top;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 20px;
	}
#content img {
	border: 0;
	}
/* --------------------------LISTES----------------------- */
#results ul {
	padding-top: 8px;
	margin-bottom: 0;
	border-top: solid 1px #FF9933;
	}
#results li {
	font-weight: 900;
	color : #FF9933;
	}
#results b {
	color : #000000;
	}
#results p {
	font-weight: normal;
	color: #000000;
	margin: 2px 0 -5px 0;
	}
/* ------------------------------------------------------- */
#footer {
	white-space: nowrap;	
	text-align: center;
	}
#footer hr { 
	color: #FF9933;
	}
#footer img {
	display: inline;
	border: 0;
	vertical-align: middle;
	}
/* ------------------------------------------------------- */

