/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 * Theme Kiwi par Kozlika http://www.kozlika.org */


 /* ============== layout general ============== */
body {
	font-size: 82.01%; /* [1] */
	margin : 0;
	padding : 0;
	font-family : arial, sans-serif;
	color:#333;
	background:  url(http://jsbo.brettevillelorgueilleuse.com/dotclear/themes/kiwi/images/back.png) no-repeat;
	background-color: #FABA0F;
	text-align:center;
	font-style: normal;

}
#page {
	margin: 24px 100px;
	text-align:left;
	background:#fff;
	font-style: normal;
	width: 975px;
	vertical-align:top;
}
#content {
	float : right;
	width :100%;
}
#content[id] { /* [2] */
	margin-left : -180px;

}
#col-a {
	float:left ;
	margin-left : -180px;
	z-index : 10; /* [3] */
}
#col-a[id] { /* [2] */
	margin-right:1px; /* [2] */
}
#col-b {
	float : right;
	margin-right : -180px;
	z-index : 11; /* [3] */
}
#col-b[id] { /* [2] */
	margin-left : 1px;
}
.trois #conteneur {
	padding : 0 180px;
}
.main {
	width: 100%;
}
.main[class] { 
	padding-bottom: 0.1px; /* [4] */
}
.main-int {
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
}
.main-int[class] { /* [2] */
	margin-right: -1px;
}
.ext-col {
	position: relative;
	width: 180px;
	overflow: hidden;
}
.int-col, content-int {
	margin: 0 1em;
}
.clear {
	 clear: both;
}

/* ==================== elements communs ===================== */
p { margin : 1em 0; }
img { border : none; margin:0; }
form { display : block; margin : 0; padding : 0; }
q { font-style : normal; }
acronym, abbr { border-bottom: 1px dotted #999; cursor:help; }


h1 { font-size : 2em; margin : 0.67em 0; font-style: normal;}
h3 { font-size : 1.17em; margin : 1em 0; font-style: normal; }
h2, h3 { font-family : arial, sans-serif; font-style: normal; }
h4 { font-size : 1em; margin : 1.33em 0; font-style: normal; }
h5 { font-size : 0.83em; margin : 1.67em 0; font-style: normal; }
h6 { font-size : 0.67em; margin : 2.33em 0; font-style: normal; }


code, pre { 
	font-family : arial, sans-serif; 
	font-size : 1em; 
	background : #f7f7f7;
	 font-style: normal;
}
pre { 
	margin : 0 auto; 
	margin-bottom : 1em; 
	padding : 0.5em; 
	text-align:left;
	white-space:normal;
	font-style: normal;
		/* caché pour IE 5 Mac qui sait pas faire \*/
		white-space:pre;
		width: 90%; 
		overflow : auto; 
				/* End hack */
}

/* ---- liens courants ----------------------- */
a, a:link {
	color : #C20303; 
	text-decoration:none;
	font-weight : normal;
	 font-style: normal;
}
a:visited {
	color : #C20303;
	text-decoration:none;
	 font-style: normal;
}
a:hover {
	text-decoration : none;
	color : #999;
	 font-style: normal;
}

a:active {
	font-weight:bold;
	text-decoration : underline;
	 font-style: normal;
}
a:focus {
	text-decoration:underline;
	 font-style: normal;
}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color:#C20303; 
	background : transparent;
	 font-style: normal;
}
ul {
	position : relative;
	 font-style: normal;
} /* pour éviter la disparition d'image aléatoire au survol des liens */


/* ================================================================
top
------------------------------------------------------------------------------------------------------ */
#top {
    background:  url(http://jsbo.brettevillelorgueilleuse.com/dotclear/themes/kiwi/images/ban1.jpg) no-repeat;
	margin:0;
	padding:0;
	text-align : right;
	height:100px;
}
#top h1 {
	padding : 24px 1px 0 1px;
	margin: 0;
	height:30px;
}

#top a {
	color : #FABA0F;
	text-decoration : none;
	font-weight: bold;
	font-size: 20px;
	display:block;
	width:100%;
	height:30px;
}

/* Presentation
------------------------------------------------------------------------------------------------------------ */

.presentation
	{
	overflow: visible;
	border-top: solid 1px #940000;
	border-bottom: solid 1px #940000;
	text-align: justify;
	font-family:arial, sans-serif;
	font-size: 0.80em;
	font-weight: normal;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	font-style: normal;
	}

/* Centre - partie des billets (main > main-int > content > content-int)
--------------------------------------------------------------------------------------------- */
.content-int {
	 margin: 10 1em;
	 margin-top : 10px;

}
.content-int h3 {
	color : #666;
	margin-top : 2em;
	font-size:1.1em;
	font-weight:normal;
	font-style: normal;
}

