TD
	{ 
	font-family : arial ; 
	font-size : 11px ; 
	color : #3e3d2b ;
	}
	
input 
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #6A7A69 ;
	border: solid #6A7A69 ;
	border-width: 1 ;
	background-color:#F0F0F0 ;
	}
select
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #6A7A69 ;
	border: solid #6A7A69 ;
	border-width: 1 ;
	background-color:#F0F0F0 ;
	}
textarea
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #6A7A69 ;
	border: solid #6A7A69 ;
	border-width: 1 ;
	background-color:#F0F0F0 ;
	}
.tab1
	{
	background-color:#DEE3DE ;
	padding-left : 5px ; 
	padding-right : 5px ; 
	}	
.texte 
	{
	font-family: Arial;
	font-size : 11px;
	color : #3e3d2b; 
	font-style: normal; 
	line-height: normal; 
	text-align: justify
	}
Body 
	{ 
    scrollbar-3d-light-color : #8f7156;
    scrollbar-arrow-color : #FFFFFF;
    scrollbar-base-color : #8f7156;
    scrollbar-dark-shadow-color : #8f7156;
    scrollbar-face-color : #8f7156;
    scrollbar-highlight-color : #FFFFFF;
    scrollbar-shadow-color : #FFFFFF;
	}
    
a.bouton:link
{
text-decoration:none; 
color:#FFFFFF;
text-align:justify; 
font-weight:none; 

}

a.bouton:visited{
	text-decoration:none;
	color:#FFFFFF;
	text-align:justify;
	font-weight:none;
}

a.bouton:hover{
	text-decoration:none;
	color:#ff9933;
	text-align:justify;
	font-weight:none;    
}

div#scroll {
	overflow: auto;
	height: 470px;
	width:783px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #3e3d2b;
}

a:link
{
text-decoration:none; 
color:#3e3d2b;
text-align:justify; 
font-weight:none; 

}

a:visited{
	text-decoration:none;
	color:#3e3d2b;
	text-align:justify;
	font-weight:none;
}

a:hover{
	text-decoration:none;
	color:#ff9933;
	text-align:justify;
	font-weight:none;    
}

ul#menu
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	padding: 0 ;
	line-height: 15px
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 150px ;
	line-height: 55px ;
	text-indent: 0px ; /* On décale le texte de 40px du bord gauche */

	text-decoration: none ;
	background: url(images/bg_menu.gif) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	border: 0px solid #FFFFFF ;
}

ul#menu li a:hover
{
	background: url(images/bg_menu.gif) no-repeat 0 -55px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	border: 0px solid #FFFFFF ;
}
