/*mise en forme incite*/
.noir10  { color: #111; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
.noir10g  { color: #111; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; }
.blanc10g  { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; }
.marge    { color: #64361c; font-weight: bold; }
.blancgras { color: white; font-weight: bold; }
.bleu10g  { color: #369; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; }
.jaune10g  { color: #ff0; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; }
.gris10  { color: #555; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
.gris10j  { color: #555; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; text-align: justify; }
.noir10j  { color: #111; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; text-align: justify; }
.gris12 { color: #555; font-style: normal; font-weight: normal; font-size: 12px; text-decoration: none; }
.noir12 { color: #111; font-style: normal; font-weight: normal; font-size: 12px; text-decoration: none; }


hr.color1 {display: block; margin:10px 0;background-color: #EE5907;}
.bg1 {background: #EE5907;}
.bg2 {background: #64361C;}
.titre1  { color: #64361C; font-weight: bold; }
.gris1 { color: #555;}
.gris1j { color: #555; text-align: justify; }
.txtj { color: #111; text-align: justify; }

.w25 {width:25%;}
.w25fr {width:50%; float: right;}
.w50fr {width:50%; float: right;}
.w50fl {width:50%; float: left;}
.w50  { width: 50% }
.w100 {width:100%;}
.txtleft { text-align: left;}
.txtright { text-align: right;}
.justify  { text-align: justify }
.vertical {vertical-align: middle;}

form.liaison label {
display:block;
float:left;
width:200px;
}

form.liaison .bouton {
text-align:center;
}


/*fin mise en forme incite*/



/*
Theme Name: Drunkey Love
Theme URI: http://www.el73.be/drunkey-love/themes/
Description: Drunkey Love theme (defekt) for Wordpress
Version: 1.6 (modifié par jm : www.incite.fr)
Author: Kevin Wetzels
Author URI: http://www.el73.be/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/**-----------------------------------------------------------------------------
** HTML ELEMENTS
**/ 
html, body { padding: 0; margin: 0; font-size: 14px; background: #fff; color: #000; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }

a  {color: #EE5907; text-decoration: none;}

a:visited {color: #EE5907; text-decoration: none;}

a:hover {color: #64361C; text-decoration: none;}

html * {
	margin: 0;
}

p, ul, ol {
	margin-top: 15px;
}

ul, ol {
	padding-left: 0;
	margin-left: 30px;
}

h1, h2 {
	margin-top: 10px;
}

h1, h2 { margin-bottom: 0; color: #64361c; font: 1.5em/1.7em "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }

h2 a, h1 a {
	text-decoration: none;
	color: #EE5907;
}

h1 a:hover, h2 a:hover {
	color: #64361C;
}

h1 {
	font-size: 1.5em;
}

h3 {
	margin-top: 1em;
}

h6 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	color: #333;	
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;	
}

hr {
	display: none;
}

blockquote {
	border-left: 5px solid #ccc;
	padding-left: 10px;
}

code {
	font: 110% "Lucida Console", "Courier New", Courier, monospace;
}

pre {
	overflow: auto;
}

/**-----------------------------------------------------------------------------
** MAIN CONTENT
**/ 
#main {
	width: 900px;
	margin: 0 auto;
}

/**-----------------------------------------------------------------------------
** HEADER
**/ 
#header {
	height: 130px;
	background: #fff url(images/header.jpg) no-repeat center top;	
	color: #000;	
}

#header a {
	color: #EE5907;
}

#header a:hover, #header .current_page_item  {
	color: #64361C;

}

#blog-title { padding-top:102px; margin-left:705px; text-transform: lowercase; color: #ee5907; font: 1.5em "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }



#pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: lowercase;
}

#pages li {
	float: left;
	width: 8em;	
}

#pages a {
	display: block;
	height: 40px;
	width: 8em;	
	line-height: 50px;
	padding: 90px 0 0 0;
	text-align: center;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 
#footer {
	clear: both;
	font-size: 0.8em;
	padding: 50px 0;
	text-align: center;
	border-top: 1px solid #ccc;
	color: #333;
	
}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/ 
#primary {
	width: 610px;
	padding-right: 20px;
	margin-bottom: 30px;
	float: left;
	background: #fff url(images/bar-vertical.jpg) no-repeat right top;	
}

.entry {
 	text-align:justify;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#primary ul.archive-nav {
	list-style-image: none;
}

.meta {
	text-align:left;
	font-size: 0.85em;
	clear: both;
	color: #333;
}

.meta a {
	text-decoration: none;
	color: #EE5907;
}

.meta a:hover {
	color: #64361C;
}

.meta span {
	padding-left: 14px;
	background: #fff url(images/doc.png) no-repeat left center;
}

.meta span.tags {
	background-image: url(images/folder.png);
}

.meta span.comments {
	background-image: url(images/comment.png);
}

.meta span.author {
	background-image: url(images/author.png);
}

.meta span.trackback {
	background-image: url(images/trackback.png);
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}

#primary .totop img {
	width: 11px;
	height: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

#primary .totop {
	margin-left: 599px;
	clear: both;
}

.gravatar {
	float: right;
	margin: 30px 0 15px 10px;
}

#comments h2 {
	margin-top: 30px;
}

#comments ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
}

#comments li {
	clear: both;
}

#comments ol div.poster {
	clear: both;
	padding: 0 20px;
	font-size: 0.95em;
	color: #333;
}

#comments .poster a {
	color: #EE5907;
}

#comments .poster a:hover {
	color: #64361C;
}

#comments ol.no-gravatars div.poster {
	padding: 0 20px 0 40px;
}


#comments ol div.body {
	margin: 0 0 0 0;	
	width: 340px;	
	padding: 20px;
	background: #fff url(images/comment-field.png) no-repeat left top;
}

#comments ol.no-gravatars div.body {
	width: 340px;	
	padding: 20px;
	margin-left: 20px;
}

#comments fieldset {
	margin: 5px 0 0 0;
	padding: 0 80px 0 20px;
	width: 330px;
	border: 1px solid #fff;
}

#comments legend {
	display: none;
}

#comments form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#comments form li {
	margin: 5px 0;
}

