/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
}

a{
	color:#FF6600;
}

a:hover{
	color:#FF3300;
}

a:visited{
	color:#CC0000;
}

div, p, td {
	font-size:12px;
}

h1{
	color:#FF6600;
	font-size:24px;
}

h2{
	color:#FF9900;
	font-size:18px;
}

li {
	font-weight: bold;
}

div#header{
	background-image:url(images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#000000;
	height:100px;
	display:block;
	vertical-align:bottom;
	min-width:800px;
}

div#header div#list_ville{
	position:absolute;
	top:84px;
	left:0px;
	color:#FFFFFF;
}

div#header div#list_ville a{
	color:#FFFFFF;
	text-decoration:none;
}

div#header div#list_ville a:hover{
	color:#FF0000;
}

div#top_bar{
	background-image:url(images/top_menu_bg.png);
	background-repeat:repeat-x;
	height:30px;
	width:100%;
	min-width:848px;
}
div#top_bar div#top_bar_content{
	margin:0 0 0 166px;
	vertical-align:middle;
}

div#top_bar div#top_bar_content a{
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	height:27px;
	float:left;
	padding:3px 15px 0 15px;
}

div#top_bar div#top_bar_content a:hover{
	color:#333333;
	background-color:#FFCC00;
}

div#main_content{
	padding:0 0 0 190px;
	min-width:800px;
	clear:both;
}

div#menu_left{
	position: absolute;
	top:100px;
	left:0px;	
}

div#menu_left div#menu_left_top{	
	background-image:url(images/top_menu_left.png);
	width:166px;
	height:30px;
	display:block;
}
div#menu_left div#menu_left_top div#menu_left_top_title{	
	color:#CC0000;
	padding:3px 0 0 15px;
	font-size:18px;
}
div#menu_left div#menu_left_top div#menu_left_top_title a{
	text-decoration:none;
	color:#CC0000;
}

div#menu_left div#menu_left_top div#menu_left_top_title a:hover{
	color:#FF0000;
}

div#menu_elements{
	background-image:url(images/menu_left_bg.png);
	width:178px;
	background-repeat:repeat-y;
}
div#menu_elements.end{
	min-height:600px;
}

div#menu_elements a{
	display:block;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:2px 0 2px 15px;
	width:151px;
	border-bottom:1px solid #F0E8DD;
}

div#menu_elements a:hover{
	color:#946F33;
	background-color:#F7F3ED;
	border-bottom:1px solid #946F33;
}

div#menu_left div#menu_left_bottom{
	background-image:url(images/menu_left_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:178px;
	height:25px;
	display:block;
}

div#adsense{
	margin:0;
}

div#map{
	margin:10px 10px 10px 260px;
}

div#footer{
	margin:5px 0 0 180px;
}

/*RUBRIC*/

#rubric_tree{
	margin:5px;
}

#rubric_tree ul{
	margin:0px;
	background-image:url(images/directory_small.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 4px 20px 2px 24px;
	margin-top:5px;
}

#rubric_tree ul a{
	font-weight:bold;
	font-size:11px;
}

.rubric_list{
	width: auto;
	text-align:center;
	float:none;
}

.rubric_directory{
	float:left;
	margin:5px;
	width:200px;
	text-align:left;
	display:block;
}

.rubric_directory .rubric_title{
	background-image:url(images/directory.png);
	background-position:left top;
	padding:8px 2px 8px 38px;
	font-size:14px;
	background-repeat:no-repeat;
}

.rubric_directory .rubric_title a{
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
	text-decoration:underline;
}

.rubric_directory .rubric_child a{
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
	color:#333333;
}

.rubric_directory_bottom{
	clear:both;
	float:none;
}

/*SITE*/

a .site_small{
	float:left;
	background-color:#FFFFFF;
	margin:0px;
	padding:5px;
	text-decoration:none;
	width:650px;
}

a .site_small:hover{
	background-color:#FAFAFA;
	border:	1px solid #F0F0F0;
}

a .site_small_title{
	font-weight:bold;
	color:#FF3300;
	text-decoration:underline;
}

a .site_small_description {
	/* display:none; */
	color:#333333;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

a:hover .site_small_description {
	display:inline;
}

a .site_small_description .address{

}

a .site_small_description .phone{
	color:#CC0000;
}

a .site_small_description_more{
	font-weight:bold;
	color:#CC0000;
	text-decoration:underline;
	float:left;
}

#site_list_bottom{
	clear:both;
	float:none;
}

#site_detail #site_header{
	float:left;
	display:inline;
	margin:10px 0 0 0;
	width:100%;
}

#site_detail #site_header h1{
	font-stretch:condensed;
}

#site_detail #site_header #site_url{
	border-bottom:1px solid #CCCCCC;
}

#site_detail #site_header #site_url a{
	color:#3333CC;
	text-decoration:none;
}

#site_detail #site_header img{
	border:1px solid #333333;
	margin:0px 20px 20px 0px;
	float:left;
	height:auto;
}

#site_detail #address{
	border-bottom:1px solid #CCCCCC;
}

#site_detail #phone{
	border-bottom:1px solid #CCCCCC;
}

#site_detail #site_description{
	clear:both;
	border-bottom:1px solid #CCCCCC;
	margin:10px 0 0 0;
}
