/*
 * @section Basic
 ******************************************************************************/

html, body {
	height: 100%;
}

body {
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, Verdana, sans-serif;
	font-size: 76%;
	line-height: 1.4;
	color: #3e3320;
	background: #f4ecdc url("/img/bg-fond.jpg") 0 0 repeat-x;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*
 * @section Basic
 ******************************************************************************/

a {
	color: #930;
	text-decoration: underline;
}
a:visited {
	color: #930;
}
a:hover {
	color: #db3700;
}
a * {
	/*
	Parfois, IE6 pense que lorsqu'on met un span dans un lien,
	on veut que le curseur ne *soit plus* le curseur par défaut
	du lien. Il faut donc lui rappeller...
	*/
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form {
	margin-bottom: 1em;
}
#contenu ul li {
	margin-bottom: .7em;
	margin-left: 22px;
	list-style: square;
}
#contenu ol li {
	list-style: decimal;
	margin-bottom: .7em;
	margin-left: 22px;
}
label, button {
	cursor: pointer;
}
input, textarea, button, select {
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding: 2px 0 2px 2px;
	border: 1px solid #918269;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
hr {
	display: none;
}
a.rss {
	background: url("/img/icone-rss.gif") no-repeat 0 50%;
	padding: 10px 2px 10px 40px;
}



/*
 * @section Layout
 ******************************************************************************/

#page {
	font-size: 1em;
	height: auto !important;
	height: 100%; /* Pour IE6*/
	min-height: 100%;
	width: 100%;
	background: url("/img/bg-entete.jpg") 50% 29px no-repeat;
}

#page .enrobage {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#contenu {
	width: 560px;
	float: left;
	display: inline; /* Pour IE 6 */
}
#sidebar {
	width: 280px;
	float: right;
}



/*
 * @section Entête
 ******************************************************************************/

#entete {
	height: 230px;
	/*background: url("/img/entete-1.jpg") 319px 29px no-repeat;*/
}
#entete h1, #entete p, #entete span {
	visibility: hidden;
	margin: 0;
}
#entete a {
	display: block;
	position: absolute;
	left: -10px;
	top: 42px;
	width: 310px;
	height: 127px;
	text-decoration: none;
}


/*
 * @section Contenu
 ******************************************************************************/

#contenu h1 {
	margin-bottom: 2em;
	font-size: 2em;
	font-weight: normal;
	line-height: normal;
}
#contenu span.cat,
#contenu span.motcle {
	white-space: nowrap;
}
#contenu span.dim-cat {
	color: #587391;
}
#contenu h2 {
	font-size: 1.5em;
}
#contenu h3 {
	font-size: 1.3em;
}
#contenu span.keyword {
	background: #FFFF66;
	padding: 1px;
}
#contenu blockquote {
	border-left: 2px solid #cfdae5;
	padding: 5px 5px 1px 15px;
	font-style: oblique;
	margin: 1.5em 0;
	font-family: Georgia, serif;
	font-size: 1.2em;
}

#contenu img.alignleft {
	clear: both !important;
	float: left;
	margin: 0 1.5em 1em 0;
}

#contenu img.alignright {
	float: left;
	margin: 0 0 1em 1.5em;
}


.hentry {
	padding: 0 0 1em;
	margin-bottom: 1.5em;
	border-bottom: 1px dashed #918269;
}
.hentry.dernier, .hentry.single {
	border-bottom: none;
}
#contenu .entry-title {
	font-size: 1.8em;
	text-decoration: none;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-bottom: .25em;
}
#contenu .hentry .entry-title a {
	color: #930;
	text-decoration: none;
}
#contenu .hentry .entry-title a:hover {
	color: #db3700;
	text-decoration: underline;
}
#contenu .hentry .meta {
	color: #918269;
	font-size: .92em;
}
#contenu .hentry span.date {
	padding: 3px 0 3px 19px;
	margin-right: 15px;
	background: url("/img/icone-horloge.gif") left center no-repeat;
}
#contenu .hentry .commentaires a {
	padding-left: 22px;
	background: url("/img/icone-commentaires.gif") no-repeat left center;
}
#contenu .hentry .meta a {
	pdading-top: 3px;
	padding-bottom: 3px;
	margin-right: 15px;
	color: #918269;
	text-decoration: underline;
}
#contenu .hentry .meta a:hover {
	color: #930;
}
#contenu .hentry .entry-content {
	margin: 1em 0 0;
}
#contenu .hentry .entry-content img {
	padding: 5px;
	border: 1px solid #918269;
	background: #fff;
}
#contenu .page-title {
	font-size: 1.3em;
	margin-bottom: 2em;
}
.wp-caption p {
	margin: .3em .3em 2em;
	font-size: .92em;
	color: #3e3320;
	text-align: center;
}



