@charset "iso-8859-1";
/* CSS Document */

body, html {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #65714b;
	height:100%;
	width:100%;
	font-family: "Myriad Pro", Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

a:link {
	text-decoration: none;
	color:#686730;
	}
	
a:visited {
	text-decoration: none;
	color:#686730;
	}
	
a:active {
	text-decoration: none;
	color:#686730;
	}
	
a:hover {
	text-decoration: none;
	color: #333300;
	}

a.topmenu:link {
	text-decoration: none;
	color:#FFF;
	font-size:12px;
	}
	
a.topmenu:visited {
	text-decoration: none;
	color:#FFF;
	font-size:12px;
	}
	
a.topmenu:active {
	text-decoration: none;
	color:#FFF;
	font-size:12px;
	}
	
a.topmenu:hover {
	text-decoration: none;
	color: #c1c8b2;
	font-size:12px;
	}

div.rbq {
	width:180px;
	margin:0 10px;
	height:41px;
	float:left;
	text-align:center;
	font-size:11px;
	color:#686730;
	border-top: #686730 1px dotted;
	padding-top:8px;
	}
	
div.footer {
	width:730px;
	margin:0 10px;
	height:44px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#686730;
	border-top: #686730 1px dotted;
	padding-top:5px;
	}

h1, h2 {
	display:block;
	color: #686730;
	font-size:24px;
	font-weight:normal;
	border-bottom:#686730 1px dotted;
	margin:0 0 10px 0;
	padding:0;
	}
	
h3 {
	display:block;
	color: #686730;
	font-size:18px;
	font-weight:normal;
	border-bottom:#686730 1px dotted;
	margin:0 0 10px 0;
	padding:0;
	}
	
img {
	border:none;
	}

ul	{
	list-style-type: square;
	}
	
table.icones {
	width:120px;
	margin-top:10px;
}

table.legende {
	width:100%;
	margin-top:10px;
	font-size:14px;
}