/*
# *************** DEBUT EXTRAIT LICENCE ****************
# Ce fichier est une archive MaBulle - Rel. NovaSoft.
# Copyright (c) Vincent Ducros. http://www.novasoft.org
# Ne pas modifier ou distribuer. Tous droits r&eacute;serv&eacute;s.
# **************** FIN EXTRAIT LICENCE *****************
*/
/* images du blog
-------------------------------------------------------- */


/* couleurs du blog
-------------------------------------------------------- */


/* polices du blog
-------------------------------------------------------- */







/* Style du blog
-------------------------------------------------------- */



fieldset{
border:none;
}
p.field{
clear:left;
margin-left:10px;
}
label.float{
position:relative;
float:left;
width:45%;
}
input,textarea,option{
-moz-border-radius:7px;
padding:2px;
font-size:12px;
}
input.text:focus,textarea:focus{
border-style:inset;
}
textarea{
width:100%;
}
.erreur,.message{
margin-top:5px;
border-left:6px solid #8b120d;
margin:20px;
padding:15px;
width:100%;
}
.message{
border-left:6px solid #006600;
}
.erreur span,.message span{
color:#8b120d;
font-weight:bold;
}
.message span{
color:#006600;
}
.erreur li{
list-style-type:square;
}
img{
border:0;
}

/* Style de la page
-------------------------------------------------------- */


/* Style de l'entête (haut)
-------------------------------------------------------- */


/* Style du contenant
-------------------------------------------------------- */


/* Style du contenu
-------------------------------------------------------- */


/* Contenu: style des articles
-------------------------------------------------------- */


/* Contenu: style des commentaires et r&eacute;troliens
-------------------------------------------------------- */


/* Style du menu
-------------------------------------------------------- */


/* Menu: style des blocs
-------------------------------------------------------- */


/* Style du pied de page (bas)
-------------------------------------------------------- */



/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2005 Zoe 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
 *
* Author: Zoe (http://www.callmepep.org/zoe)
* Theme Blue (version 1.0)
*
 * ***** END LICENSE BLOCK *****
 *
/* -----------------------------------------------------	*/
/* General 							*/
/* -----------------------------------------------------	*/
body {
	margin : 0 0 10px 0;
	padding : 0;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 12px;
	background-color : #ccc;
	color : #000;
}
h1 { font-size: 1.2em; 	margin: 1em 0 0.3em 0; 		font-weight: bold;}
h2 { font-size: 1.1em; 	margin: 1em 0 0.2em 0; 		color: #fff; font-weight: bold;}
h3 { font-size: 1em; 	margin: 0.4em 0 0.2em 0; 	color: #fff;}
h4 { font-size: 0.9em; 	margin: 0.3em 0 0 0; 		color: #fff;}

img { border: none; }
p { margin: 1.2em 0; }
form { display: block; margin: 0; padding: 0; }
q { font-style: italic; }
pre { 
	width: 98%;
	padding-bottom: 1.5em;
	white-space: normal;
	display: block;
	/* cach&eacute; pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
	overflow: auto;
	white-space: pre;
	/* Fin hack Ne pas supprimer cette ligne */
}
code { 
	font-family: "Courier New",monospace; 
	font-size: 1em; 
	white-space: normal;
}
ul {
	list-style-position: outside; 
	list-style-type: disc;
}

a:link, a:visited { color: #fff; text-decoration: none; }
a:hover, a:active { color: #000; }
a[hreflang]:after { content: "\0000a0(" attr(hreflang) ")"; }

.navigation  a {
	padding: 3px 5px;
	display: block;
	float: left;	
	font-size: 0.85em;
	color: #fff;
}
.navigation a:hover {
	background-color: #56C015;
	color: #fff;
}

/* -----------------------------------------------------	*/
/* Layout								*/
/* -----------------------------------------------------	*/
#page {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	background-color: #0066CB;
	border: 1px solid #000;
}
#haut {
	margin: 0;
	padding: 0;
	height: 143px;	
	background: #0066CB url(http://themes.mabulle.com/theme14/img/top.png) no-repeat top left;
	border-bottom: 2px solid #000;
}
#contenant {
	float: left;
	margin-top:20px;
}
#contenu {
	margin: 0 20px;	
	padding: 0;
	width: 540px;
}
#menu { 
	float: right;
	margin: 20px 0;
	padding-right: 10px;
	width: 170px;
}
#bas {
	clear: both;
	margin: 0;
	padding: 0;
	height: 150px;
	background: #0066CB url(http://themes.mabulle.com/theme14/img/bottom.png) no-repeat top left;
}
/* -----------------------------------------------------	*/
/* Block "Top" 						*/
/* -----------------------------------------------------	*/
#haut h1 { 
	margin: 0; 
	padding: 52px 0 0 220px;
	height: 30px;
}
#haut h1 a { 
	padding: 6px 10px 6px 10px;
	font-size: 16px;
	font-style: italic;
	text-transform: uppercase;
	color: #CC0B03;	
	border: 1px solid #2E5B85;
	background-color: #fff;
}
#haut h1 a:hover {
	color: #fff;
	background-color: #56C015;
}
#prelude {
	padding-top: 43px;
	width: 220px;
	height: 16px;
}
/* -----------------------------------------------------	*/
/* Block "menu" 						*/
/* -----------------------------------------------------	*/
#menu h2 {
	color: #F5D51E;
	text-transform : uppercase;
}
#menu ul {
	margin: 0;
	padding-left: 20px;
}
#menu li , #menu li a:link, #menu li a:visited { color: #B1D9FD; }
#menu li:hover, #menu li a:hover { color: #fff; }

