/*
Theme Name: Mega News White
Description: Advanced WordPress theme .
Version: 1.0
Author: Karan Khatri

*/


body {
 font-size: 12px;
 font-family:Arial, Helvetica, sans-serif;
 background-repeat:no-repeat;
 color: #666;
 margin:0;
 padding:0;
 background-color:#;
 background-image:url(images/footer.png);
 background-repeat:no-repeat;
 background-position:bottom center;
 }

#wrap {
 width:950px;
 margin:0 auto;
 padding:15px 25px 15px 22px;
 background:url(images/bg.png) repeat-y;
}
	
/*	 Headings  */	

h1,h2,h3,h4,h5,h6 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-weight:normal;
 color:#222;
 }
 
	
/*	Top			*/	

#top{
 margin:0 10px 0 10px;
 padding:0;
 }
 
 
/*	Header		*/	 

#header {
 margin:0;
 padding:0;
 height:130px;
 /*margin-bottom:30px;*/
 background:#fff;
 border:1px solid #ddd;
 position:relative;
 background-image:url(images/ban2.png);
 background-repeat:no-repeat;
 }
 
#header div.baseline{
position:absolute;
top:95px;
left:27px;
}
	#header div.baseline a,#header div.baseline a:hover{
		color:#888888;
		font-size: 11px;
	}

#header h1 {
 margin:0;
 position:absolute;
 padding:0;
 top:10px;
 left:10px;
 font-size:35px;
 font-family:Georgia, "Times New Roman", Times, serif;
 }
 
 #header .baseline h1 {
 margin:0;
 position:static;
 padding:0;
 font-size:11px;
 font-family:Arial, "Times New Roman", Times, serif;
 color:#888888;
 }
 
#header h1 a:link, #header h1 a:active, #header h1 a:visited{
color:#111;
} 
 
#header .baseline h1 a:link, #header .baseline h1 a:active, #header .baseline h1 a:visited{
 color:#888888;
 } 
 
.description {
 font-size:13px;
 margin:5px 15px;
 padding:0;
 position:absolute;
 left:45px;
 top:45px;
 color:#888;
 }  
	
/*	Navbar		*/	

#nav{
 /*margin:10px 0 0 0;*/
 padding:0 0 0 10px;
 position:relative; 
 height:38px;
 background:url(images/nav.gif) repeat-x;
 position:relative;
 z-index:98;
 }
 
.navl{
 height:38px;
 width:11px;
 background: url(images/navl.gif) no-repeat;
 position:absolute;
 top:0;
 left:0;
 }

.navr{
 height:38px;
 width:11px;
 background: url(images/navr.gif) no-repeat;
 position:absolute;
 top:0;
 right:0;
 } 

ul.nav{
 width:905px;
 float:left;
 }
 
#nav ul {
 margin: 0;
 padding: 0;
 list-style: none;
 }
 
#nav li {
	min-height: 38px;
 	height: auto !important;
 	height: 38px;
	width:80px;
	margin:0 5px 0 0;
	padding-right:4px;
	color:#FFFFFF;
	font-size:12px;
	display:block;
	float:left;
	text-align:center;
	background:url(images/separateur_menu.gif) right repeat-y;
 }	


	#nav ul li a{
	 
	 display:block;
	 min-height: 34px; /*38px -4px de padding-top*/
	 height: auto !important;
	 height: 34px;
	 padding-top:4px;
	 color:#fff;
	 font-weight:bold;
	 text-shadow: 1px 1px #777;
	}
		
	#nav ul li a:hover {
	 text-decoration: underline;
	 }


	#nav li ul {
	 	position: absolute;
	 	width: 150px;
	 	left: -999em;
	 	background:url(images/sous_menu_fond.gif) repeat-x #93aa1b;
	 	padding:5px 0;
		min-height: 38px;
		height: auto !important;
	 	height: 38px;
	 }
	 
	#nav li:hover ul,#nav li.sfhover ul {
	 left: auto;
	 display: block;
	 margin-left:-6px;
	 !margin-left:-46px;
	}
	
		#nav li ul li{
			width: 140px;
			min-height: 20px;
			height: auto !important;
	 		height: 20px;
			background:none;
		 	margin:0 0 5px 5px;
		 	text-align:left;
		 	float:none;
		}
		
			#nav li ul li a{
				min-height: 20px;
				height: auto !important;
	 			height: 20px;
			}
	
