/*  
Theme Name: Pervenche Berès (post crash)
Version: 1.3
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com

	Copyright: (c) 2009 WooThemes.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/

/* Default styles */
@import "reset.css";

body {
	background:#efebef no-repeat center top;
 font-family: arial, helvetica,sans-serif;
}

#wrap {	
	background: none; 
}

/* Wrap */


/* Top */

#top {
	width: 1020px;
	margin: 0 auto;
	padding: 4px 0 0;	
	position:relative;
	z-index:999;
          } 

/* Page Nav */



#pagenav li a:link, #pagenav li a:visited {
	position: relative;
	width: 50%;
	padding: 8px 8px;
	text-decoration: none;
	z-index: 100;
	font-size:17px;
	font-weight:bold;

}

#pagenav li {
	float: left;
	line-height: 35px;
	padding: 0 9px 0 5px;
	zoom: 1;
	margin: 0;
}

#pagenav li a:hover, #pagenav li.current_page_item a:link, #pagenav li.current_page_item a:visited  {
	position: relative;
}

#pagenav li a:hover span.left, #pagenav li.current_page_item span.left  {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 43px;
	margin-left:-5px;
}

#pagenav li a:hover span.right, #pagenav li.current_page_item span.right  {
	display: block;
	position: absolute;
	right: 0;	
	bottom: 0;
	width: 5px;
	height: 43px;
	margin-right:-5px;
}

#pagenav li a:link, #pagenav li a:visited {
	color: black;
}

#pagenav li a:hover, #pagenav li.current_page_item a:link, #pagenav li.current_page_item a:visited  {
	background: url(images/top-nav-tile.png) repeat-x left bottom;
}

#pagenav li a:hover span.left, #pagenav li.current_page_item span.left  {
	background: url(images/top-nav-left.png) no-repeat left bottom;
}

#pagenav li a:hover span.right, #pagenav li.current_page_item span.right  {
	background: url(images/top-nav-right.png) no-repeat left bottom !important;
}

/* Cat Nav */

#menu { 
	background:#fff;
	width:1020px;
	height:50px;
	z-index: 999;
	position: relative;

}

#catnav, #catnav ul {
	padding: 0;
	margin: 0 10px;
	list-style: none; 
	line-height: 1;
	width:750px;
	z-index: 999;
	position: relative;
}

#catnav a {
	display: block;
	line-height: 50px;
	padding: 0 20px;
	z-index: 100;
	color:#f10c57;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
}

#catnav li {
	float: left;
}
#catnav li:hover {
	background:#999;
}

/* Style drop down list */

#catnav li ul { position: absolute; width: 182px; left: -999em; margin:0;}
#catnav li ul li {	border: 1px solid #ccc; border-width:0 1px 1px; background: #FFF; z-index: 15; position: relative; }
#catnav li ul li:hover { background: #eee; }
#catnav li ul li a { line-height: 23px; font-size: 13px; color: #333; width: 160px; }
#catnav li ul ul {	margin: -36px 0 0 180px;  border-top: 1px solid #ccc; }
#catnav li ul ul li a { line-height: 35px; }
#catnav li ul li ul li a {	border-width:0 1px 1px 0px; }
#catnav li:hover ul, #catnav li.sfhover ul { left: auto; }
#catnav li:hover ul ul, #catnav li.sfhover ul ul { left: -999em; }
#catnav li:hover ul, #catnav li li:hover ul, #catnav li.sfhover ul, #catnav li li.sfhover ul { left: auto; }
#catnav li:hover, #catnav li.hover { position: static; } /* IE7 Fix */

/* Search */

#search { position:absolute; right:20px; top:10px; width: 178px; height:32px; display:block; }
#search input { 
	background: #efebef no-repeat; 
	border:0; 
	color:#ec0d56;
	padding: 8px 10px;
	width:157px;
}

/* Header */

#header {
	width: 100%;
	height: 228px;
	padding: 10px 0;
	clear: both;
	position: relative;
       
}

#header a { width:500px; height:100px; display:block; }
#header h1 { position:absolute; left:-999em; }

/* Content */

#content {
	background:#fff  repeat-y right;
	width: 1020px;
	margin:0 auto;
	min-height: 550px;
	padding: 0;
	font-size: 13px;

}
* html #content { height: 550px; }

#content.white { background:#fff; }

#featured {	padding:20px 10px 10px 10px;	width:342px; background-color: #ddd;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
#main {	padding:20px 0px 0px 10px; width:550px; }
#main-full { padding:20px 0 0px 20px; width:960px; }


/* Content (style) */

#content a { text-decoration: underline; }
#content a:hover {	text-decoration: none; }
#content h3, #content h3 { font-weight: bold; }
#content h3 { font-size: 18px; line-height:28px; padding-top:0; }
#content h3 {font-size: 18px; }
#content h3.info { font-size:18px; color: #222; padding:0 0 15px; }
#content h4 { font-size: 18px; }
#content ol, #content ul { line-height: 14px; }
#content ul { padding-left: 50px; }
#content ul li { list-style: circle; padding: 3px 0; }
#content ol { padding-left: 57px; }
#content ol li { list-style: decimal; padding: 3px 0; }
#content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Main Content (post) */

