body {
    text-align: justify;
    margin: 0px; 
    padding: 0px; 
	 color: #B5B5B5;
	 font-family: tahoma;
	 font-size: 11px;
	 cursor: default;
    background-image: url(bg.jpg);
    scrollbar-3dlight-color: #000000;  
    scrollbar-arrow-color: #000000; 
    scrollbar-darkshadow-color: #000000; 
    scrollbar-face-color: #930409; 
    scrollbar-highlight-color: #000000; 
    scrollbar-shadow-color: #000000;  
    scrollbar-track-color: #000000; }


A{text-decoration:none;
font-style: italic;
font-family: georgia;
cursor: default;}

A:link, A:visited
{color:#930409;}

A:ACTIVE, A:HOVER
{color:#FF9F34;}

input, textarea, option, select { 
       color: #B5B5B5;
       background: #000000;
       font-size: 11px;
       font-weight: normal;
       text-decoration: none;
       font-family: verdana; 
       text-align: left;
       border-width: 1px;
       border-style: dotted;
       border-color:#930409; 
      }

.title {
font-family: georgia;
font-size: 17px;
font-style: italic;
font-weight: bold;
color: #FF9F34;
background-image: url(titre.jpg);
text-align: center;
height: 20px;}

.first {
color: #930409;
}

.quote {
   background: url(quote.jpg) no-repeat;
	color: #B5B5B5;
	margin: 10px 50px 10px 50px;
	padding: 8px 10px 8px 55px;
}

font.color {
	color: #FF9F34;
}

font.color2 {
	color: #3DC8AB;
	font-style: italic;
}

ul{
	line-height: 17px;
}
li {
padding: 0px 0px 0px 16px;
background: url(ul.gif) no-repeat;
list-style: none;
}

#container { 
/* re-aligning the text correctly to the left */     text-align: justify;
/* margins at top and bottom are 0px but on the sides, "auto" will center the layout */
    margin: 0px;
    padding: 0px;
/* sets the layout width */
    width: 600px;} 
	 
#header { 
    width: 513px;} 

	 
#menu { 
    width: 140px;
/* float it to the left of the text */
    float: left;} 
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;}
#menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	background: none;}
#menu li a {
	padding-left: 10px;
	margin-top: 5px;
	text-decoration:none;
	display:block;
	color:#FF9F34;
	height: 12px;
	font-size: 10px;}
#menu li a:hover {
	color:#930409;
	background-image: url(titre.jpg);}

#text { 
    width: 400px;
/* float it to the left of the right sidebar */
    float: left;
	 margin-top: 20px;
	 margin-left: 20px;
} 

#footer { 
/* clear: both so that it remains at the bottom of the 3 columns */
float: none;
height: 50px;
} 