/*#nav li:hover ul, #nav li.sfhover ul {
 left: -999em;
}*/

#nav ul li.accueil {
	width:25px;
	padding-right:8px;

}
#nav ul li.accueil a{
	min-height:26px;
	height:auto !important;
	height:26px;
	width:25px;
	margin-left:0;
	padding-top:12px;
	background-image:none;
}

#nav li.cat-item-8, #nav li.cat-item-431{ /*rubrique Energies renouvelables (8 en dev, 431 en prod)*/
	width:140px;
}

#nav li.cat-item-9>a,#nav li.cat-item-442>a{ /*rubriques Habitat bio (9 en dev, 442 en prod)*/
	min-height: 26px;
	height: 26px !important;
	height: auto;
	padding-top:12px;
}

	
#nav li.cat-item-227, #nav li.cat-item-432 { /*rubriques Transport ecologique (227 en dev, 432 en prod)*/
	background-image:none;
}


/*	Search Box		*/ 

.search-box {
	width:230px;
	height:47px; 
 	margin:0;
 	padding:0;
 	float:right;
 	background: url(images/moteur_recherche_fond.gif) no-repeat;
 }
 
#search #searchsubmit {
 margin:5px;
 }   
 

input#s {
 background:#ffff;
 border:1px solid #ccc;
 height:15px;
 width:160px;
 padding:3px 2px 3px 5px;
 float:left;
 margin-top:8px;
 margin-left:12px;
 color:#686500;
 font-weight:bold;
 display:inline;
 }
 
 * html input#s { /*ie6*/
  margin-left:6px;
 }
 
input#sbutt {
 margin:2px 0 5px 8px ;
 padding:0;
 height:30px; 
 width:40px;
 color:#eee;
 background: url(images/search.png) no-repeat;
 border:none;
 cursor:pointer;
 } 
/*	Content		*/
	

#content {
 margin:10px 10px 10px 10px;
 padding:0; 
 }
 
.clear {
 height:1px;
 margin:1px;
 clear:both;
 } 
 
 
/*	Left Container	*/
	

#left-container {
 width:620px;
 margin:0 10px 0 0;
 float:left;
 color:#000000;
 }
 
/*	Featured Section	*/ 

#featured {
 width:607px;
 height:262px;
 border:1px solid #ddd;
 margin:0 5px 10px 0;
 padding:5px;
 position:relative;
 background:#fff;
 } 

#featured img{
 border:none;
}
 
.featured-container {
 width:607px;
 position:relative;
}
 
.fea-entry {
 background: url(images/fea-ent-bg.png) repeat;
 position:absolute;
 top:202px;
 width:600px;
 height:55px; 
 padding:0 5px 8px 5px;
 color:#FFFFCC;
} 
  
.featured-container h2{ 
 padding:5px 0 35px;
 font-size:16px;
 color:#fff;
 margin:0;
 font-weight:normal;
 }
 
.featured-container h2 a:link, .featured-container h2 a:active, .featured-container h2 a:visited{  
 color:#fff;
}

.featured-container p{
 font-size:13px;
 line-height:140%;
 margin:0;
 padding:0;
 } 

img.featured-image{ 
position:absolute;
 } 
 
/* Featured Slider */
.stepcarousel{
 position: relative; 
 overflow: scroll;
 width: 607px; 
 height: 267px; 
 margin:0;
 }

.stepcarousel .belt{
 position: absolute; 
 left: 0;
 top: 0;
 }

.stepcarousel .panel{
 float: left;
 overflow: hidden; 
 width: 610px; 
 margin:0;
 margin-right:10px;
 height:262px;
 background:#111;
 }  
 
/*	Entry		*/	
 

.entry {
 margin:0 0 10px 0;
 border:1px solid #ddd;
 background:#fff;
 padding:5px;
 }  
 
.entry h2 {
 font-size:16px;
 margin:20px 0;
 }  

