/*  
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: #3366FF;
	text-align: center;
	margin: 0 auto;
  color: #000000;
  font-size: 11px;
  font-family:  Verdana, Georgia, "Times New Roman", Times;
	}

	
#accessibility {
	display: none;
	}

/* -------------------
Main Structure
------------------- */

.titre
{
font-size: 24px;
color: #C70000;
font-family:  Verdana, Georgia, "Times New Roman", Times;
font-weight: bold;
}

.testy
{
font-size: 14px;
color: #C70000;
font-weight: bold;
font-style: underline;
    display: inline;
}
	
#frame {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background: url(images/bg2.jpg) 0 0 no-repeat;
	}
	
#middle {
	background: url(images/bg2.jpg) 0 0 repeat-y;
	overflow: auto;
	width: 100%;
	}



#content {
	float: left;
	width: 680px;
        padding-left: 30px;
	}
	
#sidebar {
	float: right;
	background: #ffffff;
	width: 200px;
	padding: 10px;
        margin-right: 15px;
        margin-bottom: 10px;
	}
	
/* -------------------
Header
------------------- */

#header {
	height: 110px;
        background: url(images/bg3.jpg);
        width: 1000px;
        height: 105px;
	}
	
.header-ban {
        font-size: 11px;
        font-family: Verdana;
        font-weight: normal;
	color:#282828;
	padding: 5px 0 0 264px;
	text-align:left;
	}
	

.header-title {
	padding: 5px 0px 0 410px;
	text-align:left;
	}

	
/* -------------------
Content
------------------- */



#content .post {
	margin: 0 10px 10px 10px;
font-size:10px;
	text-align: justify;
	}
	
/* general #content definitions */

#menu {
	color: #ffffff;
  background: #706e6e;
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	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: #D9BEAD;
	text-decoration: none;
	}

#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}


#content h1 {
  color:#3366FF;
  font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	}
#content h1 a {
	color: #3366FF;
	text-decoration: none;
	}
#content h1 a:hover {
	color: #282828;
	text-decoration: none;
	}
#content h1 a:visited {
	color: #282828;
	text-decoration: none;

	}	

#content h2 {
font-weight:none;
  font-size: 12px;
	margin: 0;
  display:inline;
	}

#content h3 {
        font-size: 16px;
	font-weight: bold;
	margin: 0;
        display:inline;
	}

#content h3 a {
	color: #3366FF;
	text-decoration: none;
        display:inline;
	}

#content h3 a:hover {
	color: #282828;
	text-decoration: none;
        display:inline;
	}
#content h3 a:visited {
	color: #282828;
	text-decoration: none;
        display:inline;
	}	


#content a { color: #3366FF; }
#content a:visited { color: #282828; }


.entrytext .postmetadata {

	margin-top: 20px;

	text-align: justify;

}

.entry {
	margin: 0 0 0px 0;
	padding: 0px 0px 13px 0px;
  background: #ffffff;	
  text-align:justify;
  font-size:11px;
	}

.entry  p {
	margin: 5px 0 5px 0;
	padding: 0;
  text-align:justify;
  font-size:11px;        
	}

.entry  img { 
      padding: 5px;
      }


.entry  img.alignleft { 
                float: left;
                margin: 3px 3px 3px 0;
                }

.entry  img.alignright { 
                 float: right;
                 margin: 0 3px 3px 3px;
                 }

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }
	
.stats {
color:#848484;
font-size:10Px;
text-align: right;
display: inline;
}

.cat {
color:#FF0000;
font-size:10Px;
text-align: right;
display: inline;
}

.cat a {
color:#FF0000;
font-size:10Px;
text-align: right;
display: inline;
}
	
/* -------------------
Sidebar
------------------- */


	
#sidebar h3 {
	color: #282828;
	font-size:14px;
	font-weight: bold;
	margin: 0 0 5px 0;
        padding-bottom: 2px;
	}
	
#sidebar p, #sidebar li {
	color: #46B3F6;
	font-size: 12px;
	}
	
#sidebar ul { list-style: none; }

	
#sidebar a {
	color: #3366FF;
	text-decoration: none;
	}
#sidebar a:visited {
	color: #282828;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#sidebar .categorie a {
  color:#3366FF; 
  font-size:14px;
  font-weight:bold;
	}


/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	background: #706e6e;
	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: #ffffff;
	text-decoration: none;
	}
	
#footer #searchform {
	padding: 33px 0 0 30px;
	}
	
#footer #searchform .searchfield {
	height: 17px;
	}
	
#footer #searchform .searchbutton {
   height:22px;
	}

.post{margin:0 0 25px 0;}

#pub {font-family:arial; font-size:23px; font-weight:bold;}

 #imagehome{float:left;width:100px;}

div#disclaimer{ text-align:left; }
 div#disclaimer-fond{ position:absolute; z-index:100; width:100%; height:2650px; background:white; filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9; text-align:center; line-height:normal; clear:both; }
 div#disclaimer-conteneur{ position:absolute; z-index:1001; width:100%; text-align:center; clear:both; }
  div#disclaimer-cadre{ width:550px; margin-left:auto; margin-right:auto; text-align:center; margin-top:200px; padding:15px; font-size:12px; border:#ddd 1px solid; background:#f5f5f5; color:#555; }
   div#disclaimer-cadre b{ font-size:14px; color:black; }
   div#disclaimer-cadre a{ text-decoration:none; font-size:22px; font-weight:bold; color:#3366FF; }
   div#disclaimer-cadre a:hover{ color:blue; }