/* CSS Document */
body {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	font-family: helvetica, arial, sans-serif;
}
p{ 
	font-size: 9pt;
}

h3 {

	color: #897C75;
}

h2 {

	color: #897C75;
	font-family: Arial, Verdana;
	font-size: 10pt;
}

.button {
	color : #897C75;
	background-color : #D6D1CA;
	border-color : #C1BAB1;
}
		/*Les liens pour le menu */
.menu { 
	color: #C1BAB1;
	text-decoration: none; 
	font-weight: bold;
	font-size: 10pt;
}
.menu:hover{
	color: #FFF;
	background-color: #C1BAB1;
}
.tdGris {
	background-color: #D6D1CB;
	border: no;
}
		/*Les liens pour l'affichage principal */
.display {
	color: #FFF;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.display:hover {
	color: #C1BAB1;
	font-size: 9pt;
	font-weight: bold;
}
.tdGrisLigne {
	background-color: #D6D1CB;
	border-left: solid black 1px;
}
	


