/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2005 Stéphane Sulikowski. 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 ******/

body {
	font-family : Tahoma,Arial,Helvetica,sans-serif;
	font-size : 80%;
	
	background: #999 url(megachat.gif) no-repeat ;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
}

hr {
	background: #fff url(hr.jpg) no-repeat center;
	height: 17px;
	border: 0;
	margin-top: 40px;
}


/* MISE EN PAGE */
/* Paramètres généraux de la boite (div) qui contient la liste : pas de marge,
* indication essentielle pour IE qui en met par défaut ; définition de la couleur
* du fond. Je réduis un peu la taille des caractères à une valeur de neuf
* dixièmes et je demande que le contenu soit aligné à droite :
*/
#nav-box {
     margin : 0;
	
     padding : 0;
     background-color: transparent ; background: url(backhome.gif) no-repeat;background-position:300px;
     font-weight : bold;
     font-size : 0.9em;
     text-align: right;
}
/* Paramètres généraux de la liste (ul). Toujours mes marges à zéro,
* le padding (marge intérieure) servira à dégager le texte en haut et en
* bas de 5 pixels tout en le décollant également de 1em du bord droit
* ce dernier point est indispensable pour Internet Explorer, comme on
* le verra pour #nav-box ul li a { }. list-style-type : none; déclare que
* je ne place pas de puces devant chaque item.
*/
#nav-box ul {
     margin : 0;
	 margin-right: 20px;
     padding : 5px 1em 5px 0;
     list-style-type : none;
}
/* Paramètres des liens. display : inline; donne comme instruction de ne
* pas faire de saut de ligne pour chaque item. Je redonne également une
* marge intérieure haute et basse de 5 pixels pour que les items occupent
* toute la place verticale créée pour la liste
*/
#nav-box ul li {
     display: inline;
     padding : 5px 0;
}
/* On retrouve le padding haut et bas de 5 pixels (car sinon Internet Explorer
* va n'en faire qu'à sa tête) et j'ajoute un espace latéral de 1em de chaque
* côté des liens. J'indique également la couleur des caractères des liens et je
* place un bord gauche continu et blanc de 1 pixel de large. text-decoration :
* none; indique que je ne veux pas que les liens soient soulignés (ce qui serait
* le cas par défaut.
*/
#nav-box ul li a {
     color: #4b4b69;
     text-decoration: none;
     padding : 5px 1.5em 5px 1.5em;
     /*border-left: 1px solid #fff;*/
}
/* Ici, ce qui se passe au survol des liens : changement de la couleur du fond,
* de la couleur des caractères, je n'oublie pas de remettre à ce lien survolé le
* bord gauche que j'ai défini pour les liens « au repos ».
*/
#nav-box ul li a:hover {
     /*background-color: #4b4b69;*/
     color: #4475ce;/*#d9d940;
     /*border-left: 1px solid #fff;*/
}
/* Le comportement des liens activés. Pour l'instant ne marche pas : le lien une
* fois cliqué ne semble pas acquérir l'état actif... Si quelqu'un sait pourquoi ?
*/


#page{
	position: absolute;
	text-align: left;
	margin : 0;
	width : 780px;
	padding : 0;
	/*left: 50%;*/
	margin-left: 200px;
	background: #fff url(mbfondcorpsbc.gif) repeat-y;
}


#top {
	height: 190px;
	width: 780px;
	background: url(mbhead3.png) no-repeat; /*url(head.gif) no-repeat;*/
}

#top h1 {
	display: none;
}

#prelude{
	display: none;
}

#main{
	display: inline; /* bug double marges d'IE */
	float: left;
	width: 520px;
	margin-right: 0px;
	margin-left: 30px;
}

#sidebar {
	margin-left : 570px;
	margin-right : 25px;
	/*padding-bottom: 0em;*/
	background: none;
}

#footer {
	clear: both;
	margin: 0 15px 0 15px;
	padding: 10px;
	background: #4475ce;
}


/* ------------------------------------------------------------------------ */

