/*
Theme Name: acchf
Theme URI: http://wordpress.org/
Description: Le thème par défaut de WordPress, basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Patrice jean
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets 

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

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

*/
*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#353f0c;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}
#wrapper{
	margin:0px auto;
	width:957px;
	background:url(images/communs/wrapper_bk.jpg) no-repeat center 120px;
}
/* default */
a {
	color: #675;
}

a img {
	border: none;
}

a:visited {
	color: #342;
}

a:hover {
	color:#452204;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
cite {
	font-size: 90%;
	font-style: normal;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
color:#2e4213;
}
html > body .entry li {
margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}
.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */
/* header */
h1{
	background:url(images/communs/titre.jpg) no-repeat center top;
	text-indent:-2000px;
	
	height:120px;
}
* html h1{/* correction ie6*/
	margin-right:-118px;
}
ul#mainNav{
	background:url(images/communs/menu_bkg.png) repeat center center;
	list-style-type:none;
	float:right;
	width:394px;
	height:30px;
	padding-top:2px;
	margin-right:60px;
}
* html ul#mainNav{/* correction ie6*/
	margin-right:1px;
}
ul#mainNav li{
	display:block;
	float:right;
	padding:6px 3px;
}
ul#mainNav li a{
	height:25px;
	color:#f4f290;
	text-decoration:none;
	padding:5px 12px;
}
ul#mainNav li a:hover{
	/*-color:#411a04;*/
	background:url(images/communs/rl_bkg.png) repeat center center;
}
/* side content */
#sideContent{
	clear:both;
	padding-top:90px;
	width:235px;
	float:left;
	margin-left:60px;
}
#sideContent #secondaryNav{
	list-style-type:none;
}
#sideContent #secondaryNav li{
	background:url(images/communs/menu_bkg.png) repeat center center;
	display:block;
	width:155px;
	padding:3px;
	margin-bottom:5px;
	position:relative;
	float:left;
}
#sideContent #secondaryNav li.rouge{
	background:url(images/communs/rouge.png) repeat center center;
}
#sideContent #secondaryNav li a{
	text-decoration:none;
	color:#f4f290;
	display:block;
	padding:12px 0px 12px 7px;
	width:147px;
}

#sideContent #secondaryNav li a:hover{
	background:url(images/communs/rl_bkg.png) repeat center center;
}
#sideContent #secondaryNav ul{
	position:absolute;
	top:0px;
	left:160px;
	display:none;
	margin:0px;
	padding:0px;
	}
#sideContent #secondaryNav ul li{
	margin:0px;
	padding:0px;
	background-color:#353f0c;
	}
#sideContent #secondaryNav ul li a{
	padding:5px;
	border-top: solid 1px #f4f274;
	}
/* content */
#content{
	background-color:#f4f274;
	width:540px;
	float:right;
	clear:right;
	padding:20px 30px;
	margin-right:60px;	
}
#content p{
	color:#2e4213;
	line-height:18px;
	font-size:11px;
	margin:10px 0px;
	font-family:Arial, sans-serif;
	font-size:12px;
}
#content h2{
	margin-bottom:20px;
	color:#452204;
}
/* footer */
#footer{
	
	clear:both;
	margin:0px 60px;
	border-top:solid 22px #c6940f;
	text-align:center;
	font-family:Arial;
	font-size:8px;
	color:#f4f274;
	padding-top:15px;
	
}
*+html #footer{/* correction ie7*/
	padding-top:0px;
}
* html #footer{/* correction ie6*/
	margin-left:120px;
	margin-right:2px;
	
}
#footer img{
	margin-top:5px;
	margin-bottom:20px;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */
