@charset "UTF-8";
/* CSS Document */

/*
Theme Name: www.fb-graphic.com
Theme URI: http://wordpress.org/
Description: adapté du thème par défaut.
Description (2): <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 7
Author: François Barret
Author URI: http://www.fb-graphic.com/
Tags: clouds, custom header, 3rd part, two columns 

fb-graphic v7
http://www.fb-graphic.com/

This theme was designed and built by François Barret,
whose blog you will find at http://www.fb-graphic.com/blogfolio and http://www.francoisbarret.com

The CSS, XHTML and design are under copyright license.

*/



/* === GENERAL === */


html, body {
	width: auto;
	height: 100%; /* Oui, c'est debile, mais cela permet a IE6 de realiser un bloc positionne affichant height 100% (#corps)
	voir http://www.alsacreations.com/actu/lire/92-vous-avez-dit-height100.html */
}
body {
	margin: 0px;
	padding: 0px;
	background: #B3B2B0;
	background: #f8f7f5 url(images/nuages.jpg) no-repeat fixed 50% 80%;
	background: #f8f7f5 url(images/nuages.jpg) no-repeat fixed 60% bottom;

	font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 0.05em;
	color: #363433;
}

	/* zone de lien(s) prive(s) */
	#prive { position: fixed; top: 5px; left: 5px; z-index: 101; }
	#prive a { display: block; width: 12px; height: 12px; cursor: default; border: none !important; }
	#prive span { display: none; }
	#prive a.admin:hover { background-color: #F60; }
	#prive a.mails:hover { background-color: #09C; }
	/* / zone de lien(s) prive(s) */


h1 {
	margin: 0px 0px 23px;
	padding: 0px 0px 10px;
	width: auto;
	border-bottom: 1px solid #ccc;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #B7000E;
	letter-spacing: 0.07em;
}
h2, h3, h4 {
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	font: bold 110% "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
}
h2 {
	color: #7c6355;
	color: #604C40;
	font: italic 17px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.07em;
	margin-top: -2px;
	/*
	text-shadow: -5px 5px 8px #909599;
	text-shadow: -4px 6px 6px #C1BBAA;
	*/
}
h2 a:link, h2 a:visited { padding-bottom: 2px; color: #604C40; }
h2 a:hover { color: #C00; }
h3 { margin-bottom: 0px; }
h4 {
	margin-bottom: 3px;
	font-size: 11px;
	/*
	text-transform: uppercase;
	*/
	color: #9c9496;
	letter-spacing: 0.06em;
}
p { position: relative; padding: 0px; margin: 0px 0px 17px;  }
img { display: block; border: none; padding: 0px; margin: 0px; }

ul, li, ol { list-style: disc outside; padding: 0px; margin: 0px 0px 15px; }
ol li { list-style: decimal; }
li { list-style: disc outside; margin: 0px; }


	/* liens */
	a:link, a:visited {
	border-bottom: 1px solid #bbb;
	padding-bottom: 0px;
	outline: none;
	text-decoration: none;
	color: #333;
	}

	h1 a:link, h1 a:visited { border: none; color: #C00; }

	a.special:link, a.special:visited { border: none; color: #369; }
	a.retour:link, a.retour:visited { display: block; margin: 0px 0px 18px; border: none; color: #369; }

	a.tlch:link, a.tlch:visited { /* liens « telecharger » */
	color: #369; padding: 3px 3px 3px; border: 1px solid #999; background-color: #fafafa;
	}
	a.tlch:hover { color: #C00; }

	a:hover { color: #C00; }
	/* / liens */


	/* invisibles */
	#tete h1 span, #tete h4,
	.nocomments, #sidebar #categories-3 { display: none; }


	/* formulaires */
	/* commentaires */
	#respond input { width: 180px; border: 1px solid #999; padding: 1px; font-size: 95%; margin-right: 3px; background: #FFFFFF url(images/nuages-b.jpg) no-repeat fixed center 50%; }
	#respond input#submit { background: #eee url(none); display: block; margin: 0px auto; }
	#respond textarea {
		border: 1px solid #999;
		padding: 2px;
		width: 522px;
		height: 250px;
		margin-bottom: 0px;
		font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background: #fff url(images/nuages-b.jpg) no-repeat fixed center 50%;
	}
	/*
	#corps textarea {
		position: relative;
		left: 0px;
		top: 0px;
		border: 1px solid #AAA9A7;
		margin-bottom: 15px;
		padding: 4px;
		width: 376px;
		height: 390px;
	}
	*/



/* === / GENERAL === */
/* === PARTIE MENUS === */
/* contient #tete + le menu principal */


#menus { 
	/*
	background: url(images/fond-tete.png) right top no-repeat;
	display: none;
	*/
	background: url(images/logo.png) right top no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 30%;
	min-width: 278px;
	height: auto;
	padding: 0px 0px 55px 18px;
	margin: 0px;

	direction: rtl;
	text-align: right;
	z-index: 70;
}
#menus .contenu { /* fait office d'objet bloquant pour pallier l'incapacite d'IE6 a utiliser min-width (#menus) */
	position: relative;
	top: 0px;
	left: 0px;
	/* background: #aca; */
	width: 225px;
	height: auto;
	padding: 0px 27px 0px 0px;
	margin: 0px;

	direction: ltr;
	text-align: right;
}
#menus ul { margin: 0px 0px 12px 0px; }
#menus ul, #menus li { list-style: none outside; }

/* === tete === */
#tete {
	position: relative;
	margin: 0px 0px 25px;
	padding: 40px 0px 0px;
	height: 57px;
	z-index: 60;
}
#tete h1 {
	position: relative;
	top: 0px;
	right: 37px;
	margin: -2px 0px 0px auto;
	padding: 0px;
	width: 150px;
	border: none;
}
#tete h1 a {
	display: block;
	position: relative;
	margin: 0px 0px 0px auto;
	height: 57px;
	width: 189px;
	border: none;
}
/* === / tete === */

/* === menu === */
#menus .menu {
	font: bold italic 11px/22px Georgia, "Times New Roman", Times, serif;
	/* width: 160px; */
}
#menus .menu a:link, #menus .menu a:visited {
	padding: 1px 0px 2px 5px;
	border: none;
	color: #7b7577;
}
#menus .menu a:hover, #menus .menu a.on  {
	position: relative;
	width: auto;
	right: -26px;
	padding-right: 26px;
	background: #cecdca;
	color: #333;
}
#menus .menu a.on  {
	background-color: #96DFED;
	background-color: #666;
	color: #fff;
}
/* === / menu === */


