html, body {
height: 100%;
width: 100%;
overflow: auto;
}

body {
	background: #bbbbbb url(images/fond-carte.jpg) repeat left top;
	color: #222;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 11px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

a { color: #550000; text-decoration: none;}
a:hover { color: #7A0000; text-decoration: underline;}

/*----------------------------------------------------------------------------------------------------
  MENU DE GAUCHE
---------------------------------------------------------------------------------------------------- */
.menu {
	position: absolute;
	padding: 0px;	
	left: 0;
	width: 156px;
	margin-left: 6px;	
}
/*----------------------------------------------------------------------------------------------------
  PAGE PRINCIPALE
---------------------------------------------------------------------------------------------------- */
.frame {
	position: absolute;
	margin-left: 184px;
	width: auto;
}
/*---------------------------------------------------------------------------------------------------- */

.blocktitle {
padding: 0px 3px 0px 3px;
text-align: left;
color: #333333;
font-weight: bold;
border-bottom: 1px solid #000000;
}

.titre,
.titre a:link,
.titre a:visited,
.titre a:active,
.titre a:hover
{
font-family: Times New Roman, Serif;
font-size: 22px;
text-align: left;
color: #aa0000;
font-weight: bold;
text-decoration: none;
}

table {
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 135%;
}

.departement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.asso {
	font-family: Tahoma, Courier, mono;
	font-size: medium;
	font-weight: normal;
	color: #aa0000	
}


/*Navigation en bas----------------------------*/
.retour
{
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.retour a:link,
.retour a:visited,
.retour a:active
{
	text-decoration: none;
	color: #000099;
}

.retour a:hover
{
	text-decoration: underline;	
	color: #0000ff;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
