/*  
Nom du Thème : EcoloGlobes
Auteur : Neolien (http://annuaire.webdconseils.com/)
*/

body {
	margin: 0;
	background: #24b1ea;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {border:0;}
p {line-height: 1.3em; margin: 0.5em 0;}
p img {float:left; margin:0 10px 0 0; padding-left: 6px; padding-bottom: 2px;}

html {scrollbar-face-color:#24b1ea; scrollbar-highlight-color:#24b1ea;
scrollbar-3dlight-color:#24b1ea; scrollbar-darkshadow-color:#24b1ea;
scrollbar-shadow-color:#24b1ea; scrollbar-arrow-color:#ff6600;
scrollbar-track-color:#24b1ea;}

h5 { font: bold 1.31em "Arial", Sans-Serif; margin: 0; color: #ff6600; }
h6 { font: bold 1.31em "Arial", Sans-Serif; margin: 0; color: #ff6600; }

.catwdc{color:#046380; text-decoration:none; font-size:12px;}
.catwdc a{color:#046380; text-decoration:none; font-size:12px;}
.catwdc a:hover{color:#777777; text-decoration:none; font-size:12px;}

.details{color:#046380; text-decoration:none; font-size:12px;}
.details a{color:#046380; text-decoration:none; font-size:12px;}
.details a:hover{color:#046380; text-decoration:underline; font-size:12px;}

.sitetable {width: 100%; border: 1px dotted #c2c2c2; vertical-align : top;}
.sitetables {width: 100%; vertical-align : top;}
.sitetd {border: 1px dotted #c2c2c2;}
.votelargeur {width: 50px;}

a.cat_display {text-decoration: none; font-weight: bold; font-size: 13px; color:#333333;}
a.cat_display:hover {text-decoration: none; font-weight: bold; font-size: 13px;
color:#CC0000;}
a.subcat_display {text-decoration: none; font-size: 10px; border-bottom : 1px dotted #CCC;}

.votetable {background: #ffffff; width : 50px; height: 92px; margin-right: 5px;}
.vote span.note {font-size: 9px; height: 12px; display: block;}
.vote span.nombre {font-size: 16px; display: block;}
.vote a{color: #399171; font-size: 16px; font-weight: bold;}
.vote a:hover{color: #399171; font-size: 16px; font-weight: bold;}

/* Onglets fiche site */
#containered {font: bold 10px Verdana; list-style-type: none; text-align: left; width: 470px;}
#containered hr {clear: both; border: 1px solid #CCC; margin-top: 10px; width: 50%;}
#containered ul#mest {font-weight: bold;}
#containered ul#mest li {font: bold 10px Verdana; list-style-type: none; text-align: left; display: inline; margin: 1px;}
#containered ul#mest li a {text-decoration: none;}
#containered ul#mest li a:hover {text-decoration: none; color: #333333;}
#containered h1,
#containered .content {border: 1px solid #d5d5d5; padding: 10px; text-align: left;}
#containered a.current {padding: 5px 3px; border: 1px solid #d5d5d5; background-image: url(images/shadeactive.gif); border-bottom-color: white; background-color: white; color: #333333; font-size: 12px;}
#containered a.ghost {padding: 5px 3px; margin-right: 1px; border: 1px solid #d5d5d5; color: #333333; font-size: 12px; background: white url(images/shade.gif) top left repeat-x;}
#containered a.current:hover {padding: 5px 3px; border: 1px solid #d5d5d5;	background-image: url(images/shadeactive.gif); border-bottom-color: white;	background-color: white; font-size: 12px; color: #333333;}
#containered a.ghost:hover {padding: 5px 3px; margin-right: 1px; border: 1px solid #d5d5d5; color: #333333; font-size: 12px;}
#containered .on {display: block; text-align: left;}
#containered .off {display: none;}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#page {
	margin: 0 auto;
	width: 907px;
}

#header {
	width: 907px;
	height: 336px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	
	#header #header-info {
		position: absolute;
		top: 280px;
		left: 570px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 25px Verdana;
		padding-bottom: 2px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info h1 a:hover {
		color: #111111;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 12px Verdana;
	}
	
	
	#header #header-menu {
		position: absolute;
		top: 303px;
		left: 15px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: right;
		height: 32px;
		margin-right: 11px;
		font: bold 12px/32px Verdana;
		color: #FFFFFF;
		background-image:url(images/menu.png);
		padding: 0 30px;
	}
	
	#header #header-menu ul li a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
#main {
	width: 907px;
	background: #262626 url("images/main.gif") repeat-y;
}

#main-top {
	width: 907px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 907px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	
	#content {
		float: left;
		width: 495px;
		padding: 12px 16px 0 16px;
	}
	
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 495px;
	}
	
		#content .post .post-date {
			background: url("images/post_date.gif") no-repeat;
			width: 122px;
			height: 25px;
			color: #fff;
			text-align: center;
			font: bold 10px/25px Verdana;
		}
		
		
			#content .post .post-date a{
			color: #fff;
			text-align: center;
			font: bold 10px/25px Verdana;
			text-decoration: none;
		}
		
			#content .post .post-date a:hover{
			color: #111111;
			text-align: center;
			font: bold 10px/25px Verdana;
			text-decoration: none;
		}
		
		
		#content .post .post-title {
			width: 463px;
			height: 45px;
			border: 1px solid #FFFFFF;
			background: url("images/post_title.gif") repeat-x;
			color: #5dc20e;
			font: bold 10px Verdana;
			padding: 0 15px;
		}
		
		#content .post .post-title a {
			color: #5dc20e;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #5dc20e;
			font: bold 15px/45px Verdana;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #5dc20e;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			line-height: 15px;
			color: #333333;
		}
		#content .post .post-entry {
			font: normal 11px/18px Verdana;
			color: #666;
			padding: 0 15px;
			width: 465px;
			background: #FFFFFF;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #666;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Verdana;
			color: #666;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #666;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		#content .post .post-info {
			padding: 0 10px 0 0;
			width: 485px;
			clear: both;
			font: bold 10px/19px Verdana;
			color: #666;
			background: url("images/post_info.gif") no-repeat;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #666;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		#content .post .post-entry h3 {
			color: #666;
			font: bold 14px Verdana;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px Verdana;
			color: #666;
			width: 465px;
		}
		
		#content .post .post-entry .comments a {
			color: #666;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #cccccc;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #666;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #666;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #666;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px Verdana;
			color: #FFFFFF;
			width: 450px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #666;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	#content .navigation {
		font: bold 11px/25px Verdana;
		color: #94d9e7;
		width: 495px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #666;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	.sidebar {
		float: left;
		width: 170px;
		font: normal 11px/18px Verdana;
		color: #666;
	}
	
	.sidebar a {
		color: #666;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
		
		.sidebar-left {
			padding: 12px 3px 15px 16px;
		}
		
		.sidebar-right {
			padding: 12px 0 15px 3px;
		}
		
		.sidebar h3 {
			padding-left: 10px;
			font: bold 14px/26px Verdana;
			color: #38b4e2;
			width: 159px;
			height: 26px;
			background: url("images/sidebar_title.gif") repeat-x;
		}
		
		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			padding-left: 11px;
			color: #676767;
			font: bold 10px/25px Verdana;
			background: url("images/sidebar_menu.gif") repeat-x;
		}
		
		.sidebar ul li a {
			color: #676767;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			.sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
		
#menu_search_box {
	position: relative;
	width: 130px;
	height: 50px;
}

#menu_search_box #searchform {
	margin: 0;
	padding: 0;
	width: 130px;
	height: 27px;
}

#menu_search_box #s {
	font: 10px tahoma;
	color: #8F1407;
	border: 0;
	padding: 3px 10px 0 10px;		
	background: #ffffff;
	float: left;
	width: 130px;
	height: 15px;
	border:1px solid #8F1407;
}

#menu_search_box #submit {
	display: none;
}

		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 130px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		.sidebar .textwidget {
			padding: 5px 4px 8px 4px;
		}
		.sidebar #sidebar-feed {
			margin: 5px auto 8px auto; 
			width: 160px;
			height: 60px;
		}

#footer {
	width: 907px;
	height: 83px;
	background: #666;
	color: #ffffff;
	font: 10px/20px Verdana;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}