#comments .textfield {
	width: 50%;
}

#comments textarea {
	width: 98%;
}

#comments .number { color: #ccc; font: italic 1.5em "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-align: right; padding: 0; margin: 0; width: 3em; float: right; }

#comments .number a {
	color: #ccc;
	text-decoration: none;
}

#comments .number a:hover {
	color: #64361C;
}

.archive-nav {
	font-size: 0.9em;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	list-style-image: none;
}

.archive-nav li {
	width: 180px;
}

.archive-nav li a {
	display: block;
	width: 164px;
}

.back {
	float: left;
}

.back a {
	padding-left: 16px;	
	background: #fff url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: #fff url(images/next.png) no-repeat right center;	
}

#primary h1 img, #primary h2 img, #primary h3 img {
padding: 0;
border: none;
}

/**-----------------------------------------------------------------------------
** SECONDARY CONTENT (SIDEBAR STUFF)
**/ 
#secondary {
	padding-left: 15px;
	margin-bottom: 30px;
	width: 250px;
	float: right;
	font-size: 0.9em;
}

#secondary h2 {
	margin-bottom: 0px;
}

#searchform fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
}

#searchform legend, #searchform label {
	display: none;
}

#blog-description { font: 1.2em "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; padding: 15px; background: #fff url(images/bg-description.jpg) no-repeat; }

.fold {
	display: none;
}

.foldButton, .unfoldButton {
	display: block;
	position: relative;
	left: 220px;
	margin-top: -1.3em;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background: #fff url(images/fold.png) no-repeat;
}

.unfoldButton {
	background: #fff url(images/unfold.png) no-repeat;	
}

.sitblog, .sitblog h2, .sitblog h2 a  { color: #fff; background: #64361C; text-align: center; margin: 20px 0; padding: 0; }

.sitblog h2 a:hover { color: #EE5907; }


ul.linklist, ul.linklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid #ccc;
}

ul.linklist ul {
	border: none;
}

ul.linklist a, ul.linklist ul a {
	padding: 0.2em 0;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #EE5907;
}

ul.linklist ul a {
	width: 95%;
	padding-left: 5%;
}

ul.linklist a:hover {
	background: #64361C;
	color: #fff;
}

ul.descriptionlist  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.descriptionlist  li {
	margin-bottom: 0.5em;
}

#sidenotes h3 {
	font-size: 1em;
}

#sidenotes p {
	margin-top: 0;
}

ul.cloud {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.cloud li {
	display: inline;
	margin-right: 5px;
}

.cloud a, .cloud a:hover {
	color:#fff;
	background: #fff;
	padding: 0px 0px 8px 0px;

}

/**-----------------------------------------------------------------------------
** UTILITIES
**/ 
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.alignright, .lzimg-right {
	float: right;
}
	
.alignleft, .lzimg-left {
	float: left
}

#primary img, #photos img  { padding: 0px 4px 0px 4px; }

#primary .totop img {
	border: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright, img.lzimg-right {
	padding: 4px;
	margin: 15px 0 15px 15px;
	display: inline;
}

img.alignleft, img.lzimg-left {
	padding: 4px;
	margin: 15px 15px 15px 0;
	display: inline;
}
	
img {
	border: 0;
}	
img.noborder {
	border: none;
}

img.simple, #primary img.wp-smiley {
	padding: 0;
	margin: 0;
	border: 0;
}

.flickr {
	color: #06c;
}

.flickr span {
	color: #c00;
}

#primary a.extlink {
	padding-right: 12px;
	background: #fff url(images/external-link.png) no-repeat right center;
}