h1.pagetitle, h2.pagetitle {
 font-size:25px;
 margin:0 0 10px 0;
 padding-bottom:5px;
 border-bottom:4px double #eee;
 color:#93AA1C;
 }  
 
.entry-post {
 margin:0 0 20px 0;
 border-bottom:1px solid #ddd;
 padding:5px;
 padding-bottom:5px;
 }  
 
 .entry-post h1{
 font-size: 20px;
 margin-top:0;
border-bottom: 2px solid #93AA1C;
 }
 
/*	Home Entry	*/	 

#home-entry {
 width:616px;
 margin:0 0 10px 0;
 border:1px solid #ddd;
 float:left;
 background:#fff;
 }
 
.home-post {
 margin: 0 5px 5px 5px;
 padding-bottom:10px;
 border-bottom: 1px dashed #ddd;
 }
 
.home-post p{
 margin:2px 0;
 padding:6px 0;
 } 
 
.date{
 color:#999;
 margin:10px 0 0 0;
 padding:0;
 display:block;
 }
 
.home-post h2 {
 padding:3px 0 5px 0;
 margin:0 0 5px 0;
 font-size:20px;
 font-family:Georgia, "Times New Roman", Times, serif;
 border-bottom:2px solid #93AA1C;
 }
 
.home-post h2 a:link, .home-post h2 a:active, .home-post h2 a:visited {
 color:#333;
 } 
 
.home-post h2 a:hover{
 text-decoration:underline;
 }   
 
.home-thumb {
 float:left;
 width:110px;
 height:90px;
 padding:5px;
 background:#eee;
 border:1px solid #ddd;
 margin:5px 10px  0 0;
 }
 
.home-thumb img{
 width:110px;
 height:90px;
 border:none;
 }
 
.read a:link, .read a:active, .read a:visited {
 display:block;
 height:25px;
 width:100px;
 background: url(images/read2.png) no-repeat;
 text-indent:-9999px;
 }
 
 a.lire_la_suite{
	float:left; 
	margin-left:-1px;
	margin-right:20px;
}
/*	Polls    	*/ 

#pol{
 width:210px;
 border:1px solid #ddd;
 float:left;
 background:#fff;
 margin:10px 0 0 10px;
 padding:0 5px 10px 5px;
 } 
 
#pol h2 { 
 font-size:18px;
 margin:0 0 5px 0;
 border-bottom:4px double #eee;
 padding:5px 0 5px 0;
 }
 
#pol ul {
 list-style:none;
 margin:0;
 padding:0;
 }
 
#pol ul li{ 
 margin:1px 0;
 padding:0 5px;
 border-bottom:1px solid #eee;
 }

#pol li li{  
 margin-left:0;
 padding-left:0;
 margin-right:5px;
 }
 
#pol ul li ul li{   
 margin-bottom:15px;
 }  
  
/*	Popular	*/	 

#popular{
 width:210px;
 border:1px solid #ddd;
 float:left;
 background:#fff;
 margin:0 0 0 10px;
 padding:0 5px 10px 5px;
 }
 
#popular h2 { 
 font-size:18px;
 margin:0 0 5px 0;
 border-bottom:4px double #eee;
 padding:5px 0 5px 0;
 }
 
#popular ul {
 list-style:none;
 margin:0;
 padding:0;
 }
 
#popular ul li{ 
 margin:1px 0;
 padding:5px 3px 5px 20px;
 border-bottom:1px solid #eee;
 background: url( images/libg.gif) no-repeat;
 }
 
#popular li #polls-1 {
 background:none;
 }
 
#popular li li{  
 margin-left:0;
 padding-left:0;
 margin-right:5px;
 }
 
#popular ul li ul li{   
 margin-bottom:15px;
 }
  
 
/*	Right Container	*/	

#right-container {
 width:300px;
 margin:0;
 float:right;
 padding:0;
 } 
 
/*	Recent	*/ 

.recent {
 border:1px solid #ddd;
 background:#fff;
 padding:5px 5px 0 5px; 
 margin:0 0 10px 0;
 }
 
