@charset "utf-8";

/* ===================================================
   FEUILLE DE STYLES POUR LE BLOG “Bizz Buzz” (Be Spicy)
   =================================================== */


/* --- STYLES GÉNÉRIQUES --- */

html {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	margin: 0;
	padding: 1em;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: .75em;
	line-height: 1.1;
	color: #515151;
	background: #000000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	font-style: normal;
}
h1 {font-size: 1.75em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.25em; font-style: italic;}
h4 {font-size: 1em;}
h5 {font-size: 1em; font-weight: normal; font-style: italic;}
ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
dl {
	margin: .75em 0;
	padding: 0;
}
dt {
	margin: .75em 0 0 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: .25em 0 .25em 32px;
	padding: 0;
}
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}
blockquote {
	margin: .75em 0 .75em 20px;
	padding: 0 0 0 10px;
	border-left: solid 2px #ccc;
}
q {font-style: italic;}
a img {border: none;}
em {font-style: italic;}
strong {font-weight: bold;}

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle;
}

/* Liens */
a {
	text-decoration: none;
	color: #ee1c85;
}
a:hover, a:focus {
	text-decoration: underline;
}


/* --- EN-TÊTE VISUEL (HAUT DE PAGE) --- */

body {
	padding: 0;
	background: white url(img/body-bg.png) repeat center 3px;
}
div#header1 {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	color: white;
	background: #000000 url(img/header-bg-top.png) repeat-x center top;
}
div#header1 .inner-block {
	height: 158px;
	padding: 1px 0;
	background: url(img/header-bg-center.png) no-repeat center top;
}


/* --- CONTENEUR GLOBAL ET PIED DE PAGE --- */

div#global {
	position: relative;
	z-index: 5;
	width: 806px;
	min-height: 400px;
	margin: 0 auto;
	padding: 94px 0 30px 0;
}
div#gtop {
	height: 80px;
	background: url(img/global-top.png) no-repeat 2px 0px;
}
div#gtop h1,
div#gtop p.title {
	position: absolute;
	top: 12px;
	left: 19px;
	width: 220px;
	font-size: 1.4em;
}
div#gtop a {color: white;}
div#gtop p#logo-right {
	position: absolute;
	top: 15px;
	right: 17px;
	margin: 0;
	/*width: 259px;
	height: 65px;
	background: url(img/header-right.png) no-repeat;*/
}
div#gmiddle {
	min-height: 200px;
	padding: 1px 0;
	background: url(img/global-middle.png) repeat-y 2px 0;
}
div#gmiddle div.inner-block {
	position: relative;
	top: -65px;
	overflow: hidden;
	margin: 0 0 -65px 0;
	padding: 1px 29px 1px 28px;
}
div#gbottom {
color: #333333;
	position: absolute;
	width: 806px;
	min-height: 100px;
	background: url(img/global-bottom.png) no-repeat 2px 0;
}
div#gbottom a {
	color: #ee1c85;
	
}
div#gbottom h2 {
	margin: 0;
	padding: 54px 0 14px 40px;
	font-weight: normal;
	font-size: 1.4em;
	color: white;
}
div#gbottom h2 img {
	position: absolute;
	top: 12px;
	right: 40px;
}
div#gbottom address {
	margin: 0;
	padding: 40px 20px 50px 20px;
	text-align: right;
	font-style: normal;
	font-size: .9em;
}


/* --- TROIS COLONNES --- */

div#main {
	position: relative;
	left: 186px;
	overflow: hidden;
	float: left;
	width: 380px;
	top: 15px;
}
div#sidebar1,
div#sidebar2 {
	overflow: hidden;
	width: 181px;
	float: left;
}
div#sidebar1 {
	position: relative;
	left: -380px;
}
div#sidebar2 {
	position: relative;
	left: 10px;
}


/* --- CONTENU DE COLONNE CENTRALE --- */

/* Principal */
div#main .post-title,
div#main .post-date,
div#main .post-content {
	margin-left: 17px;
	margin-right: 17px;
}
p.postnav {
	margin: 1em 17px;
}

/* Styles des paragraphes */
div#main .post h1,
div#main .post h2 {
	margin-top: .5em;
	margin-bottom: .25em;
	font-size: 1.5em;
	font-weight: bold;
}
div#main .post h1 a,
div#main .post h2 a {
	color: #2d3a41;
}
div#main .post-date {
	margin-top: 0;
	margin-bottom: .5em;
	color: #8c9ba3;
}
div#main .post-content {
	line-height: 1.25;
}
div#main .post-content h2 {
	font-weight: bold;
	font-size: 1.2em;
}
div#main .post-content h4 {
	font-weight: bold;
	font-size: 1.5em;
}
div#main .post-content h3 {
	font-weight: bold;
	font-size: 1.1em;
}
div#main .post-content p {
	margin: .75em 0;
}

div#main .video {
	padding-top:5px;
	padding-bottom:10px;
	color:#CCCCCC;
}

div#main .video img{
	margin-right:8px;

}

/* Styles des images */
div#main .post-content img {
	max-width: 344px;
	border: 1px solid #b3b3b3;
}
div#main .post-content img.wp-smiley {
	border: none;
}
div#main .post-content img.centre {
	display: block;
	margin: .5em auto;
}
div#main .post-content img.gauche {
	float: left;
	margin: 5px 15px 10px 0px;
}
div#main .post-content img.droite {
	float: right;
	margin: 5px 0 10px 15px;
}