/* Main
****************************************************************/
#main {
	color: inherit;
	overflow: hidden; /* Cache ce qui d?border (images par ex.) pour ne pas casser la mise en page */
	
}


/*pagination billet*/
.pagenav {
	font: 0.9em;
}

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

p.pagenav a:hover {
	background:#4475ce;/*#598F9A;*/
	color:white;
}

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

/* Sidebar
****************************************************************/
#sidebar {
	color: inherit;
	line-height: 1em /*1.4em; /* peek-a-boo bug d'IE */
}

#sidebar div{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:0px;
}

#sidebar h2 {
	color: #4475ce;
	padding: 0px;
	margin-bottom:4px;
	font-size: 1.2em;
}

#sidebar ul {
	list-style: none;
	margin: 0px 0 ;/*0px 0;*/
	padding: 0;
}

#sidebar li {
/*	list-style: none;*/
	margin: 0px 0;
	font-size:x-small;
color: #4475ce;
	padding: 0;
}
#sidebar a{
	text-decoration: none;
	font-size: x-small;
}
#sidebar li a:link, #sidebar li a:visited {
/*	display:compact;*/
	background: none;
	padding: 2px;
	/*border-bottom: 1px dotted #4475ce;*/
	color: #666;
	text-decoration: none;
}

#sidebar li a:hover {
	/*display: compact;*/
	background: #FFCC33;
	padding: 2px;
	/*border-bottom: 1px solid #dd4f00;*/
	color: #FF3333;
	text-decoration: none;
}

/*#backhome {
	margin-top: 0px;
}

#sidebar #backhome li {
	background: url(backhome.gif) no-repeat;
	padding-left: 25px;
}
*/



#selection h2{
	color: #f=000;
}

/* GDAY */
#gday {   
display: block; 
font-size:x-small; 
color: #4475ce; 
margin-top:10px;
margin-bottom:5px;
padding-left: 10px;   
list-style: dotted;   
/*background:transparent url(../../../ecrire/tools/gday/icon.png) no-repeat;*/
}
#gday_date {   
font-weight:bold;}
#gday_holy {   
font-style:italic;}
#gday_perso {   
color:#ff0000;   
font-weight:bold;}

/*JourJ */

span.dday_days {   

font-size:x-small; 
font-weight:bold;
color: #4475ce; 
margin-top:10px;   
}

ul.dday li {   

font-size:x-small; 
color: #4475ce; 
margin-left:50px;
padding-left:20px;

}

span.dday_text, acronym {   

font-size:x-small; 
color: #4475ce; 
margin-top:10px;
padding-left: 10px;   
}

/* Bloc de recherche */
#search{
	width: 150px;
	/*top: 40px;*/
}

#search h2{
	display: none;
}

#search p{
	margin: 0;
}

#search #q{
	background: #404040 url(loupe.gif) no-repeat 3px center;
	color: #eee;
	border: 1px solid #333;
	padding-left: 25px;
	width: 70%;
}

/* Calendrier */
#calendar {
	display: none;
}

#calendar table{
	width: 140px;
	margin: 0 auto;
	font-size: 0.8em;
}

#calendar caption{
	margin: 0 auto;
	background: none;
	padding: 0.5em 0;
	color: #dd4f00;
}

#calendar abbr{
	border: none;
}

#calendar td{
	background: #4475ce;
	color: #fff;
	text-align: center;
}

#calendar td a{
	display: block;
	font-weight: bold;
	background: #dd4f00 url(images/today.png) no-repeat right top;
	color: #fff;
}

#categories, #links{
	margin-top:1em;
}

/* Liens */
#links
{
display: none;
}
#links h3{
	color: #999;
	background: transparent;
	/*margin-bottom: 0.5ex;*/
	font-size: 1em;
}

#links a{
	padding-left: 20px;
	background: #FFF url(images/chkd.png) no-repeat left center;
}

#links a:visited{
	padding-left: 20px;
	background: #FFF url(images/chkh.png) no-repeat left center;
}
#syndicate {display: none;}









