/*  
Theme Name: The Science Of Human Obsession
Theme URI: http://topwpthemes.com/the-science-of-human-obsession/
Description: Designed by <a href="http://designed.nu">Design Blog</a> and available FREE at <a href="http://www.zinruss.com/themes/">WordPress Themes Gallery</a>
Author: Design Blog
Author URI: http://designed.nu
© 2008, Design Blog. All rights reserved.  
*/

* { margin: 0; padding: 0; }


body {
	background: #000000;
	text-align: center;
	margin: 0 auto;
        color: #330000;
        font-size: 11px;
        font-family:  Verdana, Georgia, "Times New Roman", Times;
	}

	
#accessibility {
	display: none;
	}

/* -------------------
Main Structure
------------------- */
a:link, a:visited, a:active {
color: #FF0000; text-decoration:none;
}
a:hover
  {
   color: #000000; text-decoration:underline; font-weight: bold;
  }

.titre
{
font-size: 12px;
color: #000000;
font-weight: bold;
}

.testy
{
font-size: 10px;
color: #FF0000;
font-weight: bold;
font-style: underline;
    display: inline;
}
	
#frame {
	width: 850px;
	text-align: left;
	margin: 0 auto;
	background: url(images/bg.jpg) 0 0 no-repeat;
	}
	
#middle {
	background: url(images/bg.jpg) 0 0 repeat-y;
	overflow: auto;
	width: 100%;
	}

#content {
	float: left;
	width: 800px;
        padding-left: 45px;
	}

#texte {
	float: left;
	width: 770px;
        padding-left: 30px;
	}
	
#sidebar {
	float: right;
	background: #fdfecc;
	width: 202px;
	padding: 10px;
	border: 2px solid #000000;
        margin-right: 15px;
        margin-bottom: 10px;
	}
	
/* -------------------
Header
------------------- */

#header {
	height: 110px;
        background: url(images/fond.jpg);
        width: 850px;
        height: 65px;
	}

.header-title {
	font-family: Verdana;
	color:#282828;
	font-size:20px;
        font-weight:bold;
	padding: 5px 0px 0 60px;
	text-align:left;
	}
.header-title a{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:none;
	}
.header-title a:hover{
	color:#000000;
	text-decoration:none;
	border-bottom:none;
	}
.header-ban {
        font-size: 11px;
        font-family: Verdana;
        font-weight: normal;
	color:#282828;
	padding: 10px 0 0 60px;
	text-align:left;
	}

	
/* -------------------
Content
------------------- */

#content .post {
	margin: 0 10px 10px 10px;
	border: 2px solid #000000;
	}
	
/* general #content definitions */

#menu {
	color: #000000;
        background: #FF0000;
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
        padding: 2px 0px 2px 60px;
	border-top: 0px solid #ccbfdb;
	border-bottom: 0px solid #c3b4d3;
	}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	}
#menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#menu a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h1 {
	color: #282828;
        background: url(images/h2-bg.jpg);
        font-size: 13px;
	font-weight: bold;
	margin: 0;
        padding: 2px 0px 2px 10px;
	border-top: 1px solid #ccbfdb;
	border-bottom: 3px solid #666666;
	}

#content h1 a {
	color: #282828;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #282828;
	text-decoration: none;
	}

	
#content h2 {
	color: #282828;
        background: url(images/h2-bg.jpg);
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
        padding: 2px 0px 2px 10px;
	border-top: 1px solid #ccbfdb;
	border-bottom: 3px solid #666666;
	}

#content h2 a {
	color: #282828;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #282828;
	text-decoration: none;
	}
	
#content h5 {
	color: #FFFFFF;
        background: url(images/h2-bg.jpg);
        font-size: 13px;
	font-weight: bold;
	margin: 0;
        padding: 2px 0px 2px 10px;
	border-top: 1px solid #18004F;
	border-bottom: 3px solid #666666;
	}

#content h5 a {
	color: #282828;
	text-decoration: none;
	}

#content h5 a:hover {
	color: #282828;
	text-decoration: none;
	}

	
#content h4 {
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	color: #ccbfdb;
	padding: 0 0 0 0.5em;
	margin: 1em 0;
	}
	
#content p, #content dl  {
	color: #282828;
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
        padding-bottom: 5px;
	}

	
#content p, #content ul, #content ol, #content dl, #content img {
	margin: 0 0 0 0;
	}
	
#content li {
	margin: 0 0 0 30px;
	color: #282828;
	font: 0.80em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content dl dt {
	font-weight: bold;
	}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
	}
	
#content blockquote {
	margin: 1em 0 1em 2em;
	border-left: 5px solid #ccbfdb;
	padding: 0 0 0 1em;
	color: #282828;
}

	
#content a { color: #666666; }
#content a:visited { color: #18004F; }
	
#content .post ul.post-data {	
        background: #ccbfdb;
	list-style: none;
	font: 0.85em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	padding: 0.1em 0 0.2em 0;
	color: #282828;
	margin: 0px;
	border: 2px solid #000000;
	}

#content .post ul.post-data li {
	color: #282828;
	}
	
#content .post ul.post-data a {
	text-decoration: none;
	color: #282828;
	}
	
#content .post ul.post-data a:hover {
	color: #282828;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline; /* fixes double float bug in IE */
	}
	
#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;
	}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;
	}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 1px;
	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
	background-position: 0 -38px;
	}

.entry {
	margin: 0 0 0px 0;
	padding: 0px 0px 13px 0px;
        background: #fdfecc;	
	}