/*
 * @section Sidebar
 ******************************************************************************/

#nav {
	margin: 0 0 2em;
	font-family: Georgia, serif;
}

#nav li {
	list-style: none;
	margin-bottom: 1px;
	/*background: #3e3320;*/
	background: #513810;
}
#nav li a {
	display: block;
	padding: 4px 10px;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	height: 1%;
}
#nav li a:hover {
	/*background-color: #918269;*/
	background-color: #856C3C;
}

p#rss {
	margin: 1.5em 0;
}
p#rss a {
	color: #918269;
	padding: 3px 2px 3px 23px;
	background: url("/img/icone-rss-petit.gif") no-repeat 0 50%;
}

#autres h2 {
	color: #918269;
	font-size: 1.1em;
	margin-bottom: 0.4em;
}

#autres #cd {
	margin: 2em 0;
}
#autres #cd a {
	display: block;
	padding: 8px 0 8px 80px;
	background:  url("/img/cd.gif") no-repeat 0 0;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#autres #cd strong {
	display: block;
	margin-top: 4px;
	font-size: .75em;
}

#recherche {
	background: url("/img/bg-separateur-cote.gif") no-repeat bottom center;
}
#recherche input {
	background: #fff;
	width: 200px;
	padding: 3px 2px;
	float: left;
	margin-right: 5px;
}
#recherche button {
	float: left;
	border: none;
	background: none;
	width: 29px;
	height: 26px;
	padding: 0;
	margin: 0;
	display: block;
}


/*
 * @section Pied de page
 ******************************************************************************/

#pied {
	clear: both;
	padding-top: 1em;
	font-size: .92em;
	color: #918269;
}



/*
 * @section Commentaires
 ******************************************************************************/

#comments h2 {
	font-size: 1.3em;
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, Verdana, sans-serif;
}
#comments .commentlist {
	margin: 0;
}
#comments .commentlist li {
	padding: 15px;
	margin: 0 0 1em;
	list-style: none;
	border: 1px dashed #918269;
	background: #fff;
}
#comments .commentlist li .meta {
	color: #918269;
	font-size: .92em;
	margin: 0;
	padding-left: 22px;
	background: url("/img/icone-commentaires.gif") no-repeat left center;
}
#comments .commentlist li.pierre {
	background: #e2d6bd;
}
#comments li .meta cite {
	font-style: normal;
	font-weight: bold;
}
#comments li .meta a {
	color: #918269;
	text-decoration: underline;
}
#comments li .meta a:hover {
	color: #930;
}
#comments .nocomments {
	background: #fff;
	padding: 15px;
	border: 1px dashed #918269;
	margin-bottom: 2em;
}


#comments form {
	padding-top: 1.5em;
}
#comments form p {
	width: 100%;
	overflow: hidden;
}
#comments form label {
	float: left;
	width: 120px;
	padding-top: 3px;
	text-align: right;
}
#comments form p span {
	float: left;
	padding-top: 3px;
}
#comments form p input,
#comments form p textarea {
	float: left;
	margin-left: 10px;
	width: 400px;
}
#comments form p input {
	width: 200px;
}
#comments form div.bouton {
	padding-left: 128px;
}
form .bouton input {
	width: auto;
	overflow: visible;
	color: #fff;
	padding: 2px 5px;
	background: #3e3320;
}

.alignleft {
	float: left;
	position: relative;
	z-index: 50;
	margin: 0 1.5em 1em 0;
}

.alignright {
	float: right;
	position: relative;
	z-index: 50;
	margin: 0 0 1em 1.5em;
}

.aligncenter {
	/*z-index: 20;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	*/
	text-align: center;
	
	color: #5d7b9d;
}

.navigation  {
	margin-left: 6px;
	background: #DFE6EE;
	margin-top: 3em;
	padding: 5px;
	position: relative;
}

.navigation a {
	display: block;
	border: none;
	padding: 5px;
	color: #1D3E61;
}


/* Begin Contact Form CSS */

.contactleft {
	width: 120px;
	text-align: right;
	clear: both;
	float: left;
	padding-top: 3px;
	margin-bottom: 1em;
	display: inline;
}
.contactright {
	float: left;
	margin-left: 0px;
	margin-bottom: 1em;
}
.requis {
	float: left;
	margin-left: 5px;
}
.contactright input,
.contactright textarea {
	margin-left: 10px;
	width: 340px;
}
.contactright input {
	width: 200px;
}
.contactright.bouton input {
	margin-left: 130px;
}
.contacterror {
	border: 1px solid #BB1E2F !important;
}
.error {
	color: #a00;
	padding: 8px 0;
}
.succes {
	padding: 8px 0;
}


