@charset "utf-8";
/* CSS Document */

/*
Theme Name: 9cplus
Version: 0.1
Author: Mikael Guillin
*/


* {
	margin: 0;
	padding: 0;
}

html {
	background: url(images/html-bg.png) repeat-x left top;
}

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#page {
	margin: 0 auto;
	padding: 0 33px;
	width: 971px;
	text-align: left;
	background: url(images/body-bg.png);
}

/****************Header*******************************/

#header {
	height: 209px;
	background: url(images/header-bg-home.jpg) no-repeat;
	/*border-bottom: solid #c7beb0 1px;*/
}

h1#logo {
	float: left;
	height: 209px;
	width: 226px;
}

h1#logo a {
	display: block;
	height: 209px;
	width: 226px;
}

h1#logo a img {
	display: none;
}

/****************Champ de recherche*******************************/

input, textarea, select {
	border: 1px solid #BDC2C9;
}

#searchsubmit {
	margin: 0 0 0 8px;
	vertical-align: top;
	outline: 0;
	border: none;
}

#search {
	margin-bottom: 15px;
}

.widget_search h2 {
	display: none;
}


/****************Menu de gauche*******************************/

#sidebarCont {
	float: left;
	width: 205px;
	padding: 0 0 50px 20px;
}

.accueil {
	width: 223px;
	margin-left: -8px;
	margin-bottom: 15px;
}

.boutique {
	width: 223px;
	margin-left: -8px;
	margin-bottom: 10px;
}

#calendar_wrap {
	margin-bottom: 20px;
	padding: 5px 0 0 5px;
}

#bloc_magasin {
	width: 205px;
	background: url(images/bloc-magasin-text-bg.png) repeat-y top center;
	margin-bottom: 20px;
}

#bloc_magasin p {
	padding: 5px 10px 0;
	color: rgb(85, 81, 81);
}

#bloc_magasin a {
	text-decoration: underline;
	color: rgb(85, 81, 81);
}

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

.sidebar ul li {
	list-style-type: none;
}

.sidebar ul li ul {
	margin-bottom: 20px;
	padding-bottom: 8px;
	background: url(images/footer_menu.png) no-repeat bottom center;
}

.widgettitle {
	background: url(images/header_menu.png) no-repeat top left;
	color: white;
	padding-left: 22px;
	font-size: 16px;
	height: 29px;
	line-height: 29px;
}

.sidebar ul li ul {
	/*margin-bottom: 20px;*/
	/*padding-bottom: 7px;*/
}

.sidebar ul li ul li {
	background: url(images/bg_menu.png) repeat-y;
}

.sidebar ul li ul li a {
	border-top: 2px solid #CCC;
	display: block;
	font-size: 11px;
	padding: 5px 22px 5px 5px;
}


/****************Contenu*******************************/


#corpus {
	padding-top: 32px;
}

#content {
	width: 650px;
	padding-left: 45px;
	float: left;
	overflow: hidden;
	word-wrap: break-word;
	font-family: Arial, Helvetica, sans-serif;
}

.alignleft {
	float: left;
	margin: 0 5px 5px 0;
}

.alignright {
	float: right;
	margin: 5px 0 0 5px;
}

.postmetadata {
	border-bottom: 2px dotted #58A023;
	font-weight: bold;
	height: 20px;
	margin-bottom: 10px;
	color: #999;
}

.post {
	margin-bottom: 40px;
}

.post_content {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 0.6em;
}

.titre {
	font-weight: bold;
	font-size: 18px;
}

#content h1 {
	font-size: 20px; 
}

#content h2 {
	font-size: 18px; 
}

#content h3 {
	font-size: 16px; 
}

#content h4 {
	font-size: 14px; 
}

#content h5 {
	font-size: 12px; 
}

#content h6 {
	font-size: 10px; 
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
}

.post_content a {
	text-decoration: underline;
}

.date {
	font-weight: bold;
	font-size: 10px;
	color: #999;
}

.post_content ol, .post_content ul {
	list-style-position: inside;
	margin: 8px 0 8px 10px;
}

.post_content p {
	margin: 8px 0;
}

.contenu a {
	color: #58A023;
}

.contenu a:hover {
	color: #CCC;
}

.rss {
	float: left;
	height: 18px;
	width: 18px;
	margin: 22px 0 0 5px;
}

.infos {
	line-height: 10px;
	margin-top: 10px;
}

.add_comment {
	color: #58A023;
	font-weight: bold;
}

.navigation {
	height: 15px;
	margin-bottom: 20px;
}

.clearer {
	clear: both;
}

/*liens thematiques et commentaires*/
.themes a {
	font-weight: bold;
	text-decoration: underline;
}

/****************Style commentaires*******************************/

.cadre_commentaires {
	margin-top: 40px;
}

.cadre_commentaires ol {
	list-style-type: none;
}

.commentlist li {
	background-color: #e5e5e5;
	padding: 10px;
	margin: 20px 0 20px;
}

#submit {
	margin-left: -10px;
	border: none;
	outline: none;
}

.commentmetadata {
	margin-bottom: 10px;
}

#comments {
	margin-bottom: 40px;
}

/*connexion pour les commentaires*/
#respond {
	margin-top: 20px;
}

.connexion {
	margin: 10px 0 10px 0;
}

/****************Footer*******************************/

#page-footer {
	margin: 0 auto;
	width: 1037px;
	background: url(images/footer-bottom.png) no-repeat center bottom;
}