/*Formulaires*/
input, textarea{border: 1px solid #DDD;background: #e2e2e2;color: #333;}
textarea{width: 100%;}
input:focus, textarea:focus{border: 1px solid #999;}
fieldset{border: none;}


/* DIVERS */
img{
	border: 0;
}

code, pre{font-family: "Courier New", monospace; font-size : 1em;}
pre {
	background: #EEE;
	color: #000;
	border: 1px solid #DDD;
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		/* cach? pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 95%;
		overflow : auto;
}
	/* Fin hack Ne pas supprimer cette ligne */

/*acronym{border:1px ridge;padding:5px;}*/

abbr{border-bottom:5px dotted;cursor : help;}
q{font-style : italic;}

a{color : #4475ce;}
a:visited{color: #622;}
a:hover, a:focus, a:active{color: #111;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]";color : #666;background : transparent;}

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1.0em;}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}




/* Contenu
****************************************************************/
#content {
	padding-bottom: 1em;
	color: # 000;
	padding-top: 15px;
}

.day-date{
	display: none;
}

.post {
	margin-left: 10px;
	margin-right: 10px;
	
}

.post h2{
	color: #4475ce;
	/*background: url(puce.gif) no-repeat;*/
	margin: 0;
	padding: 0 0 0 0px;
}

/* post-title */
.post-title {
	color: #4475ce;
	/*background: url(puce.gif) no-repeat;*/
	
	margin: 0 0 0 0px;
	color: #4475ce;*/
}

.post-title a {
	color : #4475ce;
	text-decoration : none;
	/*padding-left : 70px;*/
	/*padding-right:550px;
	/*background: transparent;*/
}
.post-cate {
padding: 0 0px 0 0px;
}

/* post-info */
.post-info{
	font-size: 0.85em;
	margin-top: 0;
	color: #333;
	background: transparent;
	padding: 0 0 0 5px;
}

.post-content, .post-chapo{
	line-height: 1.3em;
	text-align: justify;
	color: #333;
	background: transparent;
}

.post-content ul{
	list-style-image: url(images/puce.png);
}



/* post-info-co */
.post-info-co {
	clear: both;
	font-size: 0.85em;
	text-align: right;
	margin-bottom: 3em;
	background: #fff url(fondinfos.jpg) repeat-y right;
	padding: 3px;
}

.post-info-co span{
	/*display: none;*/
}

.post-info-co a{ 
	padding-left: 20px;
	font-size:xx-small;
	background: url(comm.gif) no-repeat left;
}
.nblecture {
	padding: 3px;
	font-size:xx-small;
	color:#666;
	/*background: url(comm.gif) no-repeat left;*/
}

.titre{
	font-weight: bold;
}

.bloc li{
	margin-bottom:20px;
}

.bloc li ul li{
	margin-bottom:5px;
}


/* comments */
#comments span{
	display: none;
}

#comments blockquote{
	margin-left: 50px;
	padding: 5px;
	text-a
	gn: justify;
	border: 1px solid #B5CFE7;
	font-size: 11px;
	
}

#comments blockquote .comment-info{
	border-bottom: 1px dotted #b5cfe7;
	padding-bottom: 3px;

}

.commentid{
	border-right: 1px solid #DDD;
	text-decoration: none;
	color: #999;
	background: transparent;
	padding: 3px 6px;
}
#comments .comment-info{
font-size: 11px;
}
#comments blockquote.comback_content {
	background: #DEE;
	margin-left: 50px;
	padding: 5px;
	text-a
	gn: justify;
	border: 1px solid #B5CFE7;
	font-size: 11px;
	border-bottom: 1px dotted #b5cfe7;
	padding-bottom: 3px;

}


.field label{
	display: block;
	cursor: pointer;
	cursor: hand;
}
#trackbacks{display: none;}
#trackbacks .comment-info{
	font-size: 11px;
	margin-left: 20px;
	z-index: 2;
	
}