/* Bloc de méta-informations */
div.post-meta {
	overflow: hidden; /* empêche dépassement des flottants */
	margin: 1em 5px 2em 5px;
	padding: 4px 10px 12px 12px;
	font-size: .9em;
	background: url(img/post-bottom.png) no-repeat left bottom;
}
div.post-meta p.reagir {
	float: left;
	width: 160px;
}
div.post-meta p.reagir a {
	display: block;
	padding: 12px 10px 8px 44px;
	background: url(img/boite-reagir.png) no-repeat left center;
}
div.post-meta p.info {
	margin-left: 170px;
	padding-top: 5px;
}

/* Commentaires */
div#commentaires {
	margin: 20px 17px;
}
div#commentaires h2 {
	margin: 25px 0 18px 0;
}
div.comment {
	overflow: hidden;
	margin: 5px 15px 0 0;
}
div.comment img.gravatar {
	float: left;
	width: 44px;
	text-align: center;
	padding-top: 0px;
}

div.comment h3 {
	margin: 0 0 0 65px;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: black;
}

div.comment div.texte {
	margin: 0 0 0 65px;
	line-height: 1.25;
}
div#commentaires ul.meta {
	margin: 5px 0 10px 65px;
	padding: 0;
	list-style: none;
	font-size: .9em;
}


/* Formulaire des commentaires */
div#reagir {
	margin: 30px 17px;
}
div#reagir form {
	margin: 18px 0 0 65px;
}
div#reagir form label {
	font-weight: bold;
	margin-bottom: 4px;
}
div#reagir form input[type=text] {
	border: 1px solid #a0b1b8;
	margin-top: 3px;
	padding: 2px 4px;
	width: 258px;
}
div#reagir form textarea {
	border: 1px solid #a0b1b8;
	padding: 2px 2px 2px 4px;
	width: 260px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
}
div#reagir p.perso1 {
	float: left;
	width: 55px;
}
div#reagir p.perso1 a {
	display: block;
	padding-top: 55px;
	font-size: .8em;
	color: white;
	background: url(img/coms-perso1.png) no-repeat;
}
div#reagir p.perso1 a:hover,
div#reagir p.perso1 a:focus {
	color: #f88;
	text-decoration: none;
}
div#reagir p.perso2 {
	margin: 20px 0 20px 10px;
}
div#reagir p.perso2 a {
	display: block;
	width: 195px;
	padding: 15px 10px 10px 65px;
	line-height: 1;
	background: url(img/coms-perso2.png) no-repeat left center;
}


/* --- PAGES --- */

/* Formulaire de mise en ligne des avatars */
form.lca_form {
	margin: 30px 40px;
}
form.lca_form p {
	margin: 1em 0;
}
form.lca_form span.title {
	display: block;
	margin: 8px 0 3px;
	font-weight: bold;
}
form.lca_form input {
	padding: 2px 4px;
	border: 1px solid #a0b1b8;
}
div.lca_thankyou {
	margin: 30px 40px;
	line-height: 1.5;
	font-style: italic;
	color: green;
}


/* --- SIDEBARS --- */

/* Texte simple */
div.simple {
	margin: 0;
	padding: 0 8px;
}

/* Listes avec titres */
div.list h2 {
	margin: 2em 0 .5em 0;
	padding: 8px 5px 5px 8px;
	text-transform: uppercase;
	
	font-weight: bold;
	font-size: 1em;
	color: white;
	background: gray;
}
div.list ul {
	margin: .5em 12px .5em 5px;
	padding: 0;
	list-style: none;
}
div.list ul li {
	margin: 7px 0;
}

/* Catégories */
div.categories h2 {
	background: url(img/titre-fond-rouge.png) no-repeat;
}
div.categories ul {
	margin: 1em 0;
}
div.categories li {
	color: #8c9ba3;
	padding: 3px 0 3px 34px;
	background: url(img/symbole-item.png) no-repeat 9px center;
}
div.categories li a {
	color: black;
	font-weight: bold;
}

/* Articles et commentaires récents */
div.latest-news h2 {
	background: url(img/titre-fond-vert.png) no-repeat;
}
div.latest-comments h2 {
	background: url(img/titre-fond-rose.png) no-repeat;
}
div.latest-news ul li,
div.latest-comments ul li {
	padding-top: 6px;
	font-size: .95em;
	text-indent: 15px;
	border-top: 1px solid #a0b1b8;
	background: url(img/symbole-article.png) no-repeat 0 6px;
}
div.latest-comments ul li {
	background: url(img/symbole-commentaire.png) no-repeat 0 8px;
}
div.latest-news ul li:first-child,
div.latest-comments ul li:first-child {
	border-top: none;
}
div.latest-news ul li a,
div.latest-comments ul li a {
	color: #2d3a41;
}

/* Formulaire d'inscription à la newsletter */
div.inscription {
	margin: 0px 11px 1.6em 8px;
	padding-top: 10px;
	font-size: .95em;
	background: url(img/fond-bloc-blanc.png) no-repeat;
}
div.inscription .widget-inner {
	padding: 1px 10px 10px 10px;
	background: url(img/fond-bloc-blanc.png) no-repeat left bottom;
}
div.inscription h2 {
	margin: 8px 0 10px 0;
}
div.inscription p.normal label {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}
div.inscription p.normal input {
	width: 132px;
	padding: 2px 4px;
	border: 1px solid #a0b1b8;
}
div.inscription p.submit {
	text-align: right;
}
p#quick_subscribe_messages {
	font-size: 1.25em;
	font-style: italic;
	color: black;
}

/* Emplacement pour image avec lien */
div.image {
	margin: 20px 0;
	text-align: left;
}
