/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
body {
	background-image:url(../images/bkg_pattern.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color:#406679;
    scrollbar-base-color:#E1E3E8;
  	scrollbar-shadow-color:#FFFFFF;
  	scrollbar-face-color:#E1E3E8;
  	scrollbar-highlight-color:#FFFFFF;
 	scrollbar-dark-shadow-color:#E1E3E8;
  	scrollbar-3d-light-color:#E1E3E8;
}
.texte_contact {
	font-size: 10px;
	color: #666666;
}


.liens_petit {
	font-size: 10px;
	color: #999999;
	text-decoration: none
}

.liens_petit:hover {
	font-size: 10px;
	color: #333333;
	text-decoration: underline
}
td.contact {
	background-color: #f2f3f4;
	padding-left: 30px;

}

.btn_tab {
	font-size: 10px;
	font-weight: bold;
	color: #6c9624;
	text-decoration: underline
}

.btn_tab:hover {
	font-size: 10px;
	color: #406679;
	text-decoration: underline
}


h1 {
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight:bold;
	color: #406679;
	text-decoration: none
}