body 	{
		color:#333333;
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		margin: 0;
		padding: 0;
		background-image: url(../images/arp.jpg);
		}

h1		{
	font-size:16px;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	font-style: normal;
	color: #009900;
	margin: 10px 0px 20px 0px;
	padding: 0;
	font-weight: bold;
		}

h2		{
	font-size:13px;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	font-style: normal;
	color: #CC9900;
	margin: 20px 0px 8px 0px;
	padding: 0;
	font-weight: bold;
		}

input        { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:8pt; }
textarea     { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:8pt; }
select       { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:8pt; }

p        	 { margin: 0px; }

a:link       { color: #009900; text-decoration: underline }
a:visited    { color: #009900; text-decoration: underline }
a:active     { color: #009900; text-decoration: underline }
a:hover      { color: #006600; text-decoration: underline }

.arouge:link     { color: #cc8800; text-decoration: underline }
.arouge:visited  { color: #cc8800; text-decoration: underline }
.arouge:active   { color: #cc8800; text-decoration: underline }
.arouge:hover    { color: #000000; text-decoration: underline }

.avert:link     { color: #078432; text-decoration: underline }
.avert:visited  { color: #078432; text-decoration: underline }
.avert:active   { color: #078432; text-decoration: underline }
.avert:hover    { color: #000000; text-decoration: underline }

.ableu:link     { color: #006699; text-decoration: underline }
.ableu:visited  { color: #006699; text-decoration: underline }
.ableu:active   { color: #006699; text-decoration: underline }
.ableu:hover    { color: #000000; text-decoration: underline }

.par20 	{
		margin-top: 2px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		}

.par90 {
		margin-top: 9px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		}

.par55 {
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
		}
/* ---- Liste des liens à gauche */

.menugauche {
	float:left;
	position:relative;
	left:10px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width:160px;
}
.menugauche ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.menugauche li { margin-bottom:1px; }
.menugauche a:link,
.menugauche a:active,
.menugauche a:visited {
	display: block;
	color: #0a6609;
	text-decoration: none;
	padding: 2px;
}
.menugauche a:hover {
	text-decoration: none;
	background-color:#c0df96;
}
