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

body {
	margin: 0;
	background: #000000;
 }

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

img {border:0;}
p {font-size: 1.1em; 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:#000000; scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000; scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000000; scrollbar-arrow-color:#FFF87B;
scrollbar-track-color:#000000;}

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

.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;}

.rss {color:#ff6600; text-decoration:none; font-size:12px;}
.rss a{color:#046380; text-decoration:none; font-size:12px;}
.rss a:hover{color:#4BB5C1; text-decoration:none; 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: #000000; 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: #FFF87B; font-size: 16px; font-weight: bold;}
.vote a:hover{color: #FFF87B; font-size: 16px; font-weight: bold;}

/* Onglets fiche site */
#containered {font: bold 10px Verdana; list-style-type: none; text-align: left; width: 485px;}
#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: black; color: #333333; font-size: 12px;}
#containered a.ghost {padding: 5px 3px; margin-right: 1px; border: 1px solid #d5d5d5; color: #333333; font-size: 12px; background: black 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: black; 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: 1000px;
	background: url("images/page.gif") repeat-y;
}

#page-in {
	width: 1000px;
	min-height: 625px;
	background: url("images/page_in.jpg") no-repeat;
}

#header {
	width: 1000px;
	height: 377px;
	position: relative;
}
	
	#header #header-info {
		position: absolute;
		top: 200px;
		left: 300px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 43px "Century Gothic", Verdana;
		padding-bottom: 1px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info h1 a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 15px "Trebuchet MS", Verdana;
	}
	
	#header #header-menu {
		position: absolute;
		top: 0;
		left: 20px;
		width: 760px;
		height: 45px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 760px;
		height: 45px;
	}
	
	#header #header-menu ul li {
		font: normal 12px/45px Verdana;
		color: #ffffff;
		float: left;
		margin-right: 20px;
                display: block;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
            padding: 0 30px;
		height: 45px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		background: #ffffff;
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item {
		font-weight: bold;
	}
	
	#header #header-search {
		position: absolute;
		top: 312px;
		left: 15px;
		width: 210px;
		height: 28px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 210px;
		height: 28px;
	}
	
	#header #header-search #s {
		width: 174px;
		height: 18px;
		border: 0;
		padding: 5px 0 5px 5px;
		font: normal 13px "Trebuchet MS", Verdana;
		color: #000000;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 28px;
		height: 28px;
		padding: 0;
		float: right;
	}

	
	#header #header-feed {
		position: absolute;
		top: 282px;
		left: 798px;
		width: 160px;
		height: 110px;
	}

#main {
	width: 986px;
	padding-left: 14px;
}

	
	.sidebar {
		float: left;
		width: 208px;
		font: normal 13px/18px "Trebuchet MS", Verdana;
		color: #ffffff;
	}
	
		.sidebar-right {
			margin-top: 40px;
		}
	
	.sidebar a {
		color: #78733C;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
	.sidebar .sidebar-box {
		width: 208px;
		margin-bottom: 20px;
	}
	
	.sidebar .sidebar-box-in {
		width: 208px;
		height: 15px;
		background: url("images/sidebar_box_in.png") no-repeat;
	}
	
	.sidebar .sidebar-box-ads {
		width: 208px;
		margin-bottom: 20px;
		text-align: center;
	}
		
		.sidebar h3 {
			width: 190px;
			height: 39px;
			background: url("images/sidebar_title.png") no-repeat;
			padding-left: 18px;
			font: bold 15px/39px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		.sidebar ul {
			margin: 0;
			padding: 6px 6px 2px 6px;
			list-style-type: none;
			background: url("images/sidebar_box.gif") repeat-y;
		}
		
		.sidebar ul li {
			color: #ffffff;
			font: normal 13px/30px "Trebuchet MS", Verdana;
		}
		
		.sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			border-bottom: 1px solid #78733C;
			padding-left: 12px;
		}
		
		.sidebar ul li a:hover {
			text-decoration: none;
			background: #ffffff;
			color: #000000;
		}
			
			.sidebar ul li ul {
				padding: 0;
				background: none;
			}
			
			.sidebar ul li ul li a {
				padding-left: 32px;
			}
		
		.sidebar #searchform {
			margin: 0;
			padding-top: 15px;
			width: 208px;
			text-align: center;
			background: url("images/sidebar_form.png") no-repeat;
		}
		
		.sidebar #searchform div {
			background: url("images/sidebar_box.gif") repeat-y;
		}
		
		.sidebar #searchform #s {
			width: 158px;
		}
		
		.sidebar #calendar_wrap {
			width: 208px;
			background: url("images/sidebar_box.gif") repeat-y;
			padding-top: 10px;
		}
		
		.sidebar #calendar_wrap table {
			margin: 0 auto;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
			margin: 0 auto;
		}
		
		.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: 3px 5px 0 5px;
			width: 198px;
			background: url("images/sidebar_box.gif") repeat-y;
		}
	
	#content {
		float: left;
		width: 508px;
		padding: 50px 22px 0 24px;
	}
	
	#content .post {
		margin-bottom: 30px;
		width: 508px;
	}
		
		#content .post .post-title {
			width: 508px;
			color: #ffffff;
			font: normal 12px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title a {
			color: #FFF87B;
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			line-height: 24px;
			padding: 0 0 5px 15px;
		}
		
			#content .post .post-title .post-title-info .pti-category {
				background: url("images/icon_category.gif") no-repeat left center;
				padding-left: 16px;
			}
			
			#content .post .post-title .post-title-info .pti-author {
				background: url("images/icon_author.gif") no-repeat left center;
				padding-left: 18px;
				color: #FFF87B;
			}
		
		#content .post .post-title h2 {
			float: left;
			width: 435px;
			padding-left: 15px;
			color: #ffffff;
			font: normal 27px/35px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: right;
			background: url("images/post_date.gif") no-repeat;
			width: 42px;
			height: 45px;
			margin-right: 15px;
			color: #000000;
			text-align: center;
			font: bold 25px/30px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			font-size: 15px;
			color: #000000;
			line-height: 15px;
			text-transform: uppercase;
			font-weight: normal;
		}
		
		#content .post .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
			width: 498px;
			padding: 0 5px;
		}
		
		#content .post .post-entry a {
			color: #FFF87B;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
		color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 6px solid #ffffff;
			margin: 0px 30px;
			padding-left: 15px;
			color: #ffffff;
		}

		
		#content .post .post-info {
			width: 468px;
			height: 30px;
			padding: 0 20px;
			background: #333333;
			font: normal 11px/30px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-info span {
			float: right;
			padding-left: 20px;
			background: url("images/icon_comments.gif") no-repeat left center;
		}

		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #ff6b00;
			font: normal 20px "Trebuchet MS", Verdana;
		}

		
		#content .post .comments {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #333333;
			width: 498px;
		}
		
		#content .post .comments a {
			color: #ff6b00;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #eff5e5;
		}
		
		#content .post .comments ol li cite {
			color: #333333;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ff6b00;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}

		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #333333;
			width: 473px;
		}
		
		#content .post #commentform a {
			color: #ff6b00;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}

	
	#content .navigation {
		color: #ff6b00;
		float: left;
		width: 498px;
		padding: 0 5px;
	}
	
	#content .navigation {
		font: bold 11px "Trebuchet MS", Verdana;
		color: #ff6b00;
		text-decoration: none;
		margin-bottom: 30px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}

#footer {
	width: 1000px;
	height: 90px;
	padding-bottom: 10px;
	background: #000000;
	color: #ffffff;
	font: normal 11px/90px "Trebuchet MS", Verdana;
	text-align: center;
}

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

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