/* === / PARTIE MENUS === */
/* === CORPS === */


#corps {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	min-width: 890px;
	min-width: 928px;
	line-height: 170%;
	margin: 0px;

	z-index: 50;
}
/* #corps .bloqueur { element bloquant pour pallier l'incapacite d'IE6 a utiliser min-width (#corps)
	position: relative;
	top: 0px;
	left: 0px;
	height: 5px;
	width: 790px;
	background: none;
	padding: 0px;
	margin: 0px;
} */

#corps .conteneurA {
	position: absolute;
	/*
		background: #000 url(images/fond-body.jpg) repeat-y left top;
	*/
	top: 0px;
	left: 30%;
	bottom: 0px;
	width: auto;
	height: 100%;
	min-height: 540px; /* Peut etre adapte selon la longueur du contenu de la zone gauche (menus + sidebar + pied) */
	padding: 0px;
	margin: 0px -17px 0px 0px;
	z-index: 0;
}
#corps .conteneurA .plus1 {
	left: 30%;
	position: fixed;
	width: 850px;
	height: 100%;
	background: url(images/fleurs-3b.png) no-repeat right top;
}
#corps .conteneurB {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-height: 100%;
	width: 527px;
	padding: 0px 53px 0px 70px;
	margin: 0px;
	/*
	background: #fff url(images/fond-body.jpg) repeat-y left top;
	border-right: 1px solid #666;
	border: 2px solid #C00;
	*/
	background: url(images/ombres-gd.png) repeat-y left top;
	z-index: 0;
}
#corps .conteneurB .plus2 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 17px;
	right: 0px;
	margin: auto auto 0px 0px;
	height: auto;
	width: 714px;
	width: 631px;
	z-index: 0;
	background: #fff url(images/herbes-7613-neg-1.jpg) no-repeat 51% bottom fixed;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#corps .conteneurC {
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	padding: 58px 0px 70px;
	margin: 0px !important;
	width: 527px;
	z-index: 10;
}


