body {
    text-align: justify; 
    margin: 0px; 
    padding: 0px; 
    color: #959595; 
    font-family: verdana;
    font-size: 8pt;
    background-image: url(bg.gif);
    scrollbar-3dlight-color: #FFFFFF;  
    scrollbar-arrow-color: #959595; 
    scrollbar-darkshadow-color: #FFFFFF; 
    scrollbar-face-color: #FFFFFF; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-shadow-color: #FFFFFF;  
    scrollbar-track-color: #FFFFFF; }

A{text-decoration: none; 
cursor:default; 
font-weight: normal;}

A:LINK, A:VISITED
{ color:#F97B2B;
border-bottom: 1px dotted #406AD8;}

A:ACTIVE, A:HOVER
{ color:#406AD8;
border-bottom: 1px dotted #F97B2B;}


input, textarea, option, select { 
       color: #406AD8;
       background-color: #FFDDAC;
       font-size: 8pt;
       font-weight: normal;
       text-decoration: none;
       font-family: tahoma; 
       text-align: center;
       border: 0px solid #F97B2B;
		 scrollbar-3dlight-color: #FFFFFF;  
       scrollbar-arrow-color: #959595; 
       scrollbar-darkshadow-color: #FFFFFF; 
       scrollbar-face-color: #FFFFFF; 
       scrollbar-highlight-color: #FFFFFF; 
       scrollbar-shadow-color: #FFFFFF;  
       scrollbar-track-color: #FFFFFF;}

.title {
font-family: georgia;
font-style: italic; 
font-size: 17pt; 
color: #F97B2B; 
padding : 0px 0px 0px 68px;
background: url(bouton.gif) no-repeat;
font-weight: bold;}

font.color {
	color: #406AD8;}

font.color2 {
	color: #18BC41;}

.quote {
	background-color: #FFDDAC;
	color: #406AD8;
	margin: 0px 40px 0px 40px;
	padding: 5px;}
	
ul {
	color: #18BC41;
	list-style: disc;}


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

#text { 
    width: 451px;
    background: #FFFFFF;
/* float it to the left of the right sidebar */
    float: right;
	 padding: 7px;} 


#menu { 
    width: 163px;
	 height: 223px;
/* float it to the left of the text */
    float: right;
    background-image: url(images/design_04.jpg);
	 text-align: center;
	 letter-spacing: 3px;
    text-transform: uppercase;}
	 
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;}
	
#menu li {
	margin: 0px;
	padding: 0px;
	display: inline;}
	
#menu li a {
	padding: 2px;
	margin: 0px 25px 3px 25px;
	text-decoration:none;
	display:block;
	background:#708FE3;
	color:#FFDDAC;
	border-bottom: 0px;}
	
#menu li a:hover {
	background:#FFDDAC;
	color:#406AD8;
	border-bottom: 0px;}

	
#rien { 
    width: 465px;
	 height: 94px;
/* float it to the left of the text */
    float: right;
    background-image: url(images/design_03.jpg);}
	 
	 
#footer { 
/* clear: both so that it remains at the bottom of the 3 columns */
    clear: both;
    background: #406AD8; 
	 padding: 15px 0px 0px 0px;} 