/*
	Theme Name: BeatriceFauroux
*/

/* LAYOUT */

body {
	background: url(images/fond.png) top left;
	line-height: 1.2;
	}

#wrapper {
	background: url(images/weapper-background.png) top left repeat-x;
	}

/*#logo{
	position: absolute;
	top: 36px;
	left: 12px;
	width: 122px;
	height: 122px;
	background: url(images/logo-art.png);
	z-index:0;
}*/
#container {
	z-index:10;
	}

#contentwrap {
	background: #fff;
	}

a {
	color: #841c1b;
	}

a:hover {
	color: #000;
	}


/* HEADER */

#banniere{
	background: url(images/banniere-finale.jpg);
	width: 850px;
	height: 140px;
	position: relative;
	font-size: 14px;
}

#banniere ul{
	position: absolute;
	top: 40px;
	left: 600px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#banniere ul li{
	padding: 4px 0px 6px 15px;
	margin: 0px;
	text-align: left;
	/*border-bottom: 1px solid #ddd;*/
    background: url(images/bullet.gif) top left no-repeat;
}
#banniere ul li a, #banniere ul li a:hover{
	color: black;
	text-decoration: none;
}
#lien-accueil{
	display: block;
	width: 576px;
	height: 140px;
}

#header {
	height: 140px;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 15px 0 0 0;
	font-weight: normal;
	font-family: Georgia, Times New Roman Times, Serif;
	font-weight: bold;
	font-size: 46px;
    text-transform: uppercase;
	}

#header h1 a, #header h1 a:visited {
	color: #99a607;
	text-decoration: none;
	}


#header h2 {
	color: #847f7f;
	font-size: 14px;
	font-family: Times New Roman, Times, Serif;
    font-style: italic;
	}
    
.logoimg {
    margin: 0  0 0 0px;
    }

/* NAVIGATION MENUS */

#pagemenucontainer {
    float: right;
	height: 28px;
	}
	
#pagemenu {
	height: 29px;
    float: right;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #9e9c9c;
	display: block;
    margin: 0 0 0 6px;
	padding: 6px 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -moz-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
	}
	
#pagemenu li a:hover, #pagemenu li a:active {
	color: #575757;
	display: block;
	text-decoration: none;
    border-left: 3px solid #e1e0e0;
    border-right: 3px solid #e1e0e0;
    border-bottom: 3px solid #e1e0e0;
    
	}
	
#pagemenu  li.current_page_item a {
	color: #575757;
    border-left: 3px solid #e1e0e0;
    border-right: 3px solid #e1e0e0;
    border-bottom: 3px solid #e1e0e0;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	
.topright {
	text-align: right;
    margin: 13px 0 0 0;
	}

.topright a {
	color: #dfdfdf;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #565656;
	}

.topright a:hover {
    color: #ffc703;
    text-shadow: 0 1px 0 #562d09;
    }


.navcontainer {
	height: 32px;
    background: url(images/fond-nav.png) top left repeat-x;
    margin-bottom: 7px;
	}
	
#nav {
	height: 32px;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	}

	
#nav ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: -999em;
    background: url(images/background.png);
	}

#nav  li:hover  ul , #nav  .sfhover  ul {
	top: auto;
	z-index: 500;
}
	
#nav li {
	height: 32px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
    background: url(images/nav-separator.png) right center no-repeat;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
    float: none;
	border-top: 1px solid white;
	background : none;
	}
	
#nav li a, #nav li a:link {
	color: #fff;
	display: block;
    margin: 0;
	padding: 9px 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;	
	}
	
#nav li a:hover, #nav li a:active {
	display: block;
	text-decoration: none;
    /*background: url(images/nav-hover.png) top center no-repeat;*/
	}


/*
#nav  li.current-cat a {
	color:#841c1b;
        background: url(images/nav-hover.png) top center no-repeat;
	}
*/

#nav li:hover, #nav li.sfhover, #nav li.current_page_item { 
	background: url(images/fond-nav.png) bottom left repeat-x;
	color: white;
	}
    
/* CONTENT */

#content {
	background-color: #fff;
	padding: 15px 10px 15px 20px;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}
	
.post {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}

.post h1{
        color: #841c1b;
}


.title {
	margin: 0 0 8px 0;
	padding: 0 0 0 16px;
        background: url(images/bullet.gif) no-repeat;
	line-height: 25px;
	font-size: 25px;
	font-family: Arial, Verdana;
	color: #292929;
    font-weight: bold;
	}

	
.title a {
	text-decoration: none;
	color: #841c1b;
	}

.title a:hover {
	text-decoration: underline;
    color: #b79800;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.readmorecontent {
	text-align: right;
	}


a.readmore {
	padding: 4px 15px;
	background: #e9e9e9;
	color: #373434;
	text-decoration: none;
    font-size: 12px;
    text-shadow: 0 1px 0 #ececec;
	}

a.readmore:hover {
	background: #dadada;
	}


.postdate {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
    font-style: italic;
    color: #8a8a8a;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	color: #474747;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	/*line-height: 20px;*/
	padding-top: 8px;
	/*font-family: Arial, Verdana;*/
	font-size: 12px;
	color: #474747;
	}

    
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

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

	
/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #686868 !important;
    background:#dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.current {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
}