#corps .partie {
	position: relative;
	padding: 0px 0px 8px;
	margin: 0px 0px 21px;
	border-bottom: 1px dotted #aaa;
}
#corps .en { color: #069; }
div.fb-diaporama { margin: 15px 0px 30px !important; }
div.fb-diaporama .commandes { text-align: center; color: #555; }
div.fb-diaporama a { border-bottom: none; color: #555; }
div.fb-diaporama a:hover { color: #000; }

.conteneurC .menuRappel { margin-top: 25px; font-size: 95%; text-align: center; }
.conteneurC .menuRappel a:link, .conteneurC .menuRappel a:visited { border-bottom: 1px solid #7b7b7b; }
.conteneurC .menuRappel a:hover { color: #C00; }



/* === / CORPS === */
/* === SIDEBAR === */


/* invisibles permanents de sidebar */
#sidebar h3, #sidebar #search-3 label { display: none }


#sidebar {
	position: relative;
	width: 30%;
	min-width: 267px;
	min-width: 280px;
	padding-right: 17px;
	margin: 0px -5px 50px 18px;
	top: -62px;

	font-size: 100%;
	font-style: italic;
	color: #7c6355;
	direction: rtl;
	text-align: right;
	z-index: 80;
}
#sidebar ul, #sidebar li { list-style: none; margin: 0px; }
#sidebar ul.contenu {
	position: relative;
	width: 190px;
	padding: 15px 25px 10px 0px;
	border-bottom: 1px solid #666;
		soverflow: hidden;

	direction: ltr;
	z-index: 80;
}
#sidebar h3 {
	padding: 0px !important;
	margin: 0px !important;
}
#sidebar a:link, #sidebar a:visited { color: #333; border-bottom-style: none; }
#sidebar a:hover { color: #F30; }

	/* #sidebar #search-3 input { border: 1px solid #bab8b7; width: 186px; padding: 2px 1px; font-size: 10px; }
	#sidebar #search-3 { padding-top: 8px; margin: 0px 0px 12px; } */

	/* rub. Recherche */
	/* ".searchform" -> le style de cette classe sera actif sur la page résultat de recherche */
	.searchform {
		position: relative;
		width: 190px;
		height: 18px;
		background: #CFCFCF url(images/go.gif) 174px center no-repeat;
		border: 1px #999 solid;
		border: none;
		line-height: 1px;
	}
	#sidebar .searchform { position: relative; margin: 0px 0px 12px auto; }
	.searchform:hover { background: #000 url(images/go-over.gif) 174px center no-repeat; }
	.searchform input.text-input {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 162px;
		height: 14px;
		border: 1px solid #CFCFCF;
		padding: 1px 2px;
		color: #777;
		font: 100%/normal Georgia, "Times New Roman", Times, serif;
	}
	#searchsubmit {
		position: absolute;
		right: 1px;
		top: 0px;
		background: none;
		margin: 1px 0px 0px;
		padding: 0px;
		height: 16px;
		width: 21px;
		border: none;
		cursor: pointer;
		outline: none;
	}


#sidebar #pages-3 {
	float: left;
	width: 120px;
	height: auto;
	padding: 0px 10px 0px 0px;
	border-right: 1px dotted #7c6355;
}
#sidebar #archives-3 {
	float: none;
	width: auto;
}
#sidebar #categories-3 {
	margin: 0px 0px 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #999;

	font-size: 98%;
	font-style: normal;
	font-variant: normal;
	/*
	float: right;
	border-left: 1px dotted #999;
	margin-left: 11px;
	width: 75px;
	height: 57px;
	*/
}
#sidebar #categories-3 a:link, #sidebar #categories-3 a:visited  { color: #000; }
#sidebar #categories-3 a:hover  {
	font-weight: bold;
	color: #8D002A;
	color: #000;
	letter-spacing: 0.08em;
}

/*
#sidebar .widget_tag_cloud {
	font-size: 50% !important;
	padding-bottom: 8px;
	margin: 0px 0px 8px auto;
	border-bottom: 1px dotted #999;
	color: #999 !important;
}
*/
#sidebar #linkcat-5 {
	font: 95% Georgia, "Times New Roman", Times, serif;
}
#sidebar #linkcat-5 a:link, #sidebar #linkcat-5 a:visited { color: #424E56; color: #888; }
#sidebar #linkcat-5 a:hover { font-weight: bold; color: #125F97; color: #222; }


/* === / SIDEBAR === */
/* === PIED === */


#pied {
	position: relative;
	width: 30%;
	min-width: 267px;
	min-width: 280px;
	top: -100px;
	margin-bottom: -90px;
	/*
	font-size: 93%;
	font-style: italic;
	font-style: normal;
	color: #7c6355;
	color: #333;
	*/
	font: 95%/135% Georgia, "Times New Roman", Times, serif;
	color: #333;
	direction: rtl;
	text-align: right;

	z-index: 80;
}
#pied .contenu {
	position: relative;
	width: 245px;
	margin: 0px;
	padding-right: 9px;

	direction: ltr;
	z-index: 80;
}
#pied p { margin-bottom: 4px; }
#pied a:link, #pied a:visited { color: #333; border-bottom-style: dotted; border: none; }
#pied a:hover { /* color: #F30;
	background-color: #D3DCC9; */
	color: #FFF;
	color: #000;
	border-bottom: 1px dotted #000;
}


/* === / PIED === */

