/*  
Theme Name: Bichat Infusion Theme
Author URI: http://corymiller.com & http://bichatinfusion.com
Version: 1.1
Author: Cory Miller & Gabriel Féron
Description: Theme based on RockinBlack which is a black and white, clean and simple, three-column theme designed with little elements for the minimalist in mind.

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

body {
	background: #000000;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
a, a:visited{
	color: #cccccc;
	text-decoration: underline;
	}
	
a:hover{
	color: #ffffff;
	background: none;
	text-decoration: none;
	}

#header {
	background: #000000;
	padding: 0px 0px 0px 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	}
#header h2 {
	color: #ffffff;
	font-size: 35px;
	font-family: Verdana, Times New Roman, Sans-Serif;
	font-variant: small-caps;
	margin: 0px;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #000000;
	background: #00ccff;
	text-decoration: none;
	}

#header h3 {
	color: #cccccc;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#menu { 
	margin-top: 0px;
	margin-bottom: 25px; 
	padding: 0px 6px 3px 20px;
	text-align: left;
	background-color: #d87800;
	border-bottom: 1px solid #444444;
	}
#menu h2 {
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #529100; 
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #529100;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	background-color: #529100;
	}
	
#menu ul li a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
	padding: 6px 20px 6px 20px;
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	background-color: #529100;
	}

#menu ul li a:hover {
	color: #ffffff;
	background-color: #529100;
	padding: 6px 20px 6px 20px;
	text-decoration: underline;
	}


#container { 
	width: 930px;
	text-align: left; 
	margin: 0px auto; 
	border: 1px solid #444444;
	}

#content { 
	width: 920px; 
	position:relative;
	padding: 0px 25px 10px 25px;
	}
#content p{
	margin: 10px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img {
	border: none;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px;
	}
#content h1 {
	color: #888888;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #888888;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#content h2 {
	color: #888888;
	font-size: 13px;	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content h2 a  {
	color: #888888;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #ffffff;
	background: none;
	text-decoration: underline;
	}

#content h3 {
	color: #666666;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: #666666;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	background: #ffffff;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
#content ul li a {
	color: #cccccc;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	border-top: 1px solid #444444;
	width: 440px;
	height: 3px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#footer { 
	padding: 10px 0px 20px 0px;
	text-align: center;
	clear: both;
	}
#titres {
	padding : 0px 30px;
}