.wp-pagenavi a:hover {
    color: #494949 !important;
    background:#dfdfdf !important;
    border: 1px solid #626262 !important;
    
}

.wp-pagenavi span.pages {
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.extend {
    background:transparent !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-weight: bold;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	margin-bottom: 5px;
	text-align:center;
	}
	
.ad125 {
	margin: 10px;
	}


.sidebar {
	margin: 0 10px 10px 0;
    font-size: 14px;
	}
	
.sidebar a {
	text-decoration: none;
	color: #555;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#778200;
	}
	
#search {
	background: url(images/fond-recherche.png) repeat;
    height: 20px;
	margin:1px 0 0 0;
    padding: 0;
	}
#searchform{
    height: 20px;
	margin:0;
    padding: 0;
}

#search input {
	border: 0;
    background: none;
    color: white;
	margin: 0 3px;
	padding:0;
	float:left;
}
#s {
	width: 200px;
	height:20px;
    background: none;
}

#archives-2 {
    text-align: center;
}

		
/* Social icons */
.addthis_toolbox {
    padding: 15px 0 5px 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 4px 0 4px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.85;
}



.rssbox {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0 0 0;
	}
    
.rssbox:hover {
    border: 1px solid #a1a1a1;
    }

.rssbox a {
	color: #747888;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
	}
.rssbox a:hover {
	color: #414862; 
	text-decoration: underline;
	}

.twitterbox {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0 0 0;
	}
    
.twitterbox:hover {
    border: 1px solid #a1a1a1;
    }
	
.twitterbox a {
	color: #747888;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
	}
.twitterbox a:hover {
	color: #414862; 
	text-decoration: underline;
	}

.sidebar h2 a{
	color: white;
	}
.sidebar h2 a:hover{
	color: white;
	}
.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 5px 0 6px 0;
	background: url(images/sidebar-tab.png) top left no-repeat;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #889500;
	}



.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px;
	}
	
.sidebar ul li li {
	padding: 4px 0px 6px 15px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
    background: url(images/bullet.gif) top left no-repeat;
	}
	
.sidebar ul li ul li {
	padding: 4px 0px 6px 15px;
	margin: 2px 0;
    border-bottom: 1px solid #ddd;
    background: url(images/bullet.gif) top left no-repeat;
	font-size: 12px;
	}



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: #fff;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: #fff;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #f6f1ec;
	color: #654118;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: #841c1b;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	}

#footer a {
	color: #fff;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#footer2 {
	color: #858282;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#footer2 a {
	color: #858282;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    padding: 6px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
}

.span-16{
	width: 530px;
}
.span-24, div.span-24{
	width: 100%;
}
#container{
	width: 850px;
}

/***** Page de références *****/
#liste-references {
border-collapse:collapse;
}
#liste-references .reference{
	border-bottom: 1px dotted #474747;
	margin-bottom: 10px;
	padding: 5px;
}
#liste-references .reference .logo{
	float: left;
	width: 150px;
}
#liste-references .reference .texte{
	float: left;
	width: 334px;
	padding: 3px;
}
/***** Page du Périscope *****/
#liste-PDF .PDF{
	margin-bottom: 10px;
	float: left;
}
#liste-PDF .PDF a{
	display: block;
	position: relative;
	text-decoration: none;
	color: black;
	width: 210px;
	border: 1px solid #ffd415; 
	margin: 5px auto;
}
#liste-PDF .PDF a .titre{
	display: block;
	position: absolute;
	background: url(images/fond-titre-pdf.png);
	width: 210px;
	height: 45px;
	top: 230px;
	left: 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
/****** Formulaire ********/
input,input.text, textarea{
	border: 1px solid #923639;
	padding: 3px;
	background: #fffafa;
}
input[type=submit]{
	border: 1px solid #923639;
	background: #923639;
	color: white;
	cursor: pointer;
	margin-top: 3px;
}
textarea{
	margin: 0;
	padding: 3px;
	width: 100%;
}
/***** Général *******/
h2#titreBlog{
	background: url(images/sidebar-tab-2.png);
}
.entry h2 a{
	text-decoration: none;
}
	
.entry em{
	font-style: normal;
	font-weight: bold; 
	color: #841C1B;
	margin-bottom: 5px;
}
.entry h2{
    font-size : 16px;
	font-weight: bold;
	border-bottom: 1px dotted #474747;
}
.entry div.bas{
	font-size: 0.8em;
}
#footer p {
	margin:0;
}
div.st-tag-cloud{
	padding: 0 10px;
}
.enEvidence{
	border: 1px solid #923639;
	background: #fffafa;
	padding: 3px;
}
/****** Formulaire contact *******/
div.contactform label{
	display:block;
	width: 100px;
	float: left;
}
div.contactform input{
	display:block;
	width: 100px;
	float: left;
}
/******* Commentaires *******/
.even{
	background: #fffafa;
	border-left: 4px solid #923639;
}
.odd{
	background: #f8f5e5;
	border-left: 4px solid #474747;
}
