/*
Theme Name: Laetemplate
Version: 1.0
Description: 
Author: SeB
*/

/* standard elements */
html {
    min-height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

a {
	color: #787878;
	text-decoration:none;
	font-weight:bold;
}

a:hover {color: #8fbb48;}
a img {border: none;}
.clear{clear:both; line-height:0; font-size:1px; /*height:1px;*/}

body {
	background: #E7E7E2 url('img/fond.jpg');
	background-attachment:fixed; /*permet au bg de rester fixe*/
	color: #444;
	font-family:"Arno Pro";
}

p,code,ul {padding-bottom: 5px;}

li {list-style: none;}

.current-cat {  /*permet de gérer la catégorie active*/
    background: #dfdfdf;
}

.current_page_item {  /*permet de gérer la page active*/
    background: #dfdfdf;
}
/*permet de gérer les sous catégories d'expo*/
.cat-item-7 {
    padding: 0 0 0 10px;
    font-size:10px;
}

.cat-item-8 {
    padding: 0 0 0 10px;
    font-size:10px;
}

.cat-item-9 {
    padding: 0 0 0 10px;
    font-size:10px;
}
/* FIN permet de gérer les sous catégories d'expo*/

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#585858;
}

h3 {
	/*font: bold 1em Tahoma,sans-serif;*/
}

h1,h2,h3 {
	padding-top: 6px;
	color: #553;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	/*font: normal 1em Tahoma,sans-serif;*/
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {
	float: left;
	font-size:12px;
	padding-bottom: 10px;
}
.right {
	float: right;
	font-size:12px;
	padding-bottom: 10px;
}

/* structure */
.inner-container {
    margin: 0 auto; /* auto permet de centrer le contenu dans la fenêtre */
    padding: 0;
    border: 0px;
    /*font-size: 1.2em;*/
    padding: 0px;
    width: 950px;
}

.outer-container {
	/*background: url('img/container.jpg') no-repeat center bottom;*/
	margin: 0;
    padding: 0;
}

/* headere & title */
.header {
	margin: 0;
	padding: 0;
	/*background: #222 url('img/header.jpg') no-repeat;*/
	height: 108px;
	/*text-align: center;*/
}
.header .title {
	margin: 0;
	padding: 0;
	text-align:right;
	/*color: #FFF;
	padding-top: 50px;*/
}
/*.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}*/

/* path */
.path {
	margin: 0;
	padding: 0 0 10px 0;
	height: 23px;
	/*background: #949490;*/
	/*color: #FFF;
	font: normal 1.1em Verdana,sans-serif;*/
	/*padding: 8px 12px*/;
}
/*.path li,.path ul {display: inline;}
.path a {
	color: #FAFAFA;
	text-decoration: none;
	margin-right: 16px;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}*/

/* main */
.main {
	background: url('img/bg_main.png');
	/*border-top: 4px solid #FFF;*/
	padding: 0px 0px 0 0;
}

/* content */
.content {
	float: right;
	width: 740px;
	padding-right:10px
}
.content .descr {
	color: #664;
	font-size: 10px;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {
	font-size: 12px;
}

.content p a {
	font-size: 12px;
	color: #8fbb48;
}

.content ol li {
	background: none;
}

/* navigation */
.navigation {
	float: left;
	width: 150px;
	padding-left: 10px;
}
.navigation h2 {
	color: #787878;
	/*font: bold 1.1em Tahoma,sans-serif;
	font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
	font-weight:bold;
	/*line-height: 16px;*/
	margin: 0;
	padding: 6px 10px 5px 0px;
}
.navigation ul {
	padding-left: 12px;
	border-top: 1px solid #585858;
}
.navigation li {
	border-bottom: 1px solid #d2d2d2;
}

.navigation li a {
	font-size: 12px;
	color: #787878;
	display: block;
	padding: 3px 0 3px 5%;
	font-weight:bold;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #aad94f;
	color: #787878;	
}

/* footer */
.footer {
	margin : 10px 0 0 0;
	padding: 0;
	height: 46px;
	background: url('img/bg_footer.png') repeat-x;
	color: #585858;
	font-size: 10px;
}

.footer a {
	color: #585858;
	text-decoration: none;
	font-weight:bold;
}

.footer a:hover {
	color: #9bc84b;
}

/* posts */
.post {
	margin: 10px 0px 10px 0px;
	padding: 0 10px 10px 10px;
	background-color: #f4f4f4;
}

.post h1 {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #585858;
}

.post h1 a {
	border-bottom: 1px #AAA;
	text-decoration: none;
	color: #585858;
}

.post h1 a:hover {
	border-color: #F60;
	color: #8fbb48;
}

.post .info{
	background: #FFFFFF;
	border: 1px solid #d2d2d2;
	color: #585858;
	font-size:11px;
	margin: 2px 0 0px;
	padding: 5px 10px;
}

.post img {
	border: 4px solid #DDD;
	margin: 4px 0;
}

.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.post .info a {
	text-decoration: none;
	font-size:11px;
	color: #585858;
}

.post .info a:hover {
	color: #8fbb48;
}

/* comments */
#commentform input {margin-bottom: 0px;}

.commentlist {
	margin: 0; 
	padding: 0;
}

.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
	font-size:12px;
	color: #555533;
}

#commentform {
	margin: 0 0 5px 0;
	padding: 10px 10px 5px 10px;
	background: #ffffff;
	font-size:10px;
}

.commentmetadata {
	padding: 0;
	font-size:10px;
}

.commentmetadata a {
	color: #94c048;
	text-decoration: none;
}

.commentmetadata a:hover {
	text-decoration: none;
}

textarea.styled {width: 572px;}

/* FIN comments */

.styled {
	font-size: 11px;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}

/* LIEN SIDEBAR */
.navigation .blogroll ul{padding-bottom:10px;}

/* calendar*/

#calendar_wrap {
	font-size:12px;
}
#wp-calendar {
	display:inline-table;
    border-collapse:collapse;
    margin:0px 0px 10px 0px;
    text-align:center;
	color:#585858;
}
#wp-calendar #next {
	background-color: #ffffff;
}
#wp-calendar #next a {
	padding-right: 5px;
	background-color: #dfdfdf;
	color:#575757;
}
#wp-calendar #next a:hover {
	background-color: #94c048;
}
#wp-calendar #prev {
	background-color: #ffffff;
}
#wp-calendar #prev a {
	padding-left: 5px;
	background-color: #dfdfdf;
	color:#575757;
}
#wp-calendar #prev a:hover {
	background-color: #94c048;
}
#wp-calendar a {
	background-color:#787878;
	color:#d9d9d9;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}