.recent h2{ 
 margin:0 0 5px 0;
 padding:0 0 5px 0;
 font-size:18px;
 border-bottom:4px double #eee;
 }
 
.recent h3{ 
 margin:0;
 padding:5px 0 3px 0;
 font-size:15px;
 }
 
.recent-thumb {
 width:40px;
 height:40px;
 padding:2px;
 border:1px solid #ddd;
 float:left;
 background:#eee;
 margin:5px 5px 5px 0;
 } 
 
.recent-thumb img{ 
 width:40px;
 height:40px;
 border:none;
 }
  
/*	Sidebar	*/  

#sidebar {
 margin:0 0 10px 0;
 padding:5px;
 border:1px solid #ddd;
 background:#fff;
 }
 
#sidebar h2 {
 font-size:16px;
 margin: 0;
 padding-bottom:5px;
margin-bottom:3px;
 } 
 
#sidebar ul {
 margin:0;
 padding:0;
 list-style:none;
 }

#sidebar  ul li ul {
 margin-bottom:15px;
 } 
 
#sidebar  ul ul li{
 margin:3px 0;
 padding:5px 5px 5px 20px;
 border-bottom:1px solid #eee;
 background:url( images/libg.gif) no-repeat;
 }
 
#sidebar  ul ul ul {
 margin:0;
 padding:0;
 } 
  
#sidebar  ul ul ul  li{
 margin:3px 0;
 padding:5px 2px 5px 20px;
 } 
 
#tag_cloud{
 padding-bottom:10px;
 margin-bottom:5px;
 } 
 
/*	Comment Box		*/ 

#comment-box{
margin-top:5px;
 }
 
form p{
 margin:0 0 5px 0;
 padding:0;
 } 
 
#comment-box input {
 width: 220px;
 margin: 2px 0 10px 0;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-bottom: 1px solid #eee;
 border-right: 1px solid #eee;
 height:20px;
 font-size: 12px;
 color:#000;
 padding:5px 0 0 5px;

 }
 
#comment-box label {
 display: block;
 font-size: small;
 font-weight: bold;
 margin:0;
 padding:0;
}

#comment-box textarea {
 width: 350px;
 height: 150px;
 display: block;
 border: 1px solid #ddd;
 margin: 0 ;
 padding:5px 0 0 5px;
 font-size: small;
 color:#000;
 } 
 
input#submit-comment{
 font-size: small;
 font-weight: bold; 
 color:#000;
 width:155px;
 height:30px;
 margin:10px 0 0 0; 
 padding:0;
 border: 1px solid #ccc;
 background:#fff;
 }
 
ol.commentlist{
 margin:0;
 padding:0;
 list-style:none;  
 } 
  
ol.commentlist p{

 line-height:1.7em; 
 }
   
ol.commentlist li{
 border:1px dashed #ddd;
 padding:10px;
 margin-bottom:15px;
 background:#f5f5f5; 
 }
 
#content .commentlist ul li{ 
 list-style:none;
 }

.comment-author cite {
 float:left;
 margin-right:5px;
 font-style:normal;
 color:#000;
 }
 
.comment-author img {
 padding:5px;
 border:1px solid #ddd;
 float:right;
 background:#fff; 
 }
 
 #respond{
 display:none;
 }
 
#respond:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.children {
 padding: 0;
 margin:0;
 } 

ul.children{
 list-style:none;
} 
 
ul.children li{
 margin:10px 0;
}

 /* =Pub en dessous du menu
-------------------------------------------------------------- */
.pub_banniere{
	width:730px;
	height:89px;
	margin:10px auto 15px;
	overflow:hidden;
	padding:6px 5px 5px 5px;
	text-align:center;
	clear:both;
}

.pub_banniere iframe{
	height:90px;
}

.pub_banniere body{
	margin:0;
	padding:0;
}

 /* =Pub sidebar
-------------------------------------------------------------- */
.pub_sidebar{
	width:300px;
	height:250px;
	margin:10px 0px 10px -6px;
	overflow:hidden;
	text-align:center;
	clear:both;
}

.pub_sidebar iframe{
	height:300px;
}

