/* CSS BLOG HEXADOME */

body#blog {
	margin: 0;
	padding: 0;
	background: #001930 url(../images/blog/bg_blog.png) center top no-repeat;
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
}

#main-blog {
	width: 825px;
	margin: 0 auto;
	background: url(../images/blog/main_repeat.png) repeat-y;
}
	#main-blog-bottom {
		background: url(../images/blog/main_bottom.png) bottom no-repeat;
	}
	#main-blog-top {
		background: url(../images/blog/main_top.png) top no-repeat;
		height: auto !important;
		height: 775px;
		min-height: 775px;
	}
	
#blog h1 {
	margin: 0;
	padding: 51px 0 10px 0;
	background: none;
}

.blog-menu {
	position: absolute;
	top: 0;
	width: 169px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	background: #9FAEBB;
	margin: 0 0 0 595px;
	padding: 26px 12px 5px 12px;
}
	.blog-menu h2 {
		font-size: 16px;
		color: #fff;
		margin: 0 0 5px 0;
		padding: 0;
	}
	
	.blog-menu ul {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		list-style: none;
		border-bottom: 1px solid #C5CED6;
	}
		.blog-menu ul li {
			display: block;
			margin: 0 0 1px 0;
			height: auto !important;
			height: 31px;
			min-height: 31px;
			padding: 6px 0 0 37px;
			list-style: none;
		}
		.blog-menu ul li#subcat_36 {
			background: url(../images/blog/ico_reglementation.png) no-repeat;
		}
		.blog-menu ul li#subcat_37 {
			background: url(../images/blog/ico_technique.png) no-repeat;
		}
		.blog-menu ul li#subcat_38 {
			background: url(../images/blog/ico_procedure.png) no-repeat;
		}
		.blog-menu ul li a {
			font-size: 11px;
			color: #001930;
			text-decoration: none;
			font-weight: bold;
		}
		.blog-menu ul li a:hover, .blog-menu ul li a.active {
			color: #fff;
		}
		
	.blog-quest {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #C5CED6;
	}
	.blog-quest .btn-blog-quest {
		display: block;
		color: #001930;
		text-decoration: none;
		background: url(../images/blog/ico_blog.gif) 7px 6px no-repeat;
		padding: 0 0 0 39px;
		margin: 0;
	}
	.blog-quest .btn-blog-quest:hover {
		color: #fff;
	}
	
	.btn-rss {
		display: block;
		height: 21px;
		font-size: 11px;
		color: #001930;
		text-decoration: none;
		background: url(../images/blog/ico_rss.gif) no-repeat;
		padding: 7px 0 0 43px;
	}
	
	#blog_search {
		padding: 0 0 10px 0;
		border-bottom: 1px solid #C5CED6;
	}
		.blog-menu .input-search {
			width: 115px;
			background: #fff;
			color: #006CB7;
			font-size: 10px;
			padding: 2px 5px 1px 5px;
		}
		.blog-menu .btn-ok {
			width: 38px;
			height: 31px;
			margin: 1px 0 0 0;
			padding: 0;
			border: 0;
			border: none;
			background: url(../images/btn_ok.png) no-repeat;
			cursor: pointer;
		}
		
	.cloud {
		padding: 10px 0;
		border-bottom: 1px solid #C5CED6;
		font-size: 10px;
	}
		.cloud h4 {
			width: 60px;
			padding: 0 0 2px 0;
			margin: 0 0 5px 0;
			font-size: 10px;
			font-weight: bold;
			color: #001930;
			background: url(../images/puce_down.gif) right bottom no-repeat;
		}
		.cloud p {
			padding: 0;
			margin: 0;
			text-align: center;
			color: #5F7F9C;
		}
		
	.blog-menu-bottom {
		padding: 10px 0 0 0;
		text-align: center;
		font-size: 10px;
	}
		.blog-menu-bottom p {
			padding: 0;
			margin: 5px 0;
		}
		.lk-home {
			background: url(../images/puce_readmore.gif) left 4px no-repeat;
			padding: 0 0 0 10px;
			color: #001930;
		}
		
/*=========================
	Calendrier
=========================*/
#calendrier {
	padding: 10px 0;
	border-bottom: 1px solid #C5CED6;
}

#calendrier .mois {
	
}
	#calendrier table {
		width: 100%;
		font-size: 11px;
		text-align: center;
		border-collapse: collapse;
	}

	#calendrier table td {
		color: #5F7F9C;
		padding: 2px;
		background: #C5CED6;
		border: 1px solid #85919C;
	}
	#calendrier table th {
		background: #09f;
		color: #001930;
		padding: 2px;
		border: 1px solid #85919C;
	}

	#calendrier a {
		font-weight: bold;
		color: #001930;
		text-decoration: none;
	}
	#calendrier a:hover, #calendrier a:focus {
		color: #09f;
	}
	
	#calendrier .itemCurrentItem {
		font-weight: bold;
		color: #fff;
		/*background: #001930;*/
		background: #85919C;
	}
	
	#calendrier table.year {
		width: 100%;
		font-size: 11px;
		text-align: center;
		border-collapse: collapse;
		margin: 0;
	}
	#calendrier table.year td {
		background: #9FAEBB;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		padding: 3px;
		border: 0;
		border: none;
	}


li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
}
		
		
.blog-content {
	width: 552px;
	padding: 0 0 0 28px;
	font-size: 12px;
	color: #9FAEBB;
}
	.blog-content #breadcrumb {
		padding-left: 28px;
		margin-bottom: 45px;
	}
	
	.post {
		padding: 0 12px 0 15px;
		margin: 0 0 30px 0;
	}
		.post h3 {
			position: relative;
			font-size: 16px;
			color: #fff;
			background: url(../images/blog/carre_tit.gif) no-repeat;
			margin: 0 0 0 -15px;
			padding: 17px 0 0 15px;
		}
		.post h4 {
			font-size: 16px;
			color: #9FAEBB;
			padding: 0 0 0 16px;
			margin: 0 0 5px 0;
			background: #004286 url(../images/puce_tit.gif) left 1px no-repeat;
		}
		.post-info {
			font-size: 11px;
			color: #fff;
			padding: 3px 0;
			margin: 5px 0;
			border-top: 1px solid #667D94;
			border-bottom: 1px solid #667D94;
		}
		.post-content {
			width: 100%;
		}
		.post-comment {
			width: 100%;
			font-size: 11px;
		}
	
		.comments {
			margin: 30px 0 0 0;
			font-size: 11px;
		}
			.one-comment {
				padding: 0 0 10px 0;
				border-bottom: 1px solid #667D94;
				margin: 10px 0 10px 0;
			}
				.one-comment .author {
					color: #fff;
					padding: 0 0 5px 10px;
					background: url(../images/blog/puce1.gif) left 4px no-repeat;
				}
			
		.add-comment {
			margin: 30px 0 0 0;
		}
		.add-comment p {
			padding: 0;
			margin: 10px 0;
		}
			.add-comment .inputform {
				background: #004286;
				width: 242px;
				margin-left: 10px;
			}
			.add-comment .areaform {
				background: #004286;
				height: 100px;
				width: 505px;
				overflow: auto;
				margin-left: 10px;
			}

		
a {
	color: #9BC52D;
}
a:hover {
	color: #fff;
}