/* calendrier box ------------------------------------	*/
#calendrier {
	width: 161px;
	background: #58ADFE;
	border: 1px solid #000;
}
#calendrier h2 {
	display: none;
}
#calendrier table {
	width: 161px;
	border-collapse: collapse;
	background: #58ADFE url(http://themes.mabulle.com/theme14/img/calendar.png) repeat-y;
	font-size: 9px;
}
#calendrier caption {
	padding: 4px 0 4px 0;
	color: #fff;
	font-size: 10px;
	border-bottom: 1px solid #000;
}
#calendrier abbr, #calendrier th, #calendrier td  {
	padding: 0;
	width: 23px;
	border: none;
	font-size: 9px;
	font-weight: normal;	
	text-align : center;
	color: #003399;
}
#calendrier td a { 
	color: #000; 
}
#calendrier td a:hover {
	margin: 0;
	padding: 0;
	display:block;
	background-color: #56C015;
}
#calendrier td.active, #calendrier td.active a:hover {
	color: #000;
	background-color: #F5D51E;
}
/* recherche form box --------------------------------	 */
#recherche { }
#q { }
/* Selection box -----------------------------------	*/
#selection { }
/* rubriques box ----------------------------------	*/
#rubriques { }
/* Archives box ------------------------------------ 	*/
#archives { }
#adsense {
margin-top:10px;
}
/* Links box -----------------------------------------	*/
#liens { }
/* Syndication box --------------------------------	*/
#standards { }
/* Themes box --------------------------------------	*/
#themes { }
/* Connexes box -----------------------------------	*/
#connexes { }