.pub_sidebar body{
	margin:0;
	padding:0;
}
 
/*	Footer		*/ 

#footer {
 padding:10px;
 display:block;
 background:#fff;
 border:1px solid #ddd;
 margin-top:20px;
 }
 
/*	 Miscellaneous  */
 
 .aligncenter,
div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
 background:#fff;
 }

.alignright {
 float: right; 
 margin: 0;
 margin-left:12px; 
 margin-bottom:10px;
 padding:2px; 
 }
 
.alignleft {
 float: left; 
 margin:0; 
 margin-right:12px;
 margin-bottom:10px;
 padding:2px;

 } 
 
blockquote {
 background-color:#e6ecca;
 padding-bottom:10px;
 }
 
blockquote p{
 padding:10px;
 margin:0;
} 
 

 /* Captions           */

.wp-caption {
 text-align: center;
 padding-top: 4px;
 border:1px solid #ddd;
 background:#eee;
}

.wp-caption img {
 margin: 0;
 padding: 0;
 border: 0 none;
}

.wp-caption p.wp-caption-text {
 font-size: 11px;
 line-height: 17px;
 padding: 0 4px 5px;
 margin: 0;
} 

/*	General Links			*/

a:link,a:active,a:visited,a:hover, .commentaires_a{
 color:#487cb5;
 outline: none; 
 text-decoration:none;
 }
a:hover{
 text-decoration:underline;
 color:#111;
 }

.commentaires_a{
 cursor:pointer;
}
 
/*  Calendar */
 
#wp-calendar {
 empty-cells: show;
 margin: 10px auto 0;
 width: 155px;
 }

#wp-calendar #next a {
 padding-right: 10px;
 text-align: right;
 }

#wp-calendar #prev a {
 padding-left: 10px;
 text-align: left;
 }

#wp-calendar a {
 display: block;
 }

#wp-calendar caption {
 text-align: center;
 width: 100%;
 }

#wp-calendar td {
 padding: 3px 0;
 text-align: center;
 }
 
/*	Ads		*/	

.adds{
 background:#fff;
 border:1px solid #ddd;
 margin:0 0 10px 0;
 padding:15px 5px 5px 12px;
 } 

.adds img{
 border:none;
 padding:0 5px 10px 5px;
 }

/************* vb ******************/
.picto{
border:0px;
vertical-align:middle;
}

.inscrire{
font-size:14px;
margin-left:10px;
}

.liend{
padding:5px 0 0 25px;
}

.titre{
margin-left:10px;
font-size:16px;
font-weight:bold;
}

.txt{
text-align:center;
padding-top:10px;
}

.st-taf{
padding-top:30px;
}

#partenaires img{
border:0px;
vertical-align:middle;
padding-right:10px;
}

#extended-categories-1 {
}

#extended-categories-1 li.cat-item, #sidebar .widget_pages li.page_item{
!padding-top:5px;
background-image:url(images/puce-fleur.png);
background-position:0 7px;
border:none;
padding-left:30px;
margin-left:10px;
}

	#extended-categories-1 li.cat-item ul li, #sidebar .widget_pages li.page_item ul li{
		background-image:url(images/puce_niveau2.gif);
		background-position:10px 7px;
	}

#extended-categories-1 li.cat-item a, #sidebar .widget_pages li.page_item a{
color:#32A6B2;
font-size:13px;
}

#extended-categories-1 li.cat-item a.forum{
color:#968E00;
font-weight:bold;
}

#extended-categories-1 .widgettitle{
margin:10px 0 15px 0;
}

#simplepress-forum .widgettitle, #sa-recent-comments .widgettitle, #popular-posts .widgettitle, #tag_cloud .widgettitle, #linkcat-2 .widgettitle,
#linkcat-189 .widgettitle, #better-blogroll .widgettitle, #bbld-widget .widgettitle, .widget.ctc .widgettitle{
background-image:url(images/titres.png);
background-position:left;
padding:5px 10px 5px 10px;
margin-top:20px !important;
background-repeat:no-repeat;
color:#FFFFFF;
}

.liens_haut{
text-align:right;
padding-right:5px;
}

