/*Pour l'utiliser : <link rel="stylesheet" type="text/css" href= "site-salaries.css"> */

body { 
	background: url(../images/bckwht.gif);
	font: normal 8pt georgia; 
	color: #004400;
	margin: 5px 0 5px 0;
}
h1 { 
	font: normal 20pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #117744;
}
h2 { 
	font: italic 22px georgia;
	letter-spacing: 1px;
	margin: 0px;
	text-align: center;
	color: #115544;
}
h3 { 
	font: italic 22px georgia;
	letter-spacing: 1px;
	margin: 18px 0 0 0;
	color: #115544;
}
a.nouveau {
	font: bold 13px Verdana, sans-serif;
	color: green;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.retour:link, a.retour:visited {
	font: bold 8pt georgia;
	color: green;
	text-decoration: none;
}
a.retour:hover {
	text-decoration: underline;
}
a.retour:active {
	color: #0c0;
}
table { 
	font: normal 13px georgia;
}
table.bleu {
	margin: 0;
	border: 2px ridge #009988;
	background: #eeffee;
}
select, input[type=text] {
	margin: 0px;
	padding-left: 1px;
}
#banniere { 
	font: italic 20px Arial, sans-serif;
	letter-spacing: 1px;
	color: #117744;
}
.formulaire {
	margin: 10px 0 25px;
	border: 2px solid #076;
	background: #eeffee;
	padding: 8px;
	text-align: left;
}
.intitule {
	font-weight: bold;
	color: #115522;
}

/*Style du menu*/
ul#menu {
	margin-top: 30px;
}
ul#menu li {
	margin-left: -1.6em;
	line-height: 20px;
}