/* -----------------------------------------------------	*/
/* Post 								*/
/* -----------------------------------------------------	*/
.box { 
	padding: 10px 40px;
	border: 1px solid #000;
	background-color: #58ADFE;
}
.cat1, .cat2, .cat3, .cat4, .cat5, .cat6, .cat7, .cat8, .cat9, .cat10, .cat11, .cat12 {
	background-position: bottom right;
	background-repeat: no-repeat;
}
.cat1 { background-image: url(http://themes.mabulle.com/theme14/img/cat1.png); }
.cat2 { background-image: url(http://themes.mabulle.com/theme14/img/cat2.png); }
.cat3 { background-image: url(http://themes.mabulle.com/theme14/img/cat3.png); }
.cat4 { background-image: url(http://themes.mabulle.com/theme14/img/cat4.png); }
.cat5 { background-image: url(http://themes.mabulle.com/theme14/img/cat5.png); }
.cat6 { background-image: url(http://themes.mabulle.com/theme14/img/cat6.png); }
.cat7 { background-image: url(http://themes.mabulle.com/theme14/img/cat7.png); }
.cat8 { background-image: url(http://themes.mabulle.com/theme14/img/cat8.png); }
.cat9 { background-image: url(http://themes.mabulle.com/theme14/img/cat9.png); }
.cat10 { background-image: url(http://themes.mabulle.com/theme14/img/cat10.png); }
.cat11 { background-image: url(http://themes.mabulle.com/theme14/img/cat11.png); }
.cat12 { background-image: url(http://themes.mabulle.com/theme14/img/cat12.png); }
.post { 
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.post-titre { 
	margin-left: -20px 
}
.post-titre a:link, .post-titre a:visited { 
	color: #000;
}
.post-titre a:hover { 
	color: #fff;
}
.post-chapo, .post-contenu  { 
	padding: 10px 0;
	text-align: justify;
}
.post-info {
	margin : 0 0 0 -20px;
	font-size : 0.85em;
	color: #003399;
}
.com-info {
	margin : 0 0 0 -20px;
	font-size: 0.85em;
}
p.suite { 
	margin-top: -10px;
	padding: 0;
	font-size : 0.85em; 
}
.day-date {
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.container {
	padding : 0 10px 10px 0;
	background : transparent url(http://themes.mabulle.com/theme14/img/box.png) no-repeat bottom right;
}
/* Trackbacks et Commentaires
-------------------------------------------------------- */
#trackbacks, #comments { 
	margin-top: 40px;
	padding:0;
	background-color: #99CCFF; 
	border: 1px solid #000;
}
#tb {
	margin-left: 20px;
	padding: 20px 0 0 40px;
	height: 35px;
	background: transparent url(http://themes.mabulle.com/theme14/img/post-phare.png) no-repeat top left;
	color: #000;
}
#co {
	margin-left: 20px;
	padding: 25px 0 0 50px;
	height: 35px;
	background: transparent url(http://themes.mabulle.com/theme14/img/post-ancre.png) no-repeat top left;
	color: #000;
}
#trackbacks blockquote, #comments blockquote {
	margin: 0 40px 0 40px;
	text-align: justify;
	background-color: #99CCFF; 
}
.comment-info {
	margin: 0;
	padding: 10px 0 0 20px;
	border-top: 1px dashed #000;
	font-size: 0.9em;
}
.comment-number a { padding: 0 4px 0 4px; }
.comment-number a:hover	{ background-color : #55BF15; }
#trackbacks .comment-number 	{ background-color : #D80702; border: 1px solid #fff;}
#trackbacks .comment-number a { color: #fff; }
#comments .comment-number 	{ background-color: #F5D51E;  border: 1px solid #000;}
#comments .comment-number a 	{ color: #000; }
.add-track, .add-com  {
	border-top: 1px solid #fff;
	background-color: #AFD8FD;
	color: #333;
	font-size: 0.9em;
}
.no {
	padding: 0 0 0 15px;
	font-size: 0.85em;
}
p.close, .add-track p {
	margin: 0;
	padding: 10px 20px 10px 40px;
}
.add-com h3 {
	margin: 15px 0 5px 0;
	color:#fff; 
	font-size: 12px;
}
#preview blockquote {
	margin: 0;
	padding: 10px;
	text-align: justify;
	background-color: #56C015;
}
/* Error messages
-------------------------------------------------------- */
.erreur {
	border: 1px solid #000;
	background: #F5D51E;
	padding: 0.5em;
}
/* Interactions
-------------------------------------------------------- */
#comment-form { 
	padding: 0 20px 20px 20px; 
}
fieldset {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}
input, textarea {
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 1em;
	border-width: 1px;
	border-color: #000;
	-moz-border-radius: 4px;
}
input[type], textarea[name] {
	background-color: #f1f0ed;
}
input[type=submit], input[type=reset] {
	background-color : #F5D51E;
	color : #000;
}
input[type=submit]:hover {
	background-color: #55BF15;
	color: #fff;
}
textarea {
	width: 100%;
	height: 200px;
	color: #333;
}
p.field label {
	display: block;
	font-size: 0.9em;
	margin : 0;
}
/* -----------------------------------------------------	*/
/* Block "bas" 						*/
/* -----------------------------------------------------	*/
#prelude-bottom {
	margin: 0;
	padding: 23px 0 0 250px;
	height: 16px;
}
.copyrights { 
	margin: 60px 0 0 20px;
	height: 20px;
}
.dotclear {
	margin: 15px 10px 0 0;
	padding:0;
	text-align:right;
}
.dotclear a:link, .dotclear a:visited, .copyrights a:link, .copyrights a:visited { 
	color: #993300;
	font-size: 10px;
}
.dotclear a:hover, .dotclear a:active, .copyrights a:hover, .copyrights a:active {
	color: #fff;
}
/* -----------------------------------------------------	*/
/* Divers								*/
/* -----------------------------------------------------	*/
#dcwikibar img {
	cursor: pointer;
	background-color: #F5D51E;
}
#dcwikibar img:hover {
	background-color: #56C015;
}
.footnotes {
	margin-top: 20px;
	border-top: 1px dashed #000;
	font-style: italic;
	font-size : 0.95em;
}
.footnotes h4 {
	margin: 10px 0;
	text-decoration: underline;
	font-style: italic;
	font-weight: normal;
}
.footnotes p {
	margin: 0 0 5px 0;
}