.content-int h4 {
	color :#666;
	 font-style: normal;
}
/* --------------------- les billets ------------------------ */	
.post {
	margin-top:0px;
	margin-bottom:0.30em;
	border-bottom:1px dashed #999;
	font-style: normal;
}
.info {
	font-family : arial, sans-serif;
	text-align:right;
	font-size:0.86em;
	margin-top:-6px;
}

.day-date {
	font-family : arial, sans-serif; 
	font-size : 1em;
	text-align : right;
	color : #999;
	padding:2px 0;
	margin-top:0;
}
.post-title {
	font-family : arial, sans-serif;
	font-weight: bold;
	font-size:1em;
	margin:0.50em 0 0 0;
	color:#C20303;
}
.post-gal {
	font-family : arial, sans-serif;
	font-weight: bold;
	font-size:1em;
	margin:0 0 0 0;
	font-color:#555555;
}

.post-gal a {
	font-family : arial, sans-serif;
	font-weight: bold;
	font-size:1em;
	margin:0 0 0 0;
	color:#333333;
}

.post-title a {
	font-family : arial, sans-serif;
	color:#C20303;
	text-decoration:none;
	font-weight:bold;
}
.post-cat, .post-cat a {
	color:#FABA0F;
	font-size : 0.82em;
}

.post-chapo {
	margin-top:0.25em;
}

.post-content {
	clear:both;
	text-align:justify;
	margin-top:0.4em;
	margin-bottom:1em;
	font-size : 0.90em;

}
.post bold {
	font-weight: bold;
	font-size : 0.50em;
}

.post-content p {
	margin-top:0.25em;
	line-height:120%;
}
.post-content img {
	border:1px solid #000000;
	padding:5px;
	margin-left: 50px;
}
.post li {
	background:url(http://jsbo.brettevillelorgueilleuse.com/dotclear/themes/kiwi/images/li.gif) no-repeat 0px 2px;
	padding-left:15px;
	margin-bottom:3px;
}
.post ul {
	list-style-type:none;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}
.post-info, .post-info-co, .post blockquote {
	font-family : arial, sans-serif;
	font-size:0.86em;
}
.post-info {
	margin-bottom: 0;
	color:#999;
}
.post-info-co {
	margin-top:5px;
	margin-bottom:3px;
	padding-left : 13px;
}
.post-info-co span {
	padding : 0 10px 0 0;
}
.post blockquote {
	font-family : arial, sans-serif;
	background: transparent url(http://jsbo.brettevillelorgueilleuse.com/dotclear/themes/kiwi/images/cite.gif) repeat-y;
	margin:2em 0;
	padding-left:2em;
}
.post blockquote p {
	margin-top:1em;
}
p.suite {
	margin-top:-6px;
	padding:0;
}

/* --------- notes --------- */
.footnotes {
	font-size:0.9em; color:#666;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
}
.footnotes h4 {
	margin: 0.5em 0;
}
/* ---------- trackacks et commentaires ---------------- */
#trackbacks, #comments, #comment-preview {
	font-family : arial, sans-serif;
	font-size:0.86em;
	margin-top : 5px;
}
#trackbacks {
	margin-top:2em;
	border-top:4px dotted #FABA0F;
	border-bottom:1px dashed #999;
}
#trackbacks h3, #comments h3, #comment-preview h3 {
	font-family : arial, sans-serif;
	text-transform : capitalize;
	font-size : 1em; 
	margin : 1em 5;
}
#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 1em;
	padding : 1px 0.5em;
	font-style : normal;
	color : #666;
}
#comments blockquote {
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}
.comment-number {
	font-family : arial, sans-serif; 
	font-size : 1.5em;
}
.comment-number a {
	text-decoration : none;
}
.comment-info {
	margin: 0;
}

/* Parametres communs menus gauche et droit
----------------------------------------------------------------------- */
.int-col h3 {
	border-bottom:1px solid #999;
	padding : 1px 0 1px 0;
	margin:0;
	font-weight : bold;
	color : #666;
	font-size:1em;
	font-style:normal;
	font-family : arial, sans-serif;
}

.int-col ul {
	list-style:none;
	padding:0;
	margin:0;
}

.int-col li {
	background:transparent;
	margin:0;
	
}

.int-col li:hover {
	background-color:#FABA0F;
	 font-style: normal;
}

.int-col li a {
	display: block;
	width: 100%;
	 font-style: normal;
}

html>body #int-col li a {
	width: auto;
	 font-style: normal;
}

