 
/*
couleurs de liens
*/

a:link
	{
	color:#595913;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

a:visited
	{
	color:#78771A;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a:hover
	{
	color:#CC071E;
	text-decoration: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
	


/*
titraille
*/

H1 
	{
	font-size: 1.4em;
	font-weight: bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #019A9E;
	text-indent: 2px;
	margin: 0px;
	padding: 0px;
}

H2 
	{
	font-size: 1em;
	font-weight: bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	margin: 2px 0px 0px;
	padding: 0px;
	background-color: #78771A;
	text-indent: 2px;
}

/*
texte et listes
*/

p, dl, dt, td
	{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin-top: 2px;
}
	

ul, li, ol
	{
	font-size: 12px;
	line-height: 12px;
	list-style-type: disc;
	left: 5px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color:#FDCB1E;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 12px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC621;
	margin: 2px 0px 0px;
	padding: 0px;
}