.entry  p {
	margin: 5px 0 5px 0;
	padding: 0;
	}

.entry  img { 
      padding: 5px;
      }


.entry  img.alignleft { 
                float: left;
                margin: 3px 3px 3px 0;
                }

.entry  img.alignright { 
                 float: right;
                 margin: 0 3px 3px 3px;
                 }

.entry2 {
	margin: 0 0 0px 0;
	padding: 0px 0px 13px 0px;
        background: #fdfecc;	
        font-size: 15px;
	}

.entry2  p {
	margin: 5px 0 5px 0;
	padding: 0;
	}

.entry2  img { 
      padding: 5px;
      }


.entry2  img.alignleft { 
                float: left;
                margin: 3px 3px 3px 0;
                }

.entry2  img.alignright { 
                 float: right;
                 margin: 0 3px 3px 3px;
                 }

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }
	
/* -------------------
Comments
------------------- */

#content #comments {
	margin: 0 20px 20px 25px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #282828;	}
#content #comments .comment a:hover { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
color: #282828; }
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content #comments .comment .comment-data p {
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #282828;
	border-top: 1px dashed #fdfecc;
	border-left: 1px dashed #fdfecc;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
	}
	
#content #comments .comment .comment-data p a { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
color: #282828; }
#content #comments .comment .comment-data p a:hover { color: #282828; }



	
	
/* -------------------
Sidebar
------------------- */


	
#sidebar h3 {
	color: #282828;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
        padding-bottom: 2px;
	border-bottom: 1px dotted #282828;
	}
	
#sidebar p, #sidebar li {
	color: #282828;
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 10px 0;
	}
	
#sidebar ul { list-style: none; }

#sidebar ul li {
	padding: 0 0 0 3px;
	list-style-type: circle;
	margin-left: 16px;
	}
	

#sidebar a {
	color: #282828;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #282828;
	text-decoration: underline;
	}
	



/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	background: #FF0000;
	height: 20px;
	}
	
#footer #footertext {
        padding-top: 0px;
	color: #FFFFFF;
	text-align: center;
	}
	
#footer #footertext a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer #footertext a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#footer #searchform {
	padding: 33px 0 0 30px;
	}
	
#footer #searchform .searchfield {
	height: 17px;
	}
	
#footer #searchform .searchbutton {
   height:22px;
	}

.alt
{
	padding: 10px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
}


.commentlist {
 
margin-left: 15px;     
background: #fdfecc;
border: 6px solid #ccbfdb;	
width: 530px;
}


.commentlist li {

font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
width: 411px;

}


.commentmetadata
{
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}

.commentlist p
{
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#commentform {
margin: 1em 0;
margin-left:2em;
width: 449px;
}

#commentform p {
color: #ccbfdb;
}

#commentform p a{
color: #ccbfdb;
} 

#commentform p a:hover{
color: #ccbfdb;
} 


#commentform textarea {

background: #fdfecc;
border: 1px solid #fdfecc;
width: 478px;
}
#commentform textarea:hover {
background: #fdfecc;
border: 1px solid #fdfecc;
}
#commentform textarea:focus {
background: #e7d9f7;
border: 1px solid #e7d9f7;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #fdfecc;
border: 1px solid #fdfecc;
width: 150px;
height: 15px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #fdfecc;
border: 1px solid #fdfecc;
width: 150px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #e7d9f7;
border: 1px solid #e7d9f7;
width: 150px;
}
#commentform input{
margin-bottom: 3px;
}

#commentform #submit {
	margin:0;
	float:left;
        background: url(images/submit-button.jpg);
        color: #333;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 3px;
        margin-bottom: 10px;
        height: 22px;
	}

.post{margin:0 0 25px 0;}

div#disclaimer{&nbsp;text-align:left;&nbsp;}

&nbsp;div#disclaimer-fond{&nbsp;position:absolute;&nbsp;z-index:1000;&nbsp;width:100%;&nbsp;height:2650px;&nbsp;background:white;&nbsp;filter:alpha(opacity=90);&nbsp;-moz-opacity:0.9;&nbsp;opacity:&nbsp;0.9;&nbsp;text-align:center;&nbsp;line-height:normal;&nbsp;clear:both;&nbsp;}

&nbsp;div#disclaimer-conteneur{&nbsp;position:absolute;&nbsp;z-index:1001;&nbsp;width:100%;&nbsp;text-align:center;&nbsp;clear:both;&nbsp;}

&nbsp;&nbsp;div#disclaimer-cadre{&nbsp;width:550px;&nbsp;margin-left:auto;&nbsp;margin-right:auto;&nbsp;text-align:center;&nbsp;margin-top:200px;&nbsp;padding:15px;&nbsp;font-size:12px;&nbsp;border:#ddd&nbsp;1px&nbsp;solid;&nbsp;background:#f5f5f5;&nbsp;color:#555;&nbsp;}

&nbsp;&nbsp;&nbsp;div#disclaimer-cadre&nbsp;b{&nbsp;font-size:14px;&nbsp;color:black;&nbsp;}

&nbsp;&nbsp;&nbsp;div#disclaimer-cadre&nbsp;a{&nbsp;text-decoration:none;&nbsp;font-size:22px;&nbsp;font-weight:bold;&nbsp;color:#356aa0;&nbsp;}

&nbsp;&nbsp;&nbsp;div#disclaimer-cadre&nbsp;a:hover{&nbsp;color:blue;&nbsp;}

#pub {font-family:arial; font-size:25px; font-weight:bold;}