.int-col li a:hover {
	background-color:#FABA0F;
	 font-style: normal;
}

.int-col a:link {
	font-weight : bold;
	font-style: normal;
}

.int-col a:visited { 
	color:#C20303;
	font-weight : bold;
	text-decoration:none;
	 font-style: normal;
}	


/* Specifique menu gauche (col-a)
-------------------------------------------------------- */
#col-a {
	font-size:0.86em;
	font-style: normal;
	text-align:left;
	padding-top: 10px;

}
#col-a h2 {
	font-size:1em;
	font-style: normal;
	color:#C20303;
	text-transform : capitalize;
	font-family : arial, sans-serif;
	margin-bottom:0.5em;
}
#col-a h3 {
	color : #C20303;
	font-style: normal;
	border : none;
	text-transform: capitalize;
}
#col-a a {
	font-weight : bold;
	font-style: normal;
	color : #666;
	line-height:120%;
}
/* sport colonne gauche
------------------------------------------------------------------------------------------------------------ */

.sport
	{
	background-color:#EBEBEB;
	text-align: left;
	font-family:arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	}
.sport-white
	{
	background-color:#ffffff;
	display:block;
	width:100%;
	text-align: center;
	}	
.sport a:hover {
	background-color:ffffff;
}
.sport ul
	{
	font-style: normal;
	font-weight: normal;
	}

	
/* Specifique menu droit (col-b)
-------------------------------------------------------- */
#col-b {
	font-size:0.90em;
	font-style: normal;
	font-weight:bold;
	background : transparent;
	padding-top:10px;
}
/*#col-b a {
	color : #666;
}*/
#col-b img {
	padding-top:15px;
	padding-left:15px;
}

#col-b li {
	background:transparent;
	margin:0;
	border-bottom:1px solid #999;
}

#col-b h2{
	font-size:1em;
	font-style: normal;
	font-color : #333333;
	font-weight:bold;
	background : transparent;
	padding-top:0px;
	margin-bottom:5px;
}
#col-b a h2{
	font-size:1em;
	font-style: normal;
	font-color : #333333;
	font-weight:bold;
	background : transparent;
	padding-top:0px;
	padding-bottom:0px;

}



/* ::::::::::::::::::: Calendrier */
#calendar {
	font-size:1.1em;
	line-height:100%;
	width:150px;
	padding-bottom:0.5em;
	border-bottom:1px solid #999;
	margin-bottom:2em;
}
#calendar h2 {
	line-height:140%;
}
#calendar table {
	border-collapse : collapse;
	font-size : 0.85em;
	margin : 0 auto;
}
#calendar caption {
	color : #666;
	font-family : arial, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	padding : 0.3em 0;
	margin : 0 auto;
}
#calendar abbr {
	border : none;
	font-style : normal;
}

#calendar th, #calendar td {
	border : none;
	padding : 1px;
}
#calendar td {
	text-align : center;
}
#calendar td.active {
	border : 1px solid #FABA0F;
}
#calendar td.active a {
	font-weight : bold;
}

#calendar a {
	font-weight : bold;
	background:#d7d7d7;
}

/* :::::::::::::::::: CONTACT */
#contact {
	font-size:1em;
	font-style: normal;
	font-color : #333333;
	font-weight:bold;
	text-align:right;
	background : transparent;
	padding-right:10px;
	padding-top:15px;
	display : block;
}
/* ::::::::::::::::: langues */
#languages {
}
#q {
}

/* ::::::::::::::::::::  categories */

/* ::::::::::::::::::::: archives */
#archives {
}

/* :::::::::::::::::::::  liens */
#galleries h2 {
	font-color : #333333;
}

/* ::::::::::::::::::::  Pagination */
.pagenav {
	font: 0.9em;
	text-align: center;
}

p.pagenav a {
	background : #ddd;
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#598F9A;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}


/* Footer
------------------------------------------------------------------------------------------------------ */
#footer {
	clear:both;
	position : relative;
	border-top : 1px solid #C20303;
	margin : 0 0 1em 0;
	padding: 0 2em 0.15em 2em;
	color: #999;
	font-size: 0.8em;
	text-align: right;
	line-height: 100%;
}

/* ========================== Interactions et formulaires divers ======================= */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}
input, textarea {
	font-family : arial, sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}
input[type], textarea[name] {
	background: #f1f0ed;
}
input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}
input[type=submit]:hover {
	background : #598F9A;
	color : #fff;
}
textarea {
	width : 95%;
}
p.field {
	margin : 0.5em 0 0 0;
}
p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}
.form-help {
}
#comment-form {
}
input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}