#trackbacks blockquote{
	margin-left: 40px;
	padding: 5px;
	text-align: justify;
	border: 1px solid #B5CFE7;
	font-size: 11px;
	margin-bottom: 30px;
	z-index: 3;
}



#trackbacks, #comments {
	clear: both;
}

#comments h3, #trackbacks h3{
	font-size: 16px;
	color: #4475ce;
}







/* FOOTER */
#footer{
	/*position: absolute;*/
	text-align: left;
	margin : 0;
	width : 740px;
	padding : 50px 20px 5px ;
	/*left: 50%;
	margin-left: 200px;*/
	background: #fff url(mbfondcorpsbc.gif) repeat-y;
	color: #999;
	font-size:x-small;
}

#footer a{
	border: 0;
	text-decoration: none;
	color: #999;
	font-size:x-small;
	
}

#footer img {
	border: 0;
}

#footer ul {
	margin:0;
	padding:0;
	
}
#footer ul li {
	display:inline;
	margin:0 0px 0 0;
	padding:0;
}


.quote {
	margin: 10px 0 10px 0;
	border: 1px dotted #6696C7;
	background: #eef;
	padding: 5px;
	text-align: justify;
	font-size: 10px;
}








.imageceve {
	text-align: center;
	margin: 0 0 20px 17px;
	border: 3px solid #bfcb94;
}











	/* ombres portees ---------------------------------------------------------*/
/*div.imgombree {
	clear: both;
	float: left;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 0px 5px 10px 5px;
}
div.imgombree div {
	background: url(shadow2.png) no-repeat left top !important;
	background: url(shadow2.gif) no-repeat left top;
	float: left;
	padding: 0px 6px 3px 0px;
}*/
div.imgombree img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	margin: 0;
}


	/* tutoriels -------------------------------------------------------------------*/
	
.imagetuto {
	border: 2px solid #999;
	margin: 10px 0 5px 10px;
}

.legendetuto {
	color: #666;
	margin: 0 0 5px 10px;
}

.minitut {
	width: 122px;
	text-align: center;
	background: #fff;
	padding: 10px;
	border: 1px dotted #de5100;
	float: left;
	margin: 20px 20px 0 0;
}

.minitut p {
	margin: 10px 0 0 0;
	clear: both;
}



/* images gravatar ------------------------------------------------------------------- */
.gravatar_img{
	border: 1px solid #5D95C8;
	float: left;
	margin: 0 5px 5px 0;

}



/* NICETITLES -------------------------------------------------------- */
div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(ntbg.png);
    
    /* Mozilla proprietary */
	 -moz-border-radius: 4px;
}
div.nicetitle p, div.nicetitle ul {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}

/* MOI COMMENTAIRES --------------------------------------------------- */
.me blockquote {
	background: #DEE;
	margin-left: 50px;
	padding: 5px;
	text-a
	gn: justify;
	border: 1px solid #B5CFE7;
	font-size: 11px;
	border-bottom: 1px dotted #b5cfe7;
	padding-bottom: 3px;
/*	border-color: #ced300;
	background: #e7eff7 url(commentssw.gif) no-repeat bottom right;*/
}
.jo blockquote {
	border-color: #ced300;
	background: #e7ef77 url(commentssw.gif) ;
}

/* NOTATION DES BILLETS ---------------------------------------------- */
#rate {
	clear: both;
	margin: 10px 0 20px 0;
	border : 1px solid #ced300;
	background: #EFF2B2;
	text-align: right;
	padding: 5px;
}

#rate form {
	display: inline;
}

#rate select {
	font-size: 10px;
	background: #ccc;
	border: 1px solid #666;
	margin: 0 10px 0 0;
}

#rate input {
	font-size: 10px;
	background: #ccc;
	border: 1px solid #666;
}

/* HILIGHT --------------------------------- */
span.highlight0 {background-color: #FFFF99;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #99FFFF;}
span.highlight3 {background-color: #FF9999;}
span.highlight4 {background-color: #9999FF;}

/* PATCHWORK */
.imgpatch, .imgpatch a:link {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