.liens_haut img{
vertical-align:middle;
border:0px;
}

.liens_haut a{
color:#666666;
text-decoration:none;
}

/* page profil */
.page_profil{
background-color:#FFFFFF;
border:1px solid #e8e8e8;
width:615px;
float:left;
}

.page_profil_tab{
text-align:left;
}

.page_profil_tab, .page_profil h3, .page_profil_tab, .page_profil h2{
padding-left:15px;
}

.page_profil_tab th div{
width:400px;
margin:10px 50px 10px 0;
}

/* habillage pubs */
.habillage_top{
width:990px;
margin:0 auto;
}

.habillage_top a, .habillage_g a, .habillage_d a{
	display:block;	
}

.habillage_g{
margin:-155px 0 0 -89px;
!margin:-158px 0 0 -100px;
position:absolute;
}

.habillage_d{
position:absolute;
top:0;
margin:0 0 0 960px;
}

.habillage_top img, .habillage_g img, .habillage_d img{
border:0;
}

.img_accueil{
border:0;
vertical-align:middle;
}

.jaime_fb{
margin:15px 0 0 0;
}

.wpShare01, .wpShare02, .wpShare03, .wpShare04{
cursor:pointer;
margin-top:0px;
margin-bottom:25px;
}

.wpShare01{
margin-left:170px;
}

.wpShare02{
margin-left:210px;
}

.wpShare03{
margin-left:220px;
}

.wpShare04{
margin-left:225px;
}

.wpShareSpan, .wpShareDiv span{
text-decoration:none;
cursor:pointer;
}

.wpShareDiv{
padding-bottom:20px;
}

.wpShareDiv2 span{
		width:205px;
		height:36px;
		margin:0px auto;
		display:block;
		padding-bottom:20px;
		background:	url(images/btn_commentaire.gif) no-repeat;
		line-height:36px;
		text-align:center;
		cursor:pointer;
		color:#fff;
}

.edito{
	height:200px;
	margin-bottom:10px;	
	background:url(images/fond_edito.jpg) no-repeat bottom;
}

.kaki_bold{
	font-weight:bold;
	color:#686500;
}
.fonctionnalites_communautaires{
	padding:10px 0;
	border:1px solid #E8E8E8;
}
a.btn_devenez_membre{
	width:150px;
	height:40px;
	display:block;
	margin:0px auto;
	background:url(images/btn_devenez_membre.gif) no-repeat;
}

a.btn_devenez_membre:hover{
	background-position:0 -40px;
}

a.btn_proposez_article{
	width:150px;
	height:40px;
	display:block;
	margin:10px auto 0;
	background:url(images/btn_proposez_article.gif) no-repeat;
}

a.btn_proposez_article:hover{
	background-position:0 -40px;
}

.navigation{
	margin:18px 0 10px 0;
	height:25px;
	text-align:center;
}


/*pagination des articles*/
.page-link {
	color: #000;
	font-weight: bold;
	margin: 30px 0;
	word-spacing: 0.2em;
	text-align: center;
}

.page-link div.titre_pagination{
	margin-bottom:15px;
}

.page-link span.numero_pagination{ /*la N° de pagination de la page en cours*/
	background:#97BD0E;
	color:#fff;
	padding: 0.4em 0.65em;
	!padding: 0.5em 0.8em;
	border: 1px solid #CCCCCC;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.4em 0.65em;
	text-decoration: none;
	border: 1px solid #CCC;
	margin-bottom:10px;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,.page-link a:hover{
	color: #888;
	background: #ccc;
}

.page-link a span.numero_pagination { /*les autres pages de la pagination*/
	background:#f1f1f1;
	color: #333;
	padding: 0em;
	border:1px solid #f1f1f1; /*si on met border=0, pb sous ie6 et 7. On met donc une border=1 de la meme couleur que le background*/
}

.page-link a:hover span.numero_pagination, .page-link a:active span.numero_pagination  { /*les autres pages de la pagination (hover et active)*/
	color: #888;
	background: #ccc;
	border:1px solid #ccc; /*si on met border=0, pb sous ie6 et 7. On met donc une border=1 de la meme couleur que le background*/
}
