BODY
{
SCROLLBAR-BASE-COLOR: #6F512B;
}
/* CETTE LIGNE CONTROLE LA POLICE DE CARACTERE SUR L'ENSEMBLE DU SITE */
TABLE 
{ COLOR: #000000; 
FONT: 12px verdana, arial, sans-serif
}

.title
{ COLOR: #996600; FONT: 16px verdana, arial, sans-serif; 
font-weight: bold
}

.subtitle
{ COLOR: #996600; FONT: 12px verdana, arial, sans-serif; 
font-weight: bold
}

.contact
{ FONT: 12px verdana, arial, sans-serif; 
font-weight: bold; 
font-style: italic; 
TEXT-DECORATION: none
}

.adresse
{ 
FONT: 14px verdana, arial, sans-serif; 
font-weight: bold; 
TEXT-DECORATION: none
}

.splashpage
{ FONT: 1px verdana, arial, sans-serif;
COLOR: #DBCCB9;
}

.contact:hover 	
{ FONT: 12px verdana, arial, sans-serif; 
font-weight: bold; 
font-style: italic; 
TEXT-DECORATION: underline
}

a:link {color: #CE7D0B; text-decoration: none}
a:visited { color: #927A5A; text-decoration: none }
a:active { color: #F9B208; text-decoration: none }
a:hover	{ color: #F49105; text-decoration: none }

.just 
{ text-align: justify;
}

.copyright
{ COLOR: #927A5A; 
FONT: 10px verdana, arial, sans-serif }

.divstyle {
position:absolute;
border: #000000 1px solid;width:90;
top:0;left:0 
}


/* CODE POUR POLICE DE CARACTERE DE LA DATE */

.date-font
{ color: #F5E9D8; 
font: 11px arial, verdana, sans-serif; 
font-weight: bold 
}

/* CODE POUR LOCALISER LE MENU -  PEU IMPORTE EMPLACEMENT DE TABLE */

#menulocation 
{ LEFT: 7px; 
WIDTH: 150px; 
POSITION: absolute; 
TOP: 111px; 
padding:0px 0px; 
white-space:nowrap; 
}

/* CODE POUR POLICE DE CARACTERE DU MENU */
.menu
{ font-family: verdana, helvetica, arial, sans;	
font-size: 10pt;
height: 25px;
width: 150px;
cursor:hand;
font-weight: bold;
text-indent: 10px;
line-height: 16pt;
text-align: left;
display: block;
border: #000000 0px solid;
}

a.menu:link
{ background-image: url("../images/menu.gif");
background-color:#F5E9D8;
color: #F0F0F0; 
}

a.menu:visited 
{ 
background-image: url("../images/menu.gif");
background-color:#000000;
color: #F0F0F0; 
}

a.menu:active 	
{  
background-image: url("../images/menu.gif");
background-color:#927A5A;
color: #F5E9D8; 
}

a.menu:hover
{ background-image: url("../images/menu_over.gif");
background-color:#927A5A;
color: #F5E9D8; 
}

/* fin du code pour le menu */