#content .post { padding:0 15px 15px 15px; }
#content .post-title {	width: 100%; position: relative; }
#content .post-title h2, #content .post-title p.post-details, #content .post-title h3 { padding-right: 50px; }
#content h2 a, #content h3 a { color: #2A2A2A; text-decoration: none; font-size: 17px;}
#content h2 a:hover, #content h3 a:hover { text-decoration: none; }
#content p.post-details { line-height: 18px; margin-top: -10px; position: relative; }
#content p.post-details a { text-decoration: underline; color:#9F9F9F; }
#content p.post-details a:hover { color:#555; }
#content p.post-details {
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 0px 0px 0px
}
#content .post h2 { margin-top: 1px; clear: both; width: 100%; }
#content .post h2.continue a {
	background: #A8BC70;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

#content .post h4.continue a:hover {background: #9fb26a;}
#content .post img.thumbnail {
	border:1px solid #DDDDDD;
	margin:5px 0 0;
}
#content .post img.thumbnail-left {
	margin:15px 10px 5px 0;
	float:left;
}
#content .post img.gallery { margin:0 7px 7px 0; }
#content h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}

#featured h2 { font-size:27px; }

#featured .block { padding:10px 10px 10px 10px; width:400px; float:left; font-size:25px; }
#featured .block.last { padding-right:10px; }
#featured .block h2 { font-size:25px; line-height:20px; font-weight:bold }

#featured2 h2 { font-size:27px; }

#featured2 .block { padding:10px 10px 10px 10px; width:205px; float:left; font-size:25px; }
#featured2 .block.last { padding-right:10px; }
#featured2 .block h2 { font-size:25px; line-height:20px; font-weight:bold }

/* Main Content (post>single) */
#info h3 {font-size: 25px; font-weight: regular; font-color: #ec0d56;}
#content p.tags {
	background:url(images/ico-tag.gif) no-repeat center left;
	padding-left:25px;
	width: 100%;
	clear: both;
}
.single #content .advert_468x60 {margin: 15px 0 0px 0;}
#content .page h2 {padding-top: 5px;}


/* (widgets)*/

#tag_cloud h2 {display: block;float: none;}
.textwidget {clear: both;padding: 5px 2px;line-height:20px;}
#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
	clear: both;
}
#wp-calendar caption {padding: 10px;}
#wp-calendar th {color: #fff;}
#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #E7E7E7;
	color: #9E9E9E;
}
#wp-calendar td {background: transparent;}
#wp-calendar td, table#wp-calendar th {padding: 3px 0;}
#wp-calendar a {text-decoration: underline;}
#wp-calendar a:hover {text-decoration: none;}

/* (flickr) */

#flickr h3 span {color: #0061D8;}
#flickr h3 span span {color: #FF1183;}
#flickr .wrap {
	margin-left:10px;
	padding: 0;
	position: relative;
	margin-bottom:25px;
}
#flickr a img {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	background: #fff;
	border: #CECFC6 1px solid;
}
#flickr a:hover img {border: #A8AA99 1px solid;}

/* widget-slider */
#slider-top { background:#dddddd) no-repeat; width:960px; height:12px; font-size:1px }
#slider-bot { background:#dddddd) no-repeat; width:960px; height:12px; }
#slider-block { background-color:#dddddd; position:relative; min-height:300px; width:960px; overflow:hidden; }
.container { position:relative; height:137px; width:840px; overflow:hidden; margin:0 auto; }
.container div {  opacity:0; z-index:0; position:absolute; top:0; left:10; padding:0 10px; }
.container div div {  opacity:1; z-index: auto; position:static; padding:0px; }
#loopedSlider { position:relative; width:960px; margin:10px auto 0; }
#loopedSlider .nav-buttons { list-style-type:none; margin:10; padding:0; }
#loopedSlider li#p { position:absolute; top:140px; left:10px; }
#loopedSlider li#n { position:absolute; top:140px; right:10px; }

.container ul.widget { float:left; width:250px; margin-right:30px; color:#black;}
.container ul.last { margin-right:0px; }
.container ul.widget h3 { font-family:arial; color:#777777; font-size: 22px; font-weight:bold; margin:10px 0 0; }
.container ul.widget a { color:#black; }
.container ul.widget li ul { padding:0; margin:0; }
.container ul.widget li ul li { padding:10px 0; background:#dddddd repeat-x bottom; }

				
/* Footer */

#footer {
	width: 960px;
	margin: 10px auto 0;
	padding-bottom:30px;
	font-family: 'comic', Verdana, Sans-Serif;
	font-size: 8px;
	color: #777;
}
#footer a{ color:#777; }
#footer .col-right img {vertical-align: middle;}
#footer .col-right span {display: none;}

.listeRapport {
margin-top:15px;
}

.listeRapport a{
color: #fff;
text-decoration: none;
font-weight: normal;
}

.listeRapport a:visited{
color: #fff;
text-decoration: none;
font-weight: normal;
}



.listeRapport a:hover{
color: #ddd;
text-decoration: none;
}

.listeRapport p{
display:block;
background:#434343; 
-webkit-border-radius:15px;
-moz-border-radius:5px;
padding:5px;
margin-bottom:5px;
color:#fff;
}
