HTML
{
	height: 100%;
}

BODY
{
	height: 100%;
	margin:0px;
	
	font-family: Trebuchet MS, verdana;
	font-size: 12px;
	color: #000000;
}

A
{
	text-decoration: none;
	color: #993300;
}

A:hover
{
	color: #660000;
}

/* code CSS pour le menu du site */ 
div#menu {width: 200px;}

div#menu ul {padding:0px; width:198px; border:1px solid; margin:0px; background:#E8B456; font-size:14px; color:#000000;}

div#menu li:hover {background:#000000; color:#CCCCCC;}
div#menu li.sousmenu:hover {background:#000000; color:#CCCCCC;}

div#menu ul li {position:relative; list-style: none; border-bottom:1px solid; padding:2px 5px 2px 5px; width:188px;}
div#menu ul ul {position:absolute; top: -1px; left: 198px; display:none}

div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;}

.cor_content
{
	width:765px;
	margin:0px 5px 0px 5px;
}

.cor_content_home
{
	width:775px;
	margin:0px;
}

.cor_commune_name
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.cor_page_title
{
	padding:15px 0px 20px 0px;
	text-align:left;
	font-family: Georgia, Arial;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.cor_page_subtitle
{
	width:755px;
	padding:5px;
	background-color:#FFFF99;
	font-size: 16px;
	font-weight: bold;
}

.cor_texte
{
	text-align: justify;
}

.cor_texte_title
{
	font-size: 14px;
	font-weight: bold;
}

.cor_texte_subtitle
{
	font-size: 12px;
	font-weight: bold;
}

.cor_texte_legend
{
	font-size: 10px;
	font-style: italic;
}

.cor_box_title
{
	width:188px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #E8B456;
	padding:2px 5px 2px 5px;
	border:1px solid #000000;
}

.cor_box
{
	width:188px;
	padding:5px 5px 0px 5px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.cor_footer
{
	background-color:#E8B456;
	padding:3px;
}

.cor_paging_link
{
	font-size: 16px;
	font-weight: bold;
	color:#950A40;
	text-decoration: none;
}

.firstlinebold:first-line
{
	font-weight: bold;
}