#wp-calendar a:hover {
	background-color:#93be47;
	color:#787878;
	text-decoration:none;
}

#wp-calendar caption {
	font-size:12px;
	font-weight:bold;
	color:#585858;
}
#wp-calendar thead {
	background-color:#dfdfdf;
	color:#575757;
}

#wp-calendar th {
	font-size: 11px;
}
#wp-calendar tr {}

#wp-calendar td {
	background-color:#ffffff;
}

#wp-calendar td.pad {}
#wp-calendar td.pad:hover {} /* not IE compatible */

.navigation table caption {
    margin: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid;
	text-align:left;
}

.navigation table thead tr {}

.navigation table th {}

.navigation table td {
    width: 225px; /* maximaize width; honestly, I don't know much about tables... */
    padding: 0;
    font-size: 11px;
}

.navigation table td#today {
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}

.navigation table td a {
    display: block;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
    border: none;
    font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:right;}

/* champ recherche du menu */
.conteneurForm {
	margin: 0;
	padding: 0;
	float:right;
}

#searchform {
	margin: 0;
	padding: 0;
}

.contTextField {
	float:left;
	margin: 0;
	padding: 0;
	position: relative;
	height:15px !important!;
	height:20px;
	top: -11px !important!;
	top: -9px;
	left: 0px;
}

#textField {
	margin: 10px 5px 0 0;
	padding: 0 0 0 0;
	width: 110px;
	height: 14px;
}

.contBtOK {
	margin: 0;
	padding: 0;
	float: left;
}

#btOK {
	margin: 0;
	padding: 0;
	height: 19px;
	font-size: 11px;
}

#extrait-archive{padding:5px 0 10px 0;}

.entry p img.alignleft{float:left; margin:0 10px 10px 0;}
.entry p img.alignright{float:right; margin:0 0 10px 10px;}
.entry div.wp-caption {}
	.entry div.wp-caption p.wp-caption-text {background:#DDDDDD; padding:5px; color:#444444; margin:0 2px 5px 0; font-size:11px;}
.entry div.alignleft{float:left; margin:0 10px 10px 0;}
.entry div.alignright{float:right; margin:0 0 10